| 1 | [ Nov 1 06:51:04 Enabled. ] | ||
| 2 | [ Nov 1 06:51:04 Rereading configuration. ] | ||
| 3 | [ Nov 1 06:51:06 Rereading configuration. ] | ||
| 4 | [ Nov 1 06:51:08 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Nov 1 06:51:09 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.11.01 06:51:10.422726 [ 1 ] {} <Information> Application: Will watch for the process with pid 22672 | ||
| 29 | 2024.11.01 06:51:10.423301 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.01 06:51:10.706847 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22672 | ||
| 31 | 2024.11.01 06:51:10.707606 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.01 06:51:10.708336 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.01 06:51:10.815502 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.01 06:51:10.865363 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.01 06:51:10.865447 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.01 06:51:10.865472 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.01 06:51:10.865572 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.01 06:51:10.866214 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.01 06:51:10.867910 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.11.01 06:51:10.868501 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.01 06:51:10.869361 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2024.11.01 06:51:10.869385 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2024.11.01 06:51:10.869400 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.01 06:51:10.869574 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.01 06:51:10.870549 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.01 06:51:10.875919 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.01 06:51:10.876698 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.01 06:51:10.878229 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.01 06:51:10.878308 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.01 06:51:10.879971 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.11.01 06:51:10.880303 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.01 06:51:10.884805 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.01 06:51:10.885467 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.01 06:51:10.887182 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.01 06:51:10.887671 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.01 06:51:10.888065 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.01 06:51:10.888537 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.01 06:51:10.889910 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.01 06:51:10.889937 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.01 06:51:10.890059 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.01 06:51:10.890202 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.01 06:51:10.914373 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.01 06:51:10.914403 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000161301 sec | ||
| 68 | 2024.11.01 06:51:10.914458 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.01 06:51:10.914476 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.01 06:51:10.915656 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.01 06:51:10.916728 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.01 06:51:10.928860 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.01 06:51:10.928902 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.01 06:51:10.928929 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.01 06:51:10.928942 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.01 06:51:10.928972 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.01 06:51:10.928990 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.01 06:51:10.929003 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.01 06:51:10.929034 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.01 06:51:10.929052 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.01 06:51:10.929065 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.01 06:51:10.929078 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.01 06:51:10.929118 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.01 06:51:10.929130 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.01 06:51:10.929143 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.01 06:51:10.929179 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.01 06:51:10.929192 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.01 06:51:10.956401 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.01 06:51:10.962901 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.01 06:51:10.962948 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.7601e-05 sec | ||
| 91 | 2024.11.01 06:51:10.962971 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.01 06:51:10.962990 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.01 06:51:10.963028 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.01 06:51:10.963284 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.01 06:51:10.963334 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.01 06:51:10.963349 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.01 06:51:10.963364 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2024.11.01 06:51:10.963390 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.01 06:51:10.967959 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.01 06:51:10.968149 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.71 MiB, peak 24.71 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 92.00 MiB | ||
| 101 | 2024.11.01 06:51:10.969013 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.346e-05 sec. | ||
| 102 | 2024.11.01 06:51:10.969377 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.01 06:51:10.969470 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.01 06:51:10.969487 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.01 06:51:12.156972 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42958 | ||
| 106 | 2024.11.01 06:51:12.157361 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.01 06:51:12.157460 [ 3 ] {} <Debug> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Authenticating user 'default' from [fd00:1122:3344:101::d]:42958 | ||
| 108 | 2024.11.01 06:51:12.157514 [ 3 ] {} <Debug> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.01 06:51:12.157577 [ 3 ] {} <Debug> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.01 06:51:12.157717 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.01 06:51:12.157768 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.11.01 06:51:12.157833 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.11.01 06:51:12.158845 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42165 | ||
| 114 | 2024.11.01 06:51:12.158965 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.11.01 06:51:12.158999 [ 4 ] {} <Debug> TCP-Session: 560b2043-09b8-40fa-8381-b74b245e9846 Authenticating user 'default' from [fd00:1122:3344:101::d]:42165 | ||
| 116 | 2024.11.01 06:51:12.159048 [ 4 ] {} <Debug> TCP-Session: 560b2043-09b8-40fa-8381-b74b245e9846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.11.01 06:51:12.159063 [ 4 ] {} <Debug> TCP-Session: 560b2043-09b8-40fa-8381-b74b245e9846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.11.01 06:51:12.159115 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59037 | ||
| 119 | 2024.11.01 06:51:12.159120 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34245 | ||
| 120 | 2024.11.01 06:51:12.159366 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2024.11.01 06:51:12.159301 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37472 | ||
| 122 | 2024.11.01 06:51:12.159419 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2024.11.01 06:51:12.159457 [ 250 ] {} <Debug> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Authenticating user 'default' from [fd00:1122:3344:101::d]:59037 | ||
| 124 | 2024.11.01 06:51:12.159410 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37511 | ||
| 125 | 2024.11.01 06:51:12.159632 [ 5 ] {} <Debug> TCP-Session: adac1487-941f-45d5-8ef2-963e94e62024 Authenticating user 'default' from [fd00:1122:3344:101::d]:34245 | ||
| 126 | 2024.11.01 06:51:12.159640 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2024.11.01 06:51:12.159686 [ 5 ] {} <Debug> TCP-Session: adac1487-941f-45d5-8ef2-963e94e62024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.11.01 06:51:12.159672 [ 250 ] {} <Debug> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.11.01 06:51:12.159826 [ 5 ] {} <Debug> TCP-Session: adac1487-941f-45d5-8ef2-963e94e62024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.01 06:51:12.159837 [ 250 ] {} <Debug> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2024.11.01 06:51:12.159827 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2024.11.01 06:51:12.159839 [ 251 ] {} <Debug> TCP-Session: b96735df-5cad-4199-aaea-d244099f74b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37472 | ||
| 133 | 2024.11.01 06:51:12.159957 [ 252 ] {} <Debug> TCP-Session: 82c79664-fd52-4895-9f45-e76c2e883d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:37511 | ||
| 134 | 2024.11.01 06:51:12.159972 [ 251 ] {} <Debug> TCP-Session: b96735df-5cad-4199-aaea-d244099f74b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.01 06:51:12.159997 [ 252 ] {} <Debug> TCP-Session: 82c79664-fd52-4895-9f45-e76c2e883d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.01 06:51:12.160003 [ 251 ] {} <Debug> TCP-Session: b96735df-5cad-4199-aaea-d244099f74b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.01 06:51:12.160034 [ 252 ] {} <Debug> TCP-Session: 82c79664-fd52-4895-9f45-e76c2e883d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.11.01 06:51:12.160202 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34824 | ||
| 139 | 2024.11.01 06:51:12.160270 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55800 | ||
| 140 | 2024.11.01 06:51:12.160450 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.11.01 06:51:12.160547 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2024.11.01 06:51:12.160557 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45552 | ||
| 143 | 2024.11.01 06:51:12.160594 [ 254 ] {} <Debug> TCP-Session: 9ec59efb-4820-4965-995f-a4093af0249d Authenticating user 'default' from [fd00:1122:3344:101::d]:55800 | ||
| 144 | 2024.11.01 06:51:12.160570 [ 253 ] {} <Debug> TCP-Session: 6c3f8f80-7932-4fc5-bc1f-e4a980a6593f Authenticating user 'default' from [fd00:1122:3344:101::d]:34824 | ||
| 145 | 2024.11.01 06:51:12.160637 [ 254 ] {} <Debug> TCP-Session: 9ec59efb-4820-4965-995f-a4093af0249d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.01 06:51:12.160715 [ 253 ] {} <Debug> TCP-Session: 6c3f8f80-7932-4fc5-bc1f-e4a980a6593f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.11.01 06:51:12.160754 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2024.11.01 06:51:12.160765 [ 254 ] {} <Debug> TCP-Session: 9ec59efb-4820-4965-995f-a4093af0249d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.11.01 06:51:12.160774 [ 253 ] {} <Debug> TCP-Session: 6c3f8f80-7932-4fc5-bc1f-e4a980a6593f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2024.11.01 06:51:12.160805 [ 255 ] {} <Debug> TCP-Session: d6c2f27c-c2be-4c55-b3bb-4edf7db21584 Authenticating user 'default' from [fd00:1122:3344:101::d]:45552 | ||
| 151 | 2024.11.01 06:51:12.160858 [ 255 ] {} <Debug> TCP-Session: d6c2f27c-c2be-4c55-b3bb-4edf7db21584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.01 06:51:12.160881 [ 255 ] {} <Debug> TCP-Session: d6c2f27c-c2be-4c55-b3bb-4edf7db21584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.01 06:51:12.163306 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2024.11.01 06:51:12.166667 [ 3 ] {5e3851d0-89ad-4789-a3e8-0879fe76ac9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.01 06:51:12.246618 [ 3 ] {5e3851d0-89ad-4789-a3e8-0879fe76ac9c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42958) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2024.11.01 06:51:12.247955 [ 3 ] {5e3851d0-89ad-4789-a3e8-0879fe76ac9c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2024.11.01 06:51:12.248080 [ 3 ] {5e3851d0-89ad-4789-a3e8-0879fe76ac9c} <Debug> TCPHandler: Processed in 0.08703397 sec. | ||
| 204 | 2024.11.01 06:51:12.248520 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2024.11.01 06:51:12.248867 [ 250 ] {860f1ab9-41dc-4be6-ba27-a3b74de4f9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2024.11.01 06:51:12.249192 [ 250 ] {860f1ab9-41dc-4be6-ba27-a3b74de4f9b7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59037) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2024.11.01 06:51:12.249323 [ 250 ] {860f1ab9-41dc-4be6-ba27-a3b74de4f9b7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2024.11.01 06:51:12.249424 [ 250 ] {860f1ab9-41dc-4be6-ba27-a3b74de4f9b7} <Debug> TCPHandler: Processed in 0.001127461 sec. | ||
| 255 | 2024.11.01 06:51:12.250334 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.11.01 06:51:12.251815 [ 3 ] {7d81c69c-5426-4f97-ba16-68e845584b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2024.11.01 06:51:12.252511 [ 3 ] {7d81c69c-5426-4f97-ba16-68e845584b3d} <Debug> TCPHandler: Processed in 0.002356052 sec. | ||
| 258 | 2024.11.01 06:51:12.252801 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2024.11.01 06:51:12.253008 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2024.11.01 06:51:12.253206 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2024.11.01 06:51:12.262675 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2024.11.01 06:51:12.262697 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.555e-05 sec | ||
| 263 | 2024.11.01 06:51:12.262739 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Trace> ReferentialDeps: No tables | ||
| 264 | 2024.11.01 06:51:12.262753 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Trace> LoadingDeps: No tables | ||
| 265 | 2024.11.01 06:51:12.262781 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2024.11.01 06:51:12.262863 [ 250 ] {f71d684b-4f77-4c39-bec3-1403aea0d27e} <Debug> TCPHandler: Processed in 0.010167776 sec. | ||
| 267 | 2024.11.01 06:51:12.263169 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.11.01 06:51:12.263534 [ 3 ] {e53b36ff-7e49-4830-9b64-ee6ae3806b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2024.11.01 06:51:12.263654 [ 3 ] {e53b36ff-7e49-4830-9b64-ee6ae3806b53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2024.11.01 06:51:12.271970 [ 3 ] {e53b36ff-7e49-4830-9b64-ee6ae3806b53} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2024.11.01 06:51:12.273985 [ 3 ] {e53b36ff-7e49-4830-9b64-ee6ae3806b53} <Debug> oximeter.version (a7fb9968-3a97-4e80-9d18-19efd74cb209): Loading data parts | ||
| 273 | 2024.11.01 06:51:12.274472 [ 3 ] {e53b36ff-7e49-4830-9b64-ee6ae3806b53} <Debug> oximeter.version (a7fb9968-3a97-4e80-9d18-19efd74cb209): There are no data parts | ||
| 274 | 2024.11.01 06:51:12.284119 [ 3 ] {e53b36ff-7e49-4830-9b64-ee6ae3806b53} <Debug> TCPHandler: Processed in 0.021060531 sec. | ||
| 275 | 2024.11.01 06:51:12.284312 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2024.11.01 06:51:12.284575 [ 250 ] {a9c54994-15ae-4502-a2f7-9d956106ea21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 287 | 2024.11.01 06:51:12.284650 [ 250 ] {a9c54994-15ae-4502-a2f7-9d956106ea21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2024.11.01 06:51:12.292526 [ 250 ] {a9c54994-15ae-4502-a2f7-9d956106ea21} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Loading data parts | ||
| 289 | 2024.11.01 06:51:12.292741 [ 250 ] {a9c54994-15ae-4502-a2f7-9d956106ea21} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): There are no data parts | ||
| 290 | 2024.11.01 06:51:12.294720 [ 250 ] {a9c54994-15ae-4502-a2f7-9d956106ea21} <Debug> TCPHandler: Processed in 0.010465729 sec. | ||
| 291 | 2024.11.01 06:51:12.294948 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.11.01 06:51:12.295159 [ 3 ] {0cb207f8-504b-4ea8-9da1-acd456312927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 293 | 2024.11.01 06:51:12.295251 [ 3 ] {0cb207f8-504b-4ea8-9da1-acd456312927} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2024.11.01 06:51:12.297029 [ 3 ] {0cb207f8-504b-4ea8-9da1-acd456312927} <Debug> oximeter.measurements_i8 (84467b5f-af32-43cc-a7aa-70b715f114a1): Loading data parts | ||
| 295 | 2024.11.01 06:51:12.297226 [ 3 ] {0cb207f8-504b-4ea8-9da1-acd456312927} <Debug> oximeter.measurements_i8 (84467b5f-af32-43cc-a7aa-70b715f114a1): There are no data parts | ||
| 296 | 2024.11.01 06:51:12.302863 [ 3 ] {0cb207f8-504b-4ea8-9da1-acd456312927} <Debug> TCPHandler: Processed in 0.007969756 sec. | ||
| 297 | 2024.11.01 06:51:12.303208 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2024.11.01 06:51:12.303466 [ 250 ] {0f3a1884-6581-4bb7-bee1-376cf07699fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 299 | 2024.11.01 06:51:12.303556 [ 250 ] {0f3a1884-6581-4bb7-bee1-376cf07699fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2024.11.01 06:51:12.305794 [ 250 ] {0f3a1884-6581-4bb7-bee1-376cf07699fd} <Debug> oximeter.measurements_u8 (63534dbf-7f94-4c3b-b316-dbf0b5c52225): Loading data parts | ||
| 301 | 2024.11.01 06:51:12.305960 [ 250 ] {0f3a1884-6581-4bb7-bee1-376cf07699fd} <Debug> oximeter.measurements_u8 (63534dbf-7f94-4c3b-b316-dbf0b5c52225): There are no data parts | ||
| 302 | 2024.11.01 06:51:12.307868 [ 250 ] {0f3a1884-6581-4bb7-bee1-376cf07699fd} <Debug> TCPHandler: Processed in 0.004750545 sec. | ||
| 303 | 2024.11.01 06:51:12.308127 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2024.11.01 06:51:12.308396 [ 3 ] {80ea6b2f-4654-4581-be2e-14b7bd2df786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 305 | 2024.11.01 06:51:12.308472 [ 3 ] {80ea6b2f-4654-4581-be2e-14b7bd2df786} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2024.11.01 06:51:12.310458 [ 3 ] {80ea6b2f-4654-4581-be2e-14b7bd2df786} <Debug> oximeter.measurements_i16 (124d3a24-9567-4c8b-a898-3dcaa7f2c030): Loading data parts | ||
| 307 | 2024.11.01 06:51:12.310613 [ 3 ] {80ea6b2f-4654-4581-be2e-14b7bd2df786} <Debug> oximeter.measurements_i16 (124d3a24-9567-4c8b-a898-3dcaa7f2c030): There are no data parts | ||
| 308 | 2024.11.01 06:51:12.316365 [ 3 ] {80ea6b2f-4654-4581-be2e-14b7bd2df786} <Debug> TCPHandler: Processed in 0.00830577 sec. | ||
| 309 | 2024.11.01 06:51:12.316551 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2024.11.01 06:51:12.316765 [ 250 ] {9ea79658-a3e7-4f83-b6ab-783a79aa8f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 311 | 2024.11.01 06:51:12.316844 [ 250 ] {9ea79658-a3e7-4f83-b6ab-783a79aa8f96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2024.11.01 06:51:12.319282 [ 250 ] {9ea79658-a3e7-4f83-b6ab-783a79aa8f96} <Debug> oximeter.measurements_u16 (ab2f6e68-54ff-4a63-9387-111cfac10798): Loading data parts | ||
| 313 | 2024.11.01 06:51:12.319443 [ 250 ] {9ea79658-a3e7-4f83-b6ab-783a79aa8f96} <Debug> oximeter.measurements_u16 (ab2f6e68-54ff-4a63-9387-111cfac10798): There are no data parts | ||
| 314 | 2024.11.01 06:51:12.321302 [ 250 ] {9ea79658-a3e7-4f83-b6ab-783a79aa8f96} <Debug> TCPHandler: Processed in 0.004810405 sec. | ||
| 315 | 2024.11.01 06:51:12.321482 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2024.11.01 06:51:12.321754 [ 3 ] {400e6b45-4375-496c-9ab7-a9611d8275ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 317 | 2024.11.01 06:51:12.321820 [ 3 ] {400e6b45-4375-496c-9ab7-a9611d8275ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2024.11.01 06:51:12.323532 [ 3 ] {400e6b45-4375-496c-9ab7-a9611d8275ac} <Debug> oximeter.measurements_i32 (34bc5d85-9cc4-49b8-9343-419d1e3a02ad): Loading data parts | ||
| 319 | 2024.11.01 06:51:12.323687 [ 3 ] {400e6b45-4375-496c-9ab7-a9611d8275ac} <Debug> oximeter.measurements_i32 (34bc5d85-9cc4-49b8-9343-419d1e3a02ad): There are no data parts | ||
| 320 | 2024.11.01 06:51:12.329552 [ 3 ] {400e6b45-4375-496c-9ab7-a9611d8275ac} <Debug> TCPHandler: Processed in 0.008133547 sec. | ||
| 321 | 2024.11.01 06:51:12.329855 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2024.11.01 06:51:12.330109 [ 250 ] {889dd083-00b7-4e46-98d1-1d0452eef3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 323 | 2024.11.01 06:51:12.330201 [ 250 ] {889dd083-00b7-4e46-98d1-1d0452eef3b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2024.11.01 06:51:12.332456 [ 250 ] {889dd083-00b7-4e46-98d1-1d0452eef3b3} <Debug> oximeter.measurements_u32 (cd4bcf0a-14c7-4ae5-b252-739546e9e122): Loading data parts | ||
| 325 | 2024.11.01 06:51:12.332621 [ 250 ] {889dd083-00b7-4e46-98d1-1d0452eef3b3} <Debug> oximeter.measurements_u32 (cd4bcf0a-14c7-4ae5-b252-739546e9e122): There are no data parts | ||
| 326 | 2024.11.01 06:51:12.334511 [ 250 ] {889dd083-00b7-4e46-98d1-1d0452eef3b3} <Debug> TCPHandler: Processed in 0.004768165 sec. | ||
| 327 | 2024.11.01 06:51:12.334689 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2024.11.01 06:51:12.334959 [ 3 ] {4e38a55b-03ec-4ac4-91c8-70212207fca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 329 | 2024.11.01 06:51:12.335028 [ 3 ] {4e38a55b-03ec-4ac4-91c8-70212207fca0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2024.11.01 06:51:12.336890 [ 3 ] {4e38a55b-03ec-4ac4-91c8-70212207fca0} <Debug> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Loading data parts | ||
| 331 | 2024.11.01 06:51:12.337043 [ 3 ] {4e38a55b-03ec-4ac4-91c8-70212207fca0} <Debug> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): There are no data parts | ||
| 332 | 2024.11.01 06:51:12.342742 [ 3 ] {4e38a55b-03ec-4ac4-91c8-70212207fca0} <Debug> TCPHandler: Processed in 0.008116417 sec. | ||
| 333 | 2024.11.01 06:51:12.343144 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.11.01 06:51:12.343433 [ 250 ] {02941abb-5409-44db-9b0e-32c57543bf74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 335 | 2024.11.01 06:51:12.343534 [ 250 ] {02941abb-5409-44db-9b0e-32c57543bf74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2024.11.01 06:51:12.345721 [ 250 ] {02941abb-5409-44db-9b0e-32c57543bf74} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Loading data parts | ||
| 337 | 2024.11.01 06:51:12.345906 [ 250 ] {02941abb-5409-44db-9b0e-32c57543bf74} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): There are no data parts | ||
| 338 | 2024.11.01 06:51:12.347818 [ 250 ] {02941abb-5409-44db-9b0e-32c57543bf74} <Debug> TCPHandler: Processed in 0.004813776 sec. | ||
| 339 | 2024.11.01 06:51:12.348022 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2024.11.01 06:51:12.348302 [ 3 ] {b477dd73-2d1b-41f8-b307-b7d318cb81a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 341 | 2024.11.01 06:51:12.348378 [ 3 ] {b477dd73-2d1b-41f8-b307-b7d318cb81a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2024.11.01 06:51:12.350173 [ 3 ] {b477dd73-2d1b-41f8-b307-b7d318cb81a4} <Debug> oximeter.measurements_f32 (bd5893f6-1939-4081-bd29-e1c0a26a4feb): Loading data parts | ||
| 343 | 2024.11.01 06:51:12.350329 [ 3 ] {b477dd73-2d1b-41f8-b307-b7d318cb81a4} <Debug> oximeter.measurements_f32 (bd5893f6-1939-4081-bd29-e1c0a26a4feb): There are no data parts | ||
| 344 | 2024.11.01 06:51:12.356058 [ 3 ] {b477dd73-2d1b-41f8-b307-b7d318cb81a4} <Debug> TCPHandler: Processed in 0.008102218 sec. | ||
| 345 | 2024.11.01 06:51:12.356359 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2024.11.01 06:51:12.356760 [ 250 ] {b79f7412-24f9-493f-ae33-7c122a1e33c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 347 | 2024.11.01 06:51:12.356875 [ 250 ] {b79f7412-24f9-493f-ae33-7c122a1e33c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2024.11.01 06:51:12.359052 [ 250 ] {b79f7412-24f9-493f-ae33-7c122a1e33c6} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Loading data parts | ||
| 349 | 2024.11.01 06:51:12.359231 [ 250 ] {b79f7412-24f9-493f-ae33-7c122a1e33c6} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): There are no data parts | ||
| 350 | 2024.11.01 06:51:12.361203 [ 250 ] {b79f7412-24f9-493f-ae33-7c122a1e33c6} <Debug> TCPHandler: Processed in 0.004957027 sec. | ||
| 351 | 2024.11.01 06:51:12.361394 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2024.11.01 06:51:12.361664 [ 3 ] {c6628c30-6b02-4c26-a4f1-a335f8a007de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 353 | 2024.11.01 06:51:12.361746 [ 3 ] {c6628c30-6b02-4c26-a4f1-a335f8a007de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 354 | 2024.11.01 06:51:12.363695 [ 3 ] {c6628c30-6b02-4c26-a4f1-a335f8a007de} <Debug> oximeter.measurements_string (83ce8f29-24eb-40da-b654-37ad23815da5): Loading data parts | ||
| 355 | 2024.11.01 06:51:12.363892 [ 3 ] {c6628c30-6b02-4c26-a4f1-a335f8a007de} <Debug> oximeter.measurements_string (83ce8f29-24eb-40da-b654-37ad23815da5): There are no data parts | ||
| 356 | 2024.11.01 06:51:12.369425 [ 3 ] {c6628c30-6b02-4c26-a4f1-a335f8a007de} <Debug> TCPHandler: Processed in 0.008097817 sec. | ||
| 357 | 2024.11.01 06:51:12.369622 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 358 | 2024.11.01 06:51:12.369925 [ 250 ] {3de8ce08-082f-467b-ab5d-4562a067209f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 359 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 360 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 361 | * a string isn't palatable for a few reasons. | ||
| 362 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 363 | * details. | ||
| 364 | */ | ||
| 365 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 366 | 2024.11.01 06:51:12.370072 [ 250 ] {3de8ce08-082f-467b-ab5d-4562a067209f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 367 | 2024.11.01 06:51:12.372611 [ 250 ] {3de8ce08-082f-467b-ab5d-4562a067209f} <Debug> oximeter.measurements_bytes (5af47e70-524b-46ee-97b1-3fbf4b0b5542): Loading data parts | ||
| 368 | 2024.11.01 06:51:12.372778 [ 250 ] {3de8ce08-082f-467b-ab5d-4562a067209f} <Debug> oximeter.measurements_bytes (5af47e70-524b-46ee-97b1-3fbf4b0b5542): There are no data parts | ||
| 369 | 2024.11.01 06:51:12.374653 [ 250 ] {3de8ce08-082f-467b-ab5d-4562a067209f} <Debug> TCPHandler: Processed in 0.005099758 sec. | ||
| 370 | 2024.11.01 06:51:12.374824 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2024.11.01 06:51:12.375041 [ 3 ] {c787f31d-8f90-4a1a-b899-5af7f6275392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 372 | 2024.11.01 06:51:12.375117 [ 3 ] {c787f31d-8f90-4a1a-b899-5af7f6275392} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 373 | 2024.11.01 06:51:12.377038 [ 3 ] {c787f31d-8f90-4a1a-b899-5af7f6275392} <Debug> oximeter.measurements_cumulativei64 (be36d8f2-d472-4d0b-9290-6ce5aafea4be): Loading data parts | ||
| 374 | 2024.11.01 06:51:12.377202 [ 3 ] {c787f31d-8f90-4a1a-b899-5af7f6275392} <Debug> oximeter.measurements_cumulativei64 (be36d8f2-d472-4d0b-9290-6ce5aafea4be): There are no data parts | ||
| 375 | 2024.11.01 06:51:12.382768 [ 3 ] {c787f31d-8f90-4a1a-b899-5af7f6275392} <Debug> TCPHandler: Processed in 0.007998406 sec. | ||
| 376 | 2024.11.01 06:51:12.383097 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2024.11.01 06:51:12.383523 [ 250 ] {9ae98842-2f57-4b4a-bdec-53d3e70d80d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 378 | 2024.11.01 06:51:12.383670 [ 250 ] {9ae98842-2f57-4b4a-bdec-53d3e70d80d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 379 | 2024.11.01 06:51:12.386058 [ 250 ] {9ae98842-2f57-4b4a-bdec-53d3e70d80d6} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Loading data parts | ||
| 380 | 2024.11.01 06:51:12.386244 [ 250 ] {9ae98842-2f57-4b4a-bdec-53d3e70d80d6} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): There are no data parts | ||
| 381 | 2024.11.01 06:51:12.388146 [ 250 ] {9ae98842-2f57-4b4a-bdec-53d3e70d80d6} <Debug> TCPHandler: Processed in 0.005163459 sec. | ||
| 382 | 2024.11.01 06:51:12.388321 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2024.11.01 06:51:12.388572 [ 3 ] {cc1ab36c-31e4-42c2-8661-a357cfd1c257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 384 | 2024.11.01 06:51:12.388637 [ 3 ] {cc1ab36c-31e4-42c2-8661-a357cfd1c257} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 385 | 2024.11.01 06:51:12.390495 [ 3 ] {cc1ab36c-31e4-42c2-8661-a357cfd1c257} <Debug> oximeter.measurements_cumulativef32 (d19dc466-6d25-4f96-8b8f-18bf0a7ae8a0): Loading data parts | ||
| 386 | 2024.11.01 06:51:12.390644 [ 3 ] {cc1ab36c-31e4-42c2-8661-a357cfd1c257} <Debug> oximeter.measurements_cumulativef32 (d19dc466-6d25-4f96-8b8f-18bf0a7ae8a0): There are no data parts | ||
| 387 | 2024.11.01 06:51:12.396295 [ 3 ] {cc1ab36c-31e4-42c2-8661-a357cfd1c257} <Debug> TCPHandler: Processed in 0.008029146 sec. | ||
| 388 | 2024.11.01 06:51:12.396551 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2024.11.01 06:51:12.396819 [ 250 ] {1b627cc2-4272-40a9-9863-ff9d412caf69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 390 | 2024.11.01 06:51:12.396918 [ 250 ] {1b627cc2-4272-40a9-9863-ff9d412caf69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 391 | 2024.11.01 06:51:12.399296 [ 250 ] {1b627cc2-4272-40a9-9863-ff9d412caf69} <Debug> oximeter.measurements_cumulativef64 (a14089ce-ec1a-4d38-82ab-e0d5c2e2bba9): Loading data parts | ||
| 392 | 2024.11.01 06:51:12.399461 [ 250 ] {1b627cc2-4272-40a9-9863-ff9d412caf69} <Debug> oximeter.measurements_cumulativef64 (a14089ce-ec1a-4d38-82ab-e0d5c2e2bba9): There are no data parts | ||
| 393 | 2024.11.01 06:51:12.401327 [ 250 ] {1b627cc2-4272-40a9-9863-ff9d412caf69} <Debug> TCPHandler: Processed in 0.004846226 sec. | ||
| 394 | 2024.11.01 06:51:12.401534 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2024.11.01 06:51:12.401911 [ 3 ] {bfdea470-225f-4b36-ac7e-b9ac49993184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 396 | * NOTE: Array types cannot be Nullable, see | ||
| 397 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 398 | * for more details. | ||
| 399 | * | ||
| 400 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 401 | * is unfortunate, and at this point relies on the fact that an | ||
| 402 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 403 | * to figure out another way to represent missing samples here. | ||
| 404 | */ | ||
| 405 | 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) | ||
| 406 | 2024.11.01 06:51:12.402010 [ 3 ] {bfdea470-225f-4b36-ac7e-b9ac49993184} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 407 | 2024.11.01 06:51:12.404340 [ 3 ] {bfdea470-225f-4b36-ac7e-b9ac49993184} <Debug> oximeter.measurements_histogrami8 (227aef6d-d5ef-4f88-8554-9b486c2f2b50): Loading data parts | ||
| 408 | 2024.11.01 06:51:12.404498 [ 3 ] {bfdea470-225f-4b36-ac7e-b9ac49993184} <Debug> oximeter.measurements_histogrami8 (227aef6d-d5ef-4f88-8554-9b486c2f2b50): There are no data parts | ||
| 409 | 2024.11.01 06:51:12.409512 [ 3 ] {bfdea470-225f-4b36-ac7e-b9ac49993184} <Debug> TCPHandler: Processed in 0.008045076 sec. | ||
| 410 | 2024.11.01 06:51:12.409832 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2024.11.01 06:51:12.410372 [ 250 ] {d1b75d94-912a-483e-9e8f-14116cf6ca69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 412 | 2024.11.01 06:51:12.410483 [ 250 ] {d1b75d94-912a-483e-9e8f-14116cf6ca69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 413 | 2024.11.01 06:51:12.413089 [ 250 ] {d1b75d94-912a-483e-9e8f-14116cf6ca69} <Debug> oximeter.measurements_histogramu8 (7b05fc91-2eff-4e45-999b-79f223b63afe): Loading data parts | ||
| 414 | 2024.11.01 06:51:12.413275 [ 250 ] {d1b75d94-912a-483e-9e8f-14116cf6ca69} <Debug> oximeter.measurements_histogramu8 (7b05fc91-2eff-4e45-999b-79f223b63afe): There are no data parts | ||
| 415 | 2024.11.01 06:51:12.422027 [ 250 ] {d1b75d94-912a-483e-9e8f-14116cf6ca69} <Debug> TCPHandler: Processed in 0.012367607 sec. | ||
| 416 | 2024.11.01 06:51:12.422272 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2024.11.01 06:51:12.422671 [ 3 ] {27bd5b55-6cc5-47ae-961f-8c198ba11e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 418 | 2024.11.01 06:51:12.422751 [ 3 ] {27bd5b55-6cc5-47ae-961f-8c198ba11e05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 419 | 2024.11.01 06:51:12.426195 [ 3 ] {27bd5b55-6cc5-47ae-961f-8c198ba11e05} <Debug> oximeter.measurements_histogrami16 (4899452d-e3d8-40fd-9380-d1a4503d8b41): Loading data parts | ||
| 420 | 2024.11.01 06:51:12.426366 [ 3 ] {27bd5b55-6cc5-47ae-961f-8c198ba11e05} <Debug> oximeter.measurements_histogrami16 (4899452d-e3d8-40fd-9380-d1a4503d8b41): There are no data parts | ||
| 421 | 2024.11.01 06:51:12.427795 [ 3 ] {27bd5b55-6cc5-47ae-961f-8c198ba11e05} <Debug> TCPHandler: Processed in 0.005517573 sec. | ||
| 422 | 2024.11.01 06:51:12.427983 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2024.11.01 06:51:12.428278 [ 250 ] {0f6a1323-a9f9-4740-bd00-65e00cbb6251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 424 | 2024.11.01 06:51:12.428377 [ 250 ] {0f6a1323-a9f9-4740-bd00-65e00cbb6251} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 425 | 2024.11.01 06:51:12.434173 [ 250 ] {0f6a1323-a9f9-4740-bd00-65e00cbb6251} <Debug> oximeter.measurements_histogramu16 (20c43327-6ec4-4d86-8286-72fe5b509fc9): Loading data parts | ||
| 426 | 2024.11.01 06:51:12.434393 [ 250 ] {0f6a1323-a9f9-4740-bd00-65e00cbb6251} <Debug> oximeter.measurements_histogramu16 (20c43327-6ec4-4d86-8286-72fe5b509fc9): There are no data parts | ||
| 427 | 2024.11.01 06:51:12.436057 [ 250 ] {0f6a1323-a9f9-4740-bd00-65e00cbb6251} <Debug> TCPHandler: Processed in 0.008133058 sec. | ||
| 428 | 2024.11.01 06:51:12.436249 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2024.11.01 06:51:12.436649 [ 3 ] {0ecfcfbc-3567-42c9-9fac-6b85a93b198c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 430 | 2024.11.01 06:51:12.436744 [ 3 ] {0ecfcfbc-3567-42c9-9fac-6b85a93b198c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 431 | 2024.11.01 06:51:12.439519 [ 3 ] {0ecfcfbc-3567-42c9-9fac-6b85a93b198c} <Debug> oximeter.measurements_histogrami32 (d64de13a-3146-4a06-b948-dc75342c8217): Loading data parts | ||
| 432 | 2024.11.01 06:51:12.439673 [ 3 ] {0ecfcfbc-3567-42c9-9fac-6b85a93b198c} <Debug> oximeter.measurements_histogrami32 (d64de13a-3146-4a06-b948-dc75342c8217): There are no data parts | ||
| 433 | 2024.11.01 06:51:12.441092 [ 3 ] {0ecfcfbc-3567-42c9-9fac-6b85a93b198c} <Debug> TCPHandler: Processed in 0.004910997 sec. | ||
| 434 | 2024.11.01 06:51:12.441292 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2024.11.01 06:51:12.441644 [ 250 ] {eda4d957-52a6-4388-b190-bf71d22486a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 436 | 2024.11.01 06:51:12.441760 [ 250 ] {eda4d957-52a6-4388-b190-bf71d22486a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 437 | 2024.11.01 06:51:12.447465 [ 250 ] {eda4d957-52a6-4388-b190-bf71d22486a2} <Debug> oximeter.measurements_histogramu32 (ca1144e8-6f7c-4bd8-9ea2-e37071262eac): Loading data parts | ||
| 438 | 2024.11.01 06:51:12.447722 [ 250 ] {eda4d957-52a6-4388-b190-bf71d22486a2} <Debug> oximeter.measurements_histogramu32 (ca1144e8-6f7c-4bd8-9ea2-e37071262eac): There are no data parts | ||
| 439 | 2024.11.01 06:51:12.449430 [ 250 ] {eda4d957-52a6-4388-b190-bf71d22486a2} <Debug> TCPHandler: Processed in 0.008231638 sec. | ||
| 440 | 2024.11.01 06:51:12.449618 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.11.01 06:51:12.450007 [ 3 ] {49fe449a-78df-4c62-9ead-305ca19d92ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 442 | 2024.11.01 06:51:12.450094 [ 3 ] {49fe449a-78df-4c62-9ead-305ca19d92ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 443 | 2024.11.01 06:51:12.452968 [ 3 ] {49fe449a-78df-4c62-9ead-305ca19d92ab} <Debug> oximeter.measurements_histogrami64 (d4d9f91b-0918-4a0b-b509-b62da9914eee): Loading data parts | ||
| 444 | 2024.11.01 06:51:12.453133 [ 3 ] {49fe449a-78df-4c62-9ead-305ca19d92ab} <Debug> oximeter.measurements_histogrami64 (d4d9f91b-0918-4a0b-b509-b62da9914eee): There are no data parts | ||
| 445 | 2024.11.01 06:51:12.454469 [ 3 ] {49fe449a-78df-4c62-9ead-305ca19d92ab} <Debug> TCPHandler: Processed in 0.004918967 sec. | ||
| 446 | 2024.11.01 06:51:12.454660 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 447 | 2024.11.01 06:51:12.454973 [ 250 ] {e84b615c-97f6-48a1-a9b3-bfda1498606c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 448 | 2024.11.01 06:51:12.455073 [ 250 ] {e84b615c-97f6-48a1-a9b3-bfda1498606c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 449 | 2024.11.01 06:51:12.461079 [ 250 ] {e84b615c-97f6-48a1-a9b3-bfda1498606c} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Loading data parts | ||
| 450 | 2024.11.01 06:51:12.461302 [ 250 ] {e84b615c-97f6-48a1-a9b3-bfda1498606c} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): There are no data parts | ||
| 451 | 2024.11.01 06:51:12.463010 [ 250 ] {e84b615c-97f6-48a1-a9b3-bfda1498606c} <Debug> TCPHandler: Processed in 0.008420341 sec. | ||
| 452 | 2024.11.01 06:51:12.463207 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2024.11.01 06:51:12.463595 [ 3 ] {ad002d4f-87c4-4593-a45c-1d7efa665f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 454 | 2024.11.01 06:51:12.463678 [ 3 ] {ad002d4f-87c4-4593-a45c-1d7efa665f20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 455 | 2024.11.01 06:51:12.466584 [ 3 ] {ad002d4f-87c4-4593-a45c-1d7efa665f20} <Debug> oximeter.measurements_histogramf32 (b2abf545-48e0-4983-8794-c87164cea32a): Loading data parts | ||
| 456 | 2024.11.01 06:51:12.466746 [ 3 ] {ad002d4f-87c4-4593-a45c-1d7efa665f20} <Debug> oximeter.measurements_histogramf32 (b2abf545-48e0-4983-8794-c87164cea32a): There are no data parts | ||
| 457 | 2024.11.01 06:51:12.468326 [ 3 ] {ad002d4f-87c4-4593-a45c-1d7efa665f20} <Debug> TCPHandler: Processed in 0.005186519 sec. | ||
| 458 | 2024.11.01 06:51:12.468524 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 459 | 2024.11.01 06:51:12.468864 [ 250 ] {9263c47b-96b0-4cee-baec-cef0b894d145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 460 | 2024.11.01 06:51:12.468976 [ 250 ] {9263c47b-96b0-4cee-baec-cef0b894d145} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 461 | 2024.11.01 06:51:12.474554 [ 250 ] {9263c47b-96b0-4cee-baec-cef0b894d145} <Debug> oximeter.measurements_histogramf64 (f1b05018-92a1-4a45-bd3e-5823bebbb34b): Loading data parts | ||
| 462 | 2024.11.01 06:51:12.474866 [ 250 ] {9263c47b-96b0-4cee-baec-cef0b894d145} <Debug> oximeter.measurements_histogramf64 (f1b05018-92a1-4a45-bd3e-5823bebbb34b): There are no data parts | ||
| 463 | 2024.11.01 06:51:12.476731 [ 250 ] {9263c47b-96b0-4cee-baec-cef0b894d145} <Debug> TCPHandler: Processed in 0.008275898 sec. | ||
| 464 | 2024.11.01 06:51:12.476919 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2024.11.01 06:51:12.477214 [ 3 ] {bda14f3c-058f-4b7c-acc1-d326fb07f4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) /* The field tables store named dimensions of each timeseries. | ||
| 466 | * | ||
| 467 | * As with the measurement tables, there is one field table for each field data | ||
| 468 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 469 | * this behavior **must not** be relied upon for query correctness. | ||
| 470 | * | ||
| 471 | * The index for the fields differs from the measurements, however. Rows are | ||
| 472 | * sorted by timeseries name, then field name, field value, and finally | ||
| 473 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 474 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 475 | * usually then used to look up measurements. | ||
| 476 | * | ||
| 477 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 478 | * timeseries name and then key, since it would improve lookups where one | ||
| 479 | * already has the key. Realistically though, these tables are quite small and | ||
| 480 | * so performance benefits will be low in absolute terms. | ||
| 481 | * | ||
| 482 | * TTL: We use a materialized column to expire old field table records. This | ||
| 483 | * column is generated automatically by the database whenever a new row is | ||
| 484 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 485 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 486 | * record will remain during a deduplication, which will have the last | ||
| 487 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 488 | * measurement tables. | ||
| 489 | */ | ||
| 490 | 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) | ||
| 491 | 2024.11.01 06:51:12.477300 [ 3 ] {bda14f3c-058f-4b7c-acc1-d326fb07f4a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 492 | 2024.11.01 06:51:12.479947 [ 3 ] {bda14f3c-058f-4b7c-acc1-d326fb07f4a9} <Debug> oximeter.fields_bool (c935b86d-c959-4e19-8506-88c9c7d0a82f): Loading data parts | ||
| 493 | 2024.11.01 06:51:12.480099 [ 3 ] {bda14f3c-058f-4b7c-acc1-d326fb07f4a9} <Debug> oximeter.fields_bool (c935b86d-c959-4e19-8506-88c9c7d0a82f): There are no data parts | ||
| 494 | 2024.11.01 06:51:12.481493 [ 3 ] {bda14f3c-058f-4b7c-acc1-d326fb07f4a9} <Debug> TCPHandler: Processed in 0.004644334 sec. | ||
| 495 | 2024.11.01 06:51:12.481682 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2024.11.01 06:51:12.481911 [ 250 ] {5fbde3b1-9c06-4baa-92a0-0634167c01e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 497 | 2024.11.01 06:51:12.481997 [ 250 ] {5fbde3b1-9c06-4baa-92a0-0634167c01e2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 498 | 2024.11.01 06:51:12.487907 [ 250 ] {5fbde3b1-9c06-4baa-92a0-0634167c01e2} <Debug> oximeter.fields_i8 (8412288a-938d-4b3f-a019-dbe80f28ff99): Loading data parts | ||
| 499 | 2024.11.01 06:51:12.488069 [ 250 ] {5fbde3b1-9c06-4baa-92a0-0634167c01e2} <Debug> oximeter.fields_i8 (8412288a-938d-4b3f-a019-dbe80f28ff99): There are no data parts | ||
| 500 | 2024.11.01 06:51:12.489835 [ 250 ] {5fbde3b1-9c06-4baa-92a0-0634167c01e2} <Debug> TCPHandler: Processed in 0.008212918 sec. | ||
| 501 | 2024.11.01 06:51:12.490035 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2024.11.01 06:51:12.490281 [ 3 ] {47adf0f5-066c-4288-9fc7-47e4444589df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 503 | 2024.11.01 06:51:12.490373 [ 3 ] {47adf0f5-066c-4288-9fc7-47e4444589df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 504 | 2024.11.01 06:51:12.492957 [ 3 ] {47adf0f5-066c-4288-9fc7-47e4444589df} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Loading data parts | ||
| 505 | 2024.11.01 06:51:12.493118 [ 3 ] {47adf0f5-066c-4288-9fc7-47e4444589df} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): There are no data parts | ||
| 506 | 2024.11.01 06:51:12.494514 [ 3 ] {47adf0f5-066c-4288-9fc7-47e4444589df} <Debug> TCPHandler: Processed in 0.004553653 sec. | ||
| 507 | 2024.11.01 06:51:12.494705 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2024.11.01 06:51:12.494916 [ 250 ] {1c2c375b-2bb4-4dc7-8db0-335d724bf0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 509 | 2024.11.01 06:51:12.495001 [ 250 ] {1c2c375b-2bb4-4dc7-8db0-335d724bf0d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 510 | 2024.11.01 06:51:12.500908 [ 250 ] {1c2c375b-2bb4-4dc7-8db0-335d724bf0d1} <Debug> oximeter.fields_i16 (29fd4843-a01a-4ef9-b129-95d1bed5e687): Loading data parts | ||
| 511 | 2024.11.01 06:51:12.501145 [ 250 ] {1c2c375b-2bb4-4dc7-8db0-335d724bf0d1} <Debug> oximeter.fields_i16 (29fd4843-a01a-4ef9-b129-95d1bed5e687): There are no data parts | ||
| 512 | 2024.11.01 06:51:12.503100 [ 250 ] {1c2c375b-2bb4-4dc7-8db0-335d724bf0d1} <Debug> TCPHandler: Processed in 0.008453321 sec. | ||
| 513 | 2024.11.01 06:51:12.503289 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 514 | 2024.11.01 06:51:12.503560 [ 3 ] {b49e1707-d988-4c37-b6ae-766ad27dd213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 515 | 2024.11.01 06:51:12.503629 [ 3 ] {b49e1707-d988-4c37-b6ae-766ad27dd213} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 516 | 2024.11.01 06:51:12.506115 [ 3 ] {b49e1707-d988-4c37-b6ae-766ad27dd213} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Loading data parts | ||
| 517 | 2024.11.01 06:51:12.506262 [ 3 ] {b49e1707-d988-4c37-b6ae-766ad27dd213} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): There are no data parts | ||
| 518 | 2024.11.01 06:51:12.507684 [ 3 ] {b49e1707-d988-4c37-b6ae-766ad27dd213} <Debug> TCPHandler: Processed in 0.004462042 sec. | ||
| 519 | 2024.11.01 06:51:12.507880 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 520 | 2024.11.01 06:51:12.508086 [ 250 ] {6c99cdc6-ce60-4b22-b0af-c6727308a086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 521 | 2024.11.01 06:51:12.508179 [ 250 ] {6c99cdc6-ce60-4b22-b0af-c6727308a086} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 522 | 2024.11.01 06:51:12.514128 [ 250 ] {6c99cdc6-ce60-4b22-b0af-c6727308a086} <Debug> oximeter.fields_i32 (bd0fdf48-e0f7-4d40-9ea8-1ea5b20c05dd): Loading data parts | ||
| 523 | 2024.11.01 06:51:12.514447 [ 250 ] {6c99cdc6-ce60-4b22-b0af-c6727308a086} <Debug> oximeter.fields_i32 (bd0fdf48-e0f7-4d40-9ea8-1ea5b20c05dd): There are no data parts | ||
| 524 | 2024.11.01 06:51:12.516285 [ 250 ] {6c99cdc6-ce60-4b22-b0af-c6727308a086} <Debug> TCPHandler: Processed in 0.00846412 sec. | ||
| 525 | 2024.11.01 06:51:12.516482 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 526 | 2024.11.01 06:51:12.516744 [ 3 ] {d4637f73-4f8c-4f16-a274-90580cf7a108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 527 | 2024.11.01 06:51:12.516809 [ 3 ] {d4637f73-4f8c-4f16-a274-90580cf7a108} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 528 | 2024.11.01 06:51:12.519752 [ 3 ] {d4637f73-4f8c-4f16-a274-90580cf7a108} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Loading data parts | ||
| 529 | 2024.11.01 06:51:12.519938 [ 3 ] {d4637f73-4f8c-4f16-a274-90580cf7a108} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): There are no data parts | ||
| 530 | 2024.11.01 06:51:12.521462 [ 3 ] {d4637f73-4f8c-4f16-a274-90580cf7a108} <Debug> TCPHandler: Processed in 0.005047288 sec. | ||
| 531 | 2024.11.01 06:51:12.521674 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 532 | 2024.11.01 06:51:12.521923 [ 250 ] {f904e561-1dbc-44a7-9727-ac1579ebf9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 533 | 2024.11.01 06:51:12.522031 [ 250 ] {f904e561-1dbc-44a7-9727-ac1579ebf9ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 534 | 2024.11.01 06:51:12.527717 [ 250 ] {f904e561-1dbc-44a7-9727-ac1579ebf9ca} <Debug> oximeter.fields_i64 (2f3ea0d8-4244-4459-b92c-83367118486b): Loading data parts | ||
| 535 | 2024.11.01 06:51:12.528010 [ 250 ] {f904e561-1dbc-44a7-9727-ac1579ebf9ca} <Debug> oximeter.fields_i64 (2f3ea0d8-4244-4459-b92c-83367118486b): There are no data parts | ||
| 536 | 2024.11.01 06:51:12.529852 [ 250 ] {f904e561-1dbc-44a7-9727-ac1579ebf9ca} <Debug> TCPHandler: Processed in 0.008247009 sec. | ||
| 537 | 2024.11.01 06:51:12.530054 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2024.11.01 06:51:12.530337 [ 3 ] {dccf3908-2f4a-4338-8210-d3de61aef1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 539 | 2024.11.01 06:51:12.530395 [ 3 ] {dccf3908-2f4a-4338-8210-d3de61aef1c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 540 | 2024.11.01 06:51:12.532964 [ 3 ] {dccf3908-2f4a-4338-8210-d3de61aef1c7} <Debug> oximeter.fields_u64 (d8db4052-fce8-4181-ae9d-a17efd2e86de): Loading data parts | ||
| 541 | 2024.11.01 06:51:12.533119 [ 3 ] {dccf3908-2f4a-4338-8210-d3de61aef1c7} <Debug> oximeter.fields_u64 (d8db4052-fce8-4181-ae9d-a17efd2e86de): There are no data parts | ||
| 542 | 2024.11.01 06:51:12.534493 [ 3 ] {dccf3908-2f4a-4338-8210-d3de61aef1c7} <Debug> TCPHandler: Processed in 0.004506493 sec. | ||
| 543 | 2024.11.01 06:51:12.534699 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2024.11.01 06:51:12.534920 [ 250 ] {c71ca1bd-25ed-4e65-bb8e-c53bf0ae5e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 545 | 2024.11.01 06:51:12.535007 [ 250 ] {c71ca1bd-25ed-4e65-bb8e-c53bf0ae5e78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 546 | 2024.11.01 06:51:12.540947 [ 250 ] {c71ca1bd-25ed-4e65-bb8e-c53bf0ae5e78} <Debug> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Loading data parts | ||
| 547 | 2024.11.01 06:51:12.541193 [ 250 ] {c71ca1bd-25ed-4e65-bb8e-c53bf0ae5e78} <Debug> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): There are no data parts | ||
| 548 | 2024.11.01 06:51:12.542994 [ 250 ] {c71ca1bd-25ed-4e65-bb8e-c53bf0ae5e78} <Debug> TCPHandler: Processed in 0.00836434 sec. | ||
| 549 | 2024.11.01 06:51:12.543190 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2024.11.01 06:51:12.543464 [ 3 ] {354ed12f-e610-41dc-9b82-e4e9501685cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) 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) | ||
| 551 | 2024.11.01 06:51:12.543549 [ 3 ] {354ed12f-e610-41dc-9b82-e4e9501685cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 552 | 2024.11.01 06:51:12.546097 [ 3 ] {354ed12f-e610-41dc-9b82-e4e9501685cf} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Loading data parts | ||
| 553 | 2024.11.01 06:51:12.546248 [ 3 ] {354ed12f-e610-41dc-9b82-e4e9501685cf} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): There are no data parts | ||
| 554 | 2024.11.01 06:51:12.547523 [ 3 ] {354ed12f-e610-41dc-9b82-e4e9501685cf} <Debug> TCPHandler: Processed in 0.004400152 sec. | ||
| 555 | 2024.11.01 06:51:12.547708 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2024.11.01 06:51:12.547948 [ 250 ] {e61c76d0-62c4-496e-a8a5-b8db27936ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) 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) | ||
| 557 | 2024.11.01 06:51:12.548061 [ 250 ] {e61c76d0-62c4-496e-a8a5-b8db27936ffd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 558 | 2024.11.01 06:51:12.554588 [ 250 ] {e61c76d0-62c4-496e-a8a5-b8db27936ffd} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Loading data parts | ||
| 559 | 2024.11.01 06:51:12.554898 [ 250 ] {e61c76d0-62c4-496e-a8a5-b8db27936ffd} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): There are no data parts | ||
| 560 | 2024.11.01 06:51:12.556755 [ 250 ] {e61c76d0-62c4-496e-a8a5-b8db27936ffd} <Debug> TCPHandler: Processed in 0.009107367 sec. | ||
| 561 | 2024.11.01 06:51:12.556952 [ 3 ] {} <Trace> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2024.11.01 06:51:12.557325 [ 3 ] {3f2cfe78-a274-4e2d-bf56-afab2eca4d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42958) /* The timeseries schema table stores the extracted schema for the samples | ||
| 563 | * oximeter collects. | ||
| 564 | */ | ||
| 565 | 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) | ||
| 566 | 2024.11.01 06:51:12.557417 [ 3 ] {3f2cfe78-a274-4e2d-bf56-afab2eca4d03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 567 | 2024.11.01 06:51:12.559943 [ 3 ] {3f2cfe78-a274-4e2d-bf56-afab2eca4d03} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Loading data parts | ||
| 568 | 2024.11.01 06:51:12.560107 [ 3 ] {3f2cfe78-a274-4e2d-bf56-afab2eca4d03} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): There are no data parts | ||
| 569 | 2024.11.01 06:51:12.561554 [ 3 ] {3f2cfe78-a274-4e2d-bf56-afab2eca4d03} <Debug> TCPHandler: Processed in 0.004669735 sec. | ||
| 570 | 2024.11.01 06:51:12.561748 [ 250 ] {} <Trace> TCP-Session: f0496744-efb6-4b6a-931e-6fd6e943f11a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.11.01 06:51:12.561980 [ 250 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59037) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 572 | 2024.11.01 06:51:12.563261 [ 250 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 573 | 2024.11.01 06:51:12.576538 [ 257 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Trace> oximeter.version (a7fb9968-3a97-4e80-9d18-19efd74cb209): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 574 | 2024.11.01 06:51:12.576663 [ 257 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 575 | 2024.11.01 06:51:12.581317 [ 257 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 576 | 2024.11.01 06:51:12.582378 [ 257 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Trace> oximeter.version (a7fb9968-3a97-4e80-9d18-19efd74cb209): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 577 | 2024.11.01 06:51:12.582737 [ 250 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.020833 sec., 48.0007680122882 rows/sec., 768.01 B/sec. | ||
| 578 | 2024.11.01 06:51:12.583145 [ 250 ] {e75d8b0a-5e8f-47b6-a365-67ca544f4806} <Debug> TCPHandler: Processed in 0.021463045 sec. | ||
| 579 | 2024.11.01 06:51:13.000237 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.66 MiB, peak 124.66 MiB, free memory in arenas 0.00 B, will set to 138.17 MiB (RSS), difference: 13.51 MiB | ||
| 580 | 2024.11.01 06:51:19.371497 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58003 | ||
| 581 | 2024.11.01 06:51:19.371638 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 582 | 2024.11.01 06:51:19.371668 [ 258 ] {} <Debug> TCP-Session: cb740137-ddc5-4eb9-a0ba-30fef3c02ceb Authenticating user 'default' from [fd00:1122:3344:101::a]:58003 | ||
| 583 | 2024.11.01 06:51:19.371739 [ 258 ] {} <Debug> TCP-Session: cb740137-ddc5-4eb9-a0ba-30fef3c02ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2024.11.01 06:51:19.371754 [ 258 ] {} <Debug> TCP-Session: cb740137-ddc5-4eb9-a0ba-30fef3c02ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2024.11.01 06:51:19.371817 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 586 | 2024.11.01 06:51:19.371854 [ 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 | ||
| 587 | 2024.11.01 06:51:19.371889 [ 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 | ||
| 588 | 2024.11.01 06:51:19.372333 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62613 | ||
| 589 | 2024.11.01 06:51:19.372419 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57807 | ||
| 590 | 2024.11.01 06:51:19.372489 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34662 | ||
| 591 | 2024.11.01 06:51:19.372608 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43197 | ||
| 592 | 2024.11.01 06:51:19.372877 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 593 | 2024.11.01 06:51:19.372900 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33637 | ||
| 594 | 2024.11.01 06:51:19.372936 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2024.11.01 06:51:19.373100 [ 260 ] {} <Debug> TCP-Session: f45c6e72-5fea-47ed-bfa6-4e629eda22a3 Authenticating user 'default' from [fd00:1122:3344:101::a]:57807 | ||
| 596 | 2024.11.01 06:51:19.373120 [ 259 ] {} <Debug> TCP-Session: 1353067b-e74d-4d8e-81f3-186f9e89e9de Authenticating user 'default' from [fd00:1122:3344:101::a]:62613 | ||
| 597 | 2024.11.01 06:51:19.373102 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39171 | ||
| 598 | 2024.11.01 06:51:19.373247 [ 259 ] {} <Debug> TCP-Session: 1353067b-e74d-4d8e-81f3-186f9e89e9de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 599 | 2024.11.01 06:51:19.373270 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34582 | ||
| 600 | 2024.11.01 06:51:19.373272 [ 260 ] {} <Debug> TCP-Session: f45c6e72-5fea-47ed-bfa6-4e629eda22a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.11.01 06:51:19.373339 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 602 | 2024.11.01 06:51:19.373366 [ 259 ] {} <Debug> TCP-Session: 1353067b-e74d-4d8e-81f3-186f9e89e9de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2024.11.01 06:51:19.373353 [ 260 ] {} <Debug> TCP-Session: f45c6e72-5fea-47ed-bfa6-4e629eda22a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.11.01 06:51:19.373638 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2024.11.01 06:51:19.373644 [ 261 ] {} <Debug> TCP-Session: ac489470-6366-4eef-965a-fd1ed2152ccb Authenticating user 'default' from [fd00:1122:3344:101::a]:34662 | ||
| 606 | 2024.11.01 06:51:19.373779 [ 261 ] {} <Debug> TCP-Session: ac489470-6366-4eef-965a-fd1ed2152ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2024.11.01 06:51:19.373779 [ 265 ] {} <Debug> TCP-Session: f4ab6dc4-29f4-4e5c-9e8a-38d5e94e2032 Authenticating user 'default' from [fd00:1122:3344:101::a]:34582 | ||
| 608 | 2024.11.01 06:51:19.373800 [ 261 ] {} <Debug> TCP-Session: ac489470-6366-4eef-965a-fd1ed2152ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2024.11.01 06:51:19.373858 [ 265 ] {} <Debug> TCP-Session: f4ab6dc4-29f4-4e5c-9e8a-38d5e94e2032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 610 | 2024.11.01 06:51:19.373887 [ 265 ] {} <Debug> TCP-Session: f4ab6dc4-29f4-4e5c-9e8a-38d5e94e2032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2024.11.01 06:51:19.381933 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 612 | 2024.11.01 06:51:19.381995 [ 264 ] {} <Debug> TCP-Session: 6d457f71-6c76-48ce-a6e1-65b0c46d0f3f Authenticating user 'default' from [fd00:1122:3344:101::a]:39171 | ||
| 613 | 2024.11.01 06:51:19.382027 [ 264 ] {} <Debug> TCP-Session: 6d457f71-6c76-48ce-a6e1-65b0c46d0f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2024.11.01 06:51:19.382041 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 615 | 2024.11.01 06:51:19.382088 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 616 | 2024.11.01 06:51:19.382103 [ 264 ] {} <Debug> TCP-Session: 6d457f71-6c76-48ce-a6e1-65b0c46d0f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.11.01 06:51:19.382214 [ 263 ] {} <Debug> TCP-Session: 0c919c13-7106-4114-9233-b35f82d0c1bd Authenticating user 'default' from [fd00:1122:3344:101::a]:33637 | ||
| 618 | 2024.11.01 06:51:19.382169 [ 262 ] {} <Debug> TCP-Session: 88925250-3d71-41c0-8971-08bbc4892bbf Authenticating user 'default' from [fd00:1122:3344:101::a]:43197 | ||
| 619 | 2024.11.01 06:51:19.382353 [ 263 ] {} <Debug> TCP-Session: 0c919c13-7106-4114-9233-b35f82d0c1bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2024.11.01 06:51:19.382373 [ 262 ] {} <Debug> TCP-Session: 88925250-3d71-41c0-8971-08bbc4892bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2024.11.01 06:51:19.382386 [ 263 ] {} <Debug> TCP-Session: 0c919c13-7106-4114-9233-b35f82d0c1bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2024.11.01 06:51:19.382516 [ 262 ] {} <Debug> TCP-Session: 88925250-3d71-41c0-8971-08bbc4892bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2024.11.01 06:51:19.643388 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42463 | ||
| 624 | 2024.11.01 06:51:19.644404 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2024.11.01 06:51:19.644492 [ 266 ] {} <Debug> TCP-Session: 79b1d510-b296-4d17-8d4d-8f6257760a48 Authenticating user 'default' from [fd00:1122:3344:101::b]:42463 | ||
| 626 | 2024.11.01 06:51:19.644522 [ 266 ] {} <Debug> TCP-Session: 79b1d510-b296-4d17-8d4d-8f6257760a48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2024.11.01 06:51:19.644620 [ 266 ] {} <Debug> TCP-Session: 79b1d510-b296-4d17-8d4d-8f6257760a48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.11.01 06:51:19.644692 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2024.11.01 06:51:19.644721 [ 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 | ||
| 630 | 2024.11.01 06:51:19.644765 [ 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 | ||
| 631 | 2024.11.01 06:51:19.645329 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34147 | ||
| 632 | 2024.11.01 06:51:19.645417 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50811 | ||
| 633 | 2024.11.01 06:51:19.645420 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35236 | ||
| 634 | 2024.11.01 06:51:19.645543 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45470 | ||
| 635 | 2024.11.01 06:51:19.645552 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2024.11.01 06:51:19.646023 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2024.11.01 06:51:19.646046 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2024.11.01 06:51:19.646110 [ 269 ] {} <Debug> TCP-Session: 08d86a83-395f-48e2-b87b-a45166e6bbca Authenticating user 'default' from [fd00:1122:3344:101::b]:50811 | ||
| 639 | 2024.11.01 06:51:19.646097 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56040 | ||
| 640 | 2024.11.01 06:51:19.646206 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33865 | ||
| 641 | 2024.11.01 06:51:19.646216 [ 267 ] {} <Debug> TCP-Session: 5a4ca138-629f-4346-a313-821f76e95fb1 Authenticating user 'default' from [fd00:1122:3344:101::b]:35236 | ||
| 642 | 2024.11.01 06:51:19.646079 [ 268 ] {} <Debug> TCP-Session: 81bfa01f-7bc9-42f7-8291-345687662cd0 Authenticating user 'default' from [fd00:1122:3344:101::b]:34147 | ||
| 643 | 2024.11.01 06:51:19.646298 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37771 | ||
| 644 | 2024.11.01 06:51:19.646341 [ 269 ] {} <Debug> TCP-Session: 08d86a83-395f-48e2-b87b-a45166e6bbca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2024.11.01 06:51:19.646356 [ 268 ] {} <Debug> TCP-Session: 81bfa01f-7bc9-42f7-8291-345687662cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2024.11.01 06:51:19.646691 [ 269 ] {} <Debug> TCP-Session: 08d86a83-395f-48e2-b87b-a45166e6bbca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2024.11.01 06:51:19.646710 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50070 | ||
| 648 | 2024.11.01 06:51:19.646721 [ 268 ] {} <Debug> TCP-Session: 81bfa01f-7bc9-42f7-8291-345687662cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2024.11.01 06:51:19.646695 [ 267 ] {} <Debug> TCP-Session: 5a4ca138-629f-4346-a313-821f76e95fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.11.01 06:51:19.646955 [ 267 ] {} <Debug> TCP-Session: 5a4ca138-629f-4346-a313-821f76e95fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2024.11.01 06:51:19.646968 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2024.11.01 06:51:19.647222 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2024.11.01 06:51:19.647250 [ 271 ] {} <Debug> TCP-Session: c7191acd-8e32-478f-ba21-24a7b6f9b844 Authenticating user 'default' from [fd00:1122:3344:101::b]:56040 | ||
| 654 | 2024.11.01 06:51:19.647303 [ 274 ] {} <Debug> TCP-Session: a86d102a-b033-4c82-b77d-8d2ee9233d47 Authenticating user 'default' from [fd00:1122:3344:101::c]:50070 | ||
| 655 | 2024.11.01 06:51:19.647314 [ 271 ] {} <Debug> TCP-Session: c7191acd-8e32-478f-ba21-24a7b6f9b844 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2024.11.01 06:51:19.647378 [ 274 ] {} <Debug> TCP-Session: a86d102a-b033-4c82-b77d-8d2ee9233d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.11.01 06:51:19.647385 [ 271 ] {} <Debug> TCP-Session: c7191acd-8e32-478f-ba21-24a7b6f9b844 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2024.11.01 06:51:19.647404 [ 274 ] {} <Debug> TCP-Session: a86d102a-b033-4c82-b77d-8d2ee9233d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.01 06:51:19.647574 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 660 | 2024.11.01 06:51:19.647622 [ 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 | ||
| 661 | 2024.11.01 06:51:19.647685 [ 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 | ||
| 662 | 2024.11.01 06:51:19.648121 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50312 | ||
| 663 | 2024.11.01 06:51:19.648262 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40359 | ||
| 664 | 2024.11.01 06:51:19.648434 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2024.11.01 06:51:19.648455 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41206 | ||
| 666 | 2024.11.01 06:51:19.648558 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60074 | ||
| 667 | 2024.11.01 06:51:19.648491 [ 273 ] {} <Debug> TCP-Session: 267847dd-aeac-4f01-b6cf-c34b5522ceba Authenticating user 'default' from [fd00:1122:3344:101::b]:37771 | ||
| 668 | 2024.11.01 06:51:19.648463 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.01 06:51:19.648911 [ 273 ] {} <Debug> TCP-Session: 267847dd-aeac-4f01-b6cf-c34b5522ceba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.11.01 06:51:19.648941 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63003 | ||
| 671 | 2024.11.01 06:51:19.648962 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36305 | ||
| 672 | 2024.11.01 06:51:19.649012 [ 273 ] {} <Debug> TCP-Session: 267847dd-aeac-4f01-b6cf-c34b5522ceba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 673 | 2024.11.01 06:51:19.649048 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53893 | ||
| 674 | 2024.11.01 06:51:19.649025 [ 276 ] {} <Debug> TCP-Session: dcf65e82-68b4-4e55-86b5-a6647bbe7fe1 Authenticating user 'default' from [fd00:1122:3344:101::c]:40359 | ||
| 675 | 2024.11.01 06:51:19.649524 [ 276 ] {} <Debug> TCP-Session: dcf65e82-68b4-4e55-86b5-a6647bbe7fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 676 | 2024.11.01 06:51:19.649608 [ 276 ] {} <Debug> TCP-Session: dcf65e82-68b4-4e55-86b5-a6647bbe7fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.11.01 06:51:19.649683 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.01 06:51:19.649712 [ 272 ] {} <Debug> TCP-Session: afa9f335-276e-45db-92dc-7883efd75b5e Authenticating user 'default' from [fd00:1122:3344:101::b]:33865 | ||
| 679 | 2024.11.01 06:51:19.649727 [ 272 ] {} <Debug> TCP-Session: afa9f335-276e-45db-92dc-7883efd75b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 680 | 2024.11.01 06:51:19.649773 [ 272 ] {} <Debug> TCP-Session: afa9f335-276e-45db-92dc-7883efd75b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.11.01 06:51:19.650283 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2024.11.01 06:51:19.650318 [ 270 ] {} <Debug> TCP-Session: 46bee707-662c-49b6-8bf4-c41706409907 Authenticating user 'default' from [fd00:1122:3344:101::b]:45470 | ||
| 683 | 2024.11.01 06:51:19.650384 [ 270 ] {} <Debug> TCP-Session: 46bee707-662c-49b6-8bf4-c41706409907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.11.01 06:51:19.650397 [ 270 ] {} <Debug> TCP-Session: 46bee707-662c-49b6-8bf4-c41706409907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.11.01 06:51:19.651828 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2024.11.01 06:51:19.651912 [ 280 ] {} <Debug> TCP-Session: 7cdcc0aa-89bf-4226-8db1-6e5f8b87be46 Authenticating user 'default' from [fd00:1122:3344:101::c]:63003 | ||
| 687 | 2024.11.01 06:51:19.651933 [ 280 ] {} <Debug> TCP-Session: 7cdcc0aa-89bf-4226-8db1-6e5f8b87be46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.11.01 06:51:19.651948 [ 280 ] {} <Debug> TCP-Session: 7cdcc0aa-89bf-4226-8db1-6e5f8b87be46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.11.01 06:51:19.654034 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2024.11.01 06:51:19.654085 [ 281 ] {} <Debug> TCP-Session: 75f42e1f-4924-4b51-8461-dd18bc7a2e87 Authenticating user 'default' from [fd00:1122:3344:101::c]:53893 | ||
| 691 | 2024.11.01 06:51:19.654114 [ 281 ] {} <Debug> TCP-Session: 75f42e1f-4924-4b51-8461-dd18bc7a2e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.11.01 06:51:19.654188 [ 281 ] {} <Debug> TCP-Session: 75f42e1f-4924-4b51-8461-dd18bc7a2e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.11.01 06:51:19.654973 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2024.11.01 06:51:19.655012 [ 277 ] {} <Debug> TCP-Session: af6a27f5-3345-473d-ba6e-fac4e616e165 Authenticating user 'default' from [fd00:1122:3344:101::c]:41206 | ||
| 695 | 2024.11.01 06:51:19.655062 [ 277 ] {} <Debug> TCP-Session: af6a27f5-3345-473d-ba6e-fac4e616e165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.11.01 06:51:19.655081 [ 277 ] {} <Debug> TCP-Session: af6a27f5-3345-473d-ba6e-fac4e616e165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.11.01 06:51:19.655800 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2024.11.01 06:51:19.655913 [ 279 ] {} <Debug> TCP-Session: 53846338-5c6e-418a-8410-ae0f9e3ada0c Authenticating user 'default' from [fd00:1122:3344:101::c]:36305 | ||
| 699 | 2024.11.01 06:51:19.655956 [ 279 ] {} <Debug> TCP-Session: 53846338-5c6e-418a-8410-ae0f9e3ada0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.11.01 06:51:19.655970 [ 279 ] {} <Debug> TCP-Session: 53846338-5c6e-418a-8410-ae0f9e3ada0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.01 06:51:19.656563 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2024.11.01 06:51:19.656613 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.11.01 06:51:19.656754 [ 278 ] {} <Debug> TCP-Session: 70eb7034-91bb-4356-af54-8228775527fd Authenticating user 'default' from [fd00:1122:3344:101::c]:60074 | ||
| 704 | 2024.11.01 06:51:19.656764 [ 275 ] {} <Debug> TCP-Session: 1a5482e4-da67-470c-9b9d-3bab29531866 Authenticating user 'default' from [fd00:1122:3344:101::c]:50312 | ||
| 705 | 2024.11.01 06:51:19.656806 [ 278 ] {} <Debug> TCP-Session: 70eb7034-91bb-4356-af54-8228775527fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.01 06:51:19.656878 [ 275 ] {} <Debug> TCP-Session: 1a5482e4-da67-470c-9b9d-3bab29531866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.11.01 06:51:19.656893 [ 278 ] {} <Debug> TCP-Session: 70eb7034-91bb-4356-af54-8228775527fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.11.01 06:51:19.656916 [ 275 ] {} <Debug> TCP-Session: 1a5482e4-da67-470c-9b9d-3bab29531866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.01 06:51:20.000248 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.49 MiB, peak 138.49 MiB, free memory in arenas 0.00 B, will set to 139.82 MiB (RSS), difference: 1.33 MiB | ||
| 710 | 2024.11.01 06:51:20.929841 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.01 06:51:20.930062 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.01 06:51:20.935632 [ 242 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Loading data parts | ||
| 713 | 2024.11.01 06:51:20.935813 [ 242 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): There are no data parts | ||
| 714 | 2024.11.01 06:51:20.943007 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.01 06:51:20.943141 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 716 | 2024.11.01 06:51:20.945919 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.01 06:51:20.946999 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2024.11.01 06:51:20.947678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.01 06:51:21.000245 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.00 MiB, peak 144.00 MiB, free memory in arenas 0.00 B, will set to 141.97 MiB (RSS), difference: -2.03 MiB | ||
| 720 | 2024.11.01 06:51:25.890260 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.01 06:51:25.890319 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.01 06:51:31.000232 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.06 MiB, peak 144.00 MiB, free memory in arenas 0.00 B, will set to 142.08 MiB (RSS), difference: 4.01 MiB | ||
| 723 | 2024.11.01 06:51:36.244325 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 724 | 2024.11.01 06:51:36.244501 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 725 | 2024.11.01 06:51:36.244570 [ 282 ] {} <Debug> HTTP-Session: 64c43f00-da41-41bc-8b6a-4ccf57872011 Authenticating user 'default' from [fd00:1122:3344:101::d]:33115 | ||
| 726 | 2024.11.01 06:51:36.244595 [ 282 ] {} <Debug> HTTP-Session: 64c43f00-da41-41bc-8b6a-4ccf57872011 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 727 | 2024.11.01 06:51:36.244609 [ 282 ] {} <Debug> HTTP-Session: 64c43f00-da41-41bc-8b6a-4ccf57872011 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2024.11.01 06:51:36.244687 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 729 | 2024.11.01 06:51:36.244718 [ 282 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 730 | 2024.11.01 06:51:36.244764 [ 282 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 731 | 2024.11.01 06:51:36.244807 [ 282 ] {} <Trace> HTTP-Session: 64c43f00-da41-41bc-8b6a-4ccf57872011 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 732 | 2024.11.01 06:51:36.245168 [ 282 ] {5c956784-a510-44d4-938b-a94738a807ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33115) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 733 | 2024.11.01 06:51:36.245548 [ 282 ] {5c956784-a510-44d4-938b-a94738a807ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 734 | 2024.11.01 06:51:36.245852 [ 282 ] {5c956784-a510-44d4-938b-a94738a807ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 735 | 2024.11.01 06:51:36.250137 [ 282 ] {5c956784-a510-44d4-938b-a94738a807ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.11.01 06:51:36.250171 [ 282 ] {5c956784-a510-44d4-938b-a94738a807ab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 737 | 2024.11.01 06:51:36.250223 [ 282 ] {} <Debug> HTTP-Session: 64c43f00-da41-41bc-8b6a-4ccf57872011 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.11.01 06:51:36.251888 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 739 | 2024.11.01 06:51:36.252144 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43887, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 740 | 2024.11.01 06:51:36.252394 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 741 | 2024.11.01 06:51:36.252440 [ 285 ] {} <Debug> HTTP-Session: 05dc1a95-77b3-4a19-8345-aadf995bc0c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43887 | ||
| 742 | 2024.11.01 06:51:36.252507 [ 285 ] {} <Debug> HTTP-Session: 05dc1a95-77b3-4a19-8345-aadf995bc0c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.11.01 06:51:36.252561 [ 285 ] {} <Debug> HTTP-Session: 05dc1a95-77b3-4a19-8345-aadf995bc0c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.11.01 06:51:36.252645 [ 285 ] {} <Trace> HTTP-Session: 05dc1a95-77b3-4a19-8345-aadf995bc0c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 745 | 2024.11.01 06:51:36.253051 [ 285 ] {c702fb5d-d665-483f-9977-ad2f88498f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43887) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 746 | 2024.11.01 06:51:36.254929 [ 285 ] {c702fb5d-d665-483f-9977-ad2f88498f4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 747 | 2024.11.01 06:51:36.255023 [ 285 ] {c702fb5d-d665-483f-9977-ad2f88498f4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 748 | 2024.11.01 06:51:36.256286 [ 285 ] {c702fb5d-d665-483f-9977-ad2f88498f4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.11.01 06:51:36.256318 [ 285 ] {c702fb5d-d665-483f-9977-ad2f88498f4b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 750 | 2024.11.01 06:51:36.256335 [ 285 ] {} <Debug> HTTP-Session: 05dc1a95-77b3-4a19-8345-aadf995bc0c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.11.01 06:51:36.256715 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 752 | 2024.11.01 06:51:36.256735 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 753 | 2024.11.01 06:51:36.256812 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 754 | 2024.11.01 06:51:36.256844 [ 282 ] {} <Debug> HTTP-Session: 49da841c-d4e0-4514-8692-31fc36ac8d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:33115 | ||
| 755 | 2024.11.01 06:51:36.256864 [ 282 ] {} <Debug> HTTP-Session: 49da841c-d4e0-4514-8692-31fc36ac8d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 756 | 2024.11.01 06:51:36.256878 [ 282 ] {} <Debug> HTTP-Session: 49da841c-d4e0-4514-8692-31fc36ac8d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 757 | 2024.11.01 06:51:36.256922 [ 282 ] {} <Trace> HTTP-Session: 49da841c-d4e0-4514-8692-31fc36ac8d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2024.11.01 06:51:36.257083 [ 282 ] {b24426fc-0d29-4d08-bf86-6f1e0b96f041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 759 | 2024.11.01 06:51:36.257534 [ 282 ] {b24426fc-0d29-4d08-bf86-6f1e0b96f041} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2024.11.01 06:51:36.257589 [ 282 ] {b24426fc-0d29-4d08-bf86-6f1e0b96f041} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2024.11.01 06:51:36.258683 [ 282 ] {b24426fc-0d29-4d08-bf86-6f1e0b96f041} <Debug> DynamicQueryHandler: Done processing query | ||
| 762 | 2024.11.01 06:51:36.258711 [ 282 ] {b24426fc-0d29-4d08-bf86-6f1e0b96f041} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 763 | 2024.11.01 06:51:36.258728 [ 282 ] {} <Debug> HTTP-Session: 49da841c-d4e0-4514-8692-31fc36ac8d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2024.11.01 06:51:36.258971 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 765 | 2024.11.01 06:51:36.259064 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63777, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 766 | 2024.11.01 06:51:36.259128 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 767 | 2024.11.01 06:51:36.259150 [ 285 ] {} <Debug> HTTP-Session: 1eee97e1-e663-4468-8724-b1664d18eb9f Authenticating user 'default' from [fd00:1122:3344:101::d]:63777 | ||
| 768 | 2024.11.01 06:51:36.259169 [ 285 ] {} <Debug> HTTP-Session: 1eee97e1-e663-4468-8724-b1664d18eb9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2024.11.01 06:51:36.259183 [ 285 ] {} <Debug> HTTP-Session: 1eee97e1-e663-4468-8724-b1664d18eb9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.11.01 06:51:36.259226 [ 285 ] {} <Trace> HTTP-Session: 1eee97e1-e663-4468-8724-b1664d18eb9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.11.01 06:51:36.259382 [ 285 ] {b88737d7-2d69-4dcb-8ac7-b0f057cddadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63777) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 772 | 2024.11.01 06:51:36.259763 [ 285 ] {b88737d7-2d69-4dcb-8ac7-b0f057cddadc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2024.11.01 06:51:36.259819 [ 285 ] {b88737d7-2d69-4dcb-8ac7-b0f057cddadc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2024.11.01 06:51:36.260843 [ 285 ] {b88737d7-2d69-4dcb-8ac7-b0f057cddadc} <Debug> DynamicQueryHandler: Done processing query | ||
| 775 | 2024.11.01 06:51:36.260870 [ 285 ] {b88737d7-2d69-4dcb-8ac7-b0f057cddadc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 776 | 2024.11.01 06:51:36.260887 [ 285 ] {} <Debug> HTTP-Session: 1eee97e1-e663-4468-8724-b1664d18eb9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.11.01 06:51:36.261193 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 778 | 2024.11.01 06:51:36.261194 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 779 | 2024.11.01 06:51:36.261304 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 780 | 2024.11.01 06:51:36.261328 [ 282 ] {} <Debug> HTTP-Session: 97111316-5a9d-402a-8bec-cffc627f2619 Authenticating user 'default' from [fd00:1122:3344:101::d]:33115 | ||
| 781 | 2024.11.01 06:51:36.261359 [ 282 ] {} <Debug> HTTP-Session: 97111316-5a9d-402a-8bec-cffc627f2619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.11.01 06:51:36.261381 [ 282 ] {} <Debug> HTTP-Session: 97111316-5a9d-402a-8bec-cffc627f2619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 783 | 2024.11.01 06:51:36.261440 [ 282 ] {} <Trace> HTTP-Session: 97111316-5a9d-402a-8bec-cffc627f2619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2024.11.01 06:51:36.261607 [ 282 ] {39f65540-83a8-4d71-8a41-594a16d7ea30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 785 | 2024.11.01 06:51:36.262040 [ 282 ] {39f65540-83a8-4d71-8a41-594a16d7ea30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2024.11.01 06:51:36.262108 [ 282 ] {39f65540-83a8-4d71-8a41-594a16d7ea30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 787 | 2024.11.01 06:51:36.263136 [ 282 ] {39f65540-83a8-4d71-8a41-594a16d7ea30} <Debug> DynamicQueryHandler: Done processing query | ||
| 788 | 2024.11.01 06:51:36.263161 [ 282 ] {39f65540-83a8-4d71-8a41-594a16d7ea30} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 789 | 2024.11.01 06:51:36.263178 [ 282 ] {} <Debug> HTTP-Session: 97111316-5a9d-402a-8bec-cffc627f2619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.11.01 06:51:36.263504 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 791 | 2024.11.01 06:51:36.263640 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61391, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 792 | 2024.11.01 06:51:36.263709 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 793 | 2024.11.01 06:51:36.263734 [ 285 ] {} <Debug> HTTP-Session: f59cf699-cd21-4c59-94eb-d9139b3912e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61391 | ||
| 794 | 2024.11.01 06:51:36.263756 [ 285 ] {} <Debug> HTTP-Session: f59cf699-cd21-4c59-94eb-d9139b3912e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 795 | 2024.11.01 06:51:36.263774 [ 285 ] {} <Debug> HTTP-Session: f59cf699-cd21-4c59-94eb-d9139b3912e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 796 | 2024.11.01 06:51:36.263820 [ 285 ] {} <Trace> HTTP-Session: f59cf699-cd21-4c59-94eb-d9139b3912e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2024.11.01 06:51:36.263987 [ 285 ] {fbba4cc0-2653-495c-9355-2fbd4506bb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61391) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 798 | 2024.11.01 06:51:36.264367 [ 285 ] {fbba4cc0-2653-495c-9355-2fbd4506bb6e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2024.11.01 06:51:36.264420 [ 285 ] {fbba4cc0-2653-495c-9355-2fbd4506bb6e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2024.11.01 06:51:36.265461 [ 285 ] {fbba4cc0-2653-495c-9355-2fbd4506bb6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 801 | 2024.11.01 06:51:36.265488 [ 285 ] {fbba4cc0-2653-495c-9355-2fbd4506bb6e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 802 | 2024.11.01 06:51:36.265504 [ 285 ] {} <Debug> HTTP-Session: f59cf699-cd21-4c59-94eb-d9139b3912e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.11.01 06:51:36.265793 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 804 | 2024.11.01 06:51:36.265795 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 805 | 2024.11.01 06:51:36.265898 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 806 | 2024.11.01 06:51:36.265937 [ 282 ] {} <Debug> HTTP-Session: 9ff144e8-1232-46c8-8016-71bb19f9f19a Authenticating user 'default' from [fd00:1122:3344:101::d]:33115 | ||
| 807 | 2024.11.01 06:51:36.265959 [ 282 ] {} <Debug> HTTP-Session: 9ff144e8-1232-46c8-8016-71bb19f9f19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 808 | 2024.11.01 06:51:36.265976 [ 282 ] {} <Debug> HTTP-Session: 9ff144e8-1232-46c8-8016-71bb19f9f19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 809 | 2024.11.01 06:51:36.266016 [ 282 ] {} <Trace> HTTP-Session: 9ff144e8-1232-46c8-8016-71bb19f9f19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2024.11.01 06:51:36.266154 [ 282 ] {efe2327a-0c1f-4a88-aca1-3ef474b112cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 811 | 2024.11.01 06:51:36.266518 [ 282 ] {efe2327a-0c1f-4a88-aca1-3ef474b112cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2024.11.01 06:51:36.266575 [ 282 ] {efe2327a-0c1f-4a88-aca1-3ef474b112cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2024.11.01 06:51:36.267541 [ 282 ] {efe2327a-0c1f-4a88-aca1-3ef474b112cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 814 | 2024.11.01 06:51:36.267566 [ 282 ] {efe2327a-0c1f-4a88-aca1-3ef474b112cb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 815 | 2024.11.01 06:51:36.267584 [ 282 ] {} <Debug> HTTP-Session: 9ff144e8-1232-46c8-8016-71bb19f9f19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.11.01 06:51:36.267871 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 817 | 2024.11.01 06:51:36.267940 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49912, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 818 | 2024.11.01 06:51:36.268033 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 819 | 2024.11.01 06:51:36.268059 [ 285 ] {} <Debug> HTTP-Session: c7b1c367-b4d5-4e0a-bdaf-36018caaf183 Authenticating user 'default' from [fd00:1122:3344:101::d]:49912 | ||
| 820 | 2024.11.01 06:51:36.268083 [ 285 ] {} <Debug> HTTP-Session: c7b1c367-b4d5-4e0a-bdaf-36018caaf183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 821 | 2024.11.01 06:51:36.268101 [ 285 ] {} <Debug> HTTP-Session: c7b1c367-b4d5-4e0a-bdaf-36018caaf183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 822 | 2024.11.01 06:51:36.268147 [ 285 ] {} <Trace> HTTP-Session: c7b1c367-b4d5-4e0a-bdaf-36018caaf183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2024.11.01 06:51:36.268330 [ 285 ] {80f7663e-cd79-47b4-8d55-58c939a1b5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49912) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 824 | 2024.11.01 06:51:36.268780 [ 285 ] {80f7663e-cd79-47b4-8d55-58c939a1b5a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2024.11.01 06:51:36.268849 [ 285 ] {80f7663e-cd79-47b4-8d55-58c939a1b5a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2024.11.01 06:51:36.269944 [ 285 ] {80f7663e-cd79-47b4-8d55-58c939a1b5a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.11.01 06:51:36.269970 [ 285 ] {80f7663e-cd79-47b4-8d55-58c939a1b5a4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 828 | 2024.11.01 06:51:36.269988 [ 285 ] {} <Debug> HTTP-Session: c7b1c367-b4d5-4e0a-bdaf-36018caaf183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.11.01 06:51:36.270323 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 830 | 2024.11.01 06:51:36.270391 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64822, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 831 | 2024.11.01 06:51:36.270499 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 832 | 2024.11.01 06:51:36.270535 [ 282 ] {} <Debug> HTTP-Session: 4ec0dcef-a23c-46e9-8e7f-84dabfc61ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64822 | ||
| 833 | 2024.11.01 06:51:36.270566 [ 282 ] {} <Debug> HTTP-Session: 4ec0dcef-a23c-46e9-8e7f-84dabfc61ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 834 | 2024.11.01 06:51:36.270592 [ 282 ] {} <Debug> HTTP-Session: 4ec0dcef-a23c-46e9-8e7f-84dabfc61ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.11.01 06:51:36.270656 [ 282 ] {} <Trace> HTTP-Session: 4ec0dcef-a23c-46e9-8e7f-84dabfc61ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2024.11.01 06:51:36.270897 [ 282 ] {c98c4983-2be0-4a1f-8b7e-df6b2bbf1c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64822) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 837 | 2024.11.01 06:51:36.271363 [ 282 ] {c98c4983-2be0-4a1f-8b7e-df6b2bbf1c41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2024.11.01 06:51:36.271418 [ 282 ] {c98c4983-2be0-4a1f-8b7e-df6b2bbf1c41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2024.11.01 06:51:36.272424 [ 282 ] {c98c4983-2be0-4a1f-8b7e-df6b2bbf1c41} <Debug> DynamicQueryHandler: Done processing query | ||
| 840 | 2024.11.01 06:51:36.272451 [ 282 ] {c98c4983-2be0-4a1f-8b7e-df6b2bbf1c41} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 841 | 2024.11.01 06:51:36.272468 [ 282 ] {} <Debug> HTTP-Session: 4ec0dcef-a23c-46e9-8e7f-84dabfc61ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 842 | 2024.11.01 06:51:36.272712 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 843 | 2024.11.01 06:51:36.272823 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43681, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.11.01 06:51:36.272928 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.11.01 06:51:36.272968 [ 285 ] {} <Debug> HTTP-Session: 134ac204-25f1-4ec5-973d-abfa5c1d6729 Authenticating user 'default' from [fd00:1122:3344:101::d]:43681 | ||
| 846 | 2024.11.01 06:51:36.273002 [ 285 ] {} <Debug> HTTP-Session: 134ac204-25f1-4ec5-973d-abfa5c1d6729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.11.01 06:51:36.273029 [ 285 ] {} <Debug> HTTP-Session: 134ac204-25f1-4ec5-973d-abfa5c1d6729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.11.01 06:51:36.273099 [ 285 ] {} <Trace> HTTP-Session: 134ac204-25f1-4ec5-973d-abfa5c1d6729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.11.01 06:51:36.273272 [ 285 ] {15041de4-cd0a-4ccb-863b-f8acdc79263f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43681) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.11.01 06:51:36.273648 [ 285 ] {15041de4-cd0a-4ccb-863b-f8acdc79263f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.11.01 06:51:36.273701 [ 285 ] {15041de4-cd0a-4ccb-863b-f8acdc79263f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.11.01 06:51:36.274760 [ 285 ] {15041de4-cd0a-4ccb-863b-f8acdc79263f} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.11.01 06:51:36.274792 [ 285 ] {15041de4-cd0a-4ccb-863b-f8acdc79263f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.11.01 06:51:36.274813 [ 285 ] {} <Debug> HTTP-Session: 134ac204-25f1-4ec5-973d-abfa5c1d6729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.11.01 06:51:36.275075 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64822, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.11.01 06:51:36.275095 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 857 | 2024.11.01 06:51:36.275210 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 858 | 2024.11.01 06:51:36.275270 [ 282 ] {} <Debug> HTTP-Session: 7bc2c699-6034-4980-b300-f1a41a2fb5df Authenticating user 'default' from [fd00:1122:3344:101::d]:64822 | ||
| 859 | 2024.11.01 06:51:36.275314 [ 282 ] {} <Debug> HTTP-Session: 7bc2c699-6034-4980-b300-f1a41a2fb5df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.11.01 06:51:36.275348 [ 282 ] {} <Debug> HTTP-Session: 7bc2c699-6034-4980-b300-f1a41a2fb5df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 861 | 2024.11.01 06:51:36.275416 [ 282 ] {} <Trace> HTTP-Session: 7bc2c699-6034-4980-b300-f1a41a2fb5df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2024.11.01 06:51:36.275687 [ 282 ] {7883368f-5416-45db-94ac-4f126e81959c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64822) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 863 | 2024.11.01 06:51:36.276285 [ 282 ] {7883368f-5416-45db-94ac-4f126e81959c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 864 | 2024.11.01 06:51:36.276340 [ 282 ] {7883368f-5416-45db-94ac-4f126e81959c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 865 | 2024.11.01 06:51:36.277330 [ 282 ] {7883368f-5416-45db-94ac-4f126e81959c} <Debug> DynamicQueryHandler: Done processing query | ||
| 866 | 2024.11.01 06:51:36.277357 [ 282 ] {7883368f-5416-45db-94ac-4f126e81959c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 867 | 2024.11.01 06:51:36.277374 [ 282 ] {} <Debug> HTTP-Session: 7bc2c699-6034-4980-b300-f1a41a2fb5df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.11.01 06:51:36.277639 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.11.01 06:51:36.277734 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45336, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 870 | 2024.11.01 06:51:36.277804 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 871 | 2024.11.01 06:51:36.277828 [ 285 ] {} <Debug> HTTP-Session: 696a8105-cc34-4b9f-800b-9dd07900fcec Authenticating user 'default' from [fd00:1122:3344:101::d]:45336 | ||
| 872 | 2024.11.01 06:51:36.277850 [ 285 ] {} <Debug> HTTP-Session: 696a8105-cc34-4b9f-800b-9dd07900fcec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 873 | 2024.11.01 06:51:36.277867 [ 285 ] {} <Debug> HTTP-Session: 696a8105-cc34-4b9f-800b-9dd07900fcec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 874 | 2024.11.01 06:51:36.277915 [ 285 ] {} <Trace> HTTP-Session: 696a8105-cc34-4b9f-800b-9dd07900fcec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2024.11.01 06:51:36.278094 [ 285 ] {01171a32-8ad4-4416-9374-8091ea8f6ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45336) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 876 | 2024.11.01 06:51:36.278497 [ 285 ] {01171a32-8ad4-4416-9374-8091ea8f6ab5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 877 | 2024.11.01 06:51:36.278555 [ 285 ] {01171a32-8ad4-4416-9374-8091ea8f6ab5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 878 | 2024.11.01 06:51:36.279663 [ 285 ] {01171a32-8ad4-4416-9374-8091ea8f6ab5} <Debug> DynamicQueryHandler: Done processing query | ||
| 879 | 2024.11.01 06:51:36.279690 [ 285 ] {01171a32-8ad4-4416-9374-8091ea8f6ab5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 880 | 2024.11.01 06:51:36.279708 [ 285 ] {} <Debug> HTTP-Session: 696a8105-cc34-4b9f-800b-9dd07900fcec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 881 | 2024.11.01 06:51:36.280032 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 882 | 2024.11.01 06:51:36.280103 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64822, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 883 | 2024.11.01 06:51:36.280197 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 884 | 2024.11.01 06:51:36.280231 [ 282 ] {} <Debug> HTTP-Session: df7337b4-5cd2-447e-bc39-0364a78ba46c Authenticating user 'default' from [fd00:1122:3344:101::d]:64822 | ||
| 885 | 2024.11.01 06:51:36.280255 [ 282 ] {} <Debug> HTTP-Session: df7337b4-5cd2-447e-bc39-0364a78ba46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 886 | 2024.11.01 06:51:36.280271 [ 282 ] {} <Debug> HTTP-Session: df7337b4-5cd2-447e-bc39-0364a78ba46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 887 | 2024.11.01 06:51:36.280315 [ 282 ] {} <Trace> HTTP-Session: df7337b4-5cd2-447e-bc39-0364a78ba46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2024.11.01 06:51:36.280478 [ 282 ] {bcdd76c1-dfa7-421e-9285-cc706fe8c0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64822) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 889 | 2024.11.01 06:51:36.280914 [ 282 ] {bcdd76c1-dfa7-421e-9285-cc706fe8c0b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2024.11.01 06:51:36.280977 [ 282 ] {bcdd76c1-dfa7-421e-9285-cc706fe8c0b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 891 | 2024.11.01 06:51:36.281947 [ 282 ] {bcdd76c1-dfa7-421e-9285-cc706fe8c0b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 892 | 2024.11.01 06:51:36.281973 [ 282 ] {bcdd76c1-dfa7-421e-9285-cc706fe8c0b2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 893 | 2024.11.01 06:51:36.281990 [ 282 ] {} <Debug> HTTP-Session: df7337b4-5cd2-447e-bc39-0364a78ba46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 894 | 2024.11.01 06:51:36.282245 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 895 | 2024.11.01 06:51:36.282304 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33348, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 896 | 2024.11.01 06:51:36.282384 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 897 | 2024.11.01 06:51:36.282409 [ 285 ] {} <Debug> HTTP-Session: b6350478-92de-4f5b-82a4-fa63762e0ec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33348 | ||
| 898 | 2024.11.01 06:51:36.282431 [ 285 ] {} <Debug> HTTP-Session: b6350478-92de-4f5b-82a4-fa63762e0ec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 899 | 2024.11.01 06:51:36.282449 [ 285 ] {} <Debug> HTTP-Session: b6350478-92de-4f5b-82a4-fa63762e0ec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.11.01 06:51:36.282494 [ 285 ] {} <Trace> HTTP-Session: b6350478-92de-4f5b-82a4-fa63762e0ec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 901 | 2024.11.01 06:51:36.282668 [ 285 ] {83513845-419c-40cf-bed2-c1c2cd44fe5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 902 | 2024.11.01 06:51:36.283136 [ 285 ] {83513845-419c-40cf-bed2-c1c2cd44fe5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 903 | 2024.11.01 06:51:36.283191 [ 285 ] {83513845-419c-40cf-bed2-c1c2cd44fe5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 904 | 2024.11.01 06:51:36.284179 [ 285 ] {83513845-419c-40cf-bed2-c1c2cd44fe5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 905 | 2024.11.01 06:51:36.284205 [ 285 ] {83513845-419c-40cf-bed2-c1c2cd44fe5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 906 | 2024.11.01 06:51:36.284223 [ 285 ] {} <Debug> HTTP-Session: b6350478-92de-4f5b-82a4-fa63762e0ec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 907 | 2024.11.01 06:51:36.284568 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 908 | 2024.11.01 06:51:36.284684 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56410, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 909 | 2024.11.01 06:51:36.284787 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 910 | 2024.11.01 06:51:36.284824 [ 282 ] {} <Debug> HTTP-Session: 3b765a20-d247-4caf-8171-d94f0742e612 Authenticating user 'default' from [fd00:1122:3344:101::d]:56410 | ||
| 911 | 2024.11.01 06:51:36.284858 [ 282 ] {} <Debug> HTTP-Session: 3b765a20-d247-4caf-8171-d94f0742e612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 912 | 2024.11.01 06:51:36.284885 [ 282 ] {} <Debug> HTTP-Session: 3b765a20-d247-4caf-8171-d94f0742e612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.11.01 06:51:36.284954 [ 282 ] {} <Trace> HTTP-Session: 3b765a20-d247-4caf-8171-d94f0742e612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 914 | 2024.11.01 06:51:36.285187 [ 282 ] {fd7c596a-1bdf-44c9-adc2-209609a2d535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56410) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 915 | 2024.11.01 06:51:36.285592 [ 282 ] {fd7c596a-1bdf-44c9-adc2-209609a2d535} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 916 | 2024.11.01 06:51:36.285649 [ 282 ] {fd7c596a-1bdf-44c9-adc2-209609a2d535} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 917 | 2024.11.01 06:51:36.286647 [ 282 ] {fd7c596a-1bdf-44c9-adc2-209609a2d535} <Debug> DynamicQueryHandler: Done processing query | ||
| 918 | 2024.11.01 06:51:36.286672 [ 282 ] {fd7c596a-1bdf-44c9-adc2-209609a2d535} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 919 | 2024.11.01 06:51:36.286689 [ 282 ] {} <Debug> HTTP-Session: 3b765a20-d247-4caf-8171-d94f0742e612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 920 | 2024.11.01 06:51:36.288447 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33348, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 921 | 2024.11.01 06:51:36.288462 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 922 | 2024.11.01 06:51:36.288541 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 923 | 2024.11.01 06:51:36.288579 [ 285 ] {} <Debug> HTTP-Session: dfc52653-9e2c-402d-a767-6f7b65c3e526 Authenticating user 'default' from [fd00:1122:3344:101::d]:33348 | ||
| 924 | 2024.11.01 06:51:36.288608 [ 285 ] {} <Debug> HTTP-Session: dfc52653-9e2c-402d-a767-6f7b65c3e526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 925 | 2024.11.01 06:51:36.288633 [ 285 ] {} <Debug> HTTP-Session: dfc52653-9e2c-402d-a767-6f7b65c3e526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 926 | 2024.11.01 06:51:36.288680 [ 285 ] {} <Trace> HTTP-Session: dfc52653-9e2c-402d-a767-6f7b65c3e526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2024.11.01 06:51:36.288865 [ 285 ] {64371310-4edf-4851-b62c-9b3367c036f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 928 | 2024.11.01 06:51:36.289306 [ 285 ] {64371310-4edf-4851-b62c-9b3367c036f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 929 | 2024.11.01 06:51:36.289361 [ 285 ] {64371310-4edf-4851-b62c-9b3367c036f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 930 | 2024.11.01 06:51:36.290374 [ 285 ] {64371310-4edf-4851-b62c-9b3367c036f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 931 | 2024.11.01 06:51:36.290399 [ 285 ] {64371310-4edf-4851-b62c-9b3367c036f7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 932 | 2024.11.01 06:51:36.290417 [ 285 ] {} <Debug> HTTP-Session: dfc52653-9e2c-402d-a767-6f7b65c3e526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 933 | 2024.11.01 06:51:36.290669 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 934 | 2024.11.01 06:51:36.290758 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39213, User-Agent: (none), Length: 681, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 935 | 2024.11.01 06:51:36.290836 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 936 | 2024.11.01 06:51:36.290859 [ 282 ] {} <Debug> HTTP-Session: d0ae7e3a-c368-4973-83f2-ee777103dacb Authenticating user 'default' from [fd00:1122:3344:101::d]:39213 | ||
| 937 | 2024.11.01 06:51:36.290880 [ 282 ] {} <Debug> HTTP-Session: d0ae7e3a-c368-4973-83f2-ee777103dacb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 938 | 2024.11.01 06:51:36.290897 [ 282 ] {} <Debug> HTTP-Session: d0ae7e3a-c368-4973-83f2-ee777103dacb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 939 | 2024.11.01 06:51:36.290943 [ 282 ] {} <Trace> HTTP-Session: d0ae7e3a-c368-4973-83f2-ee777103dacb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 940 | 2024.11.01 06:51:36.291118 [ 282 ] {e66e20b4-6f8a-4d7c-a4e6-772f89ee02b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39213) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 941 | 2024.11.01 06:51:36.291523 [ 282 ] {e66e20b4-6f8a-4d7c-a4e6-772f89ee02b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 942 | 2024.11.01 06:51:36.291578 [ 282 ] {e66e20b4-6f8a-4d7c-a4e6-772f89ee02b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 943 | 2024.11.01 06:51:36.292476 [ 282 ] {e66e20b4-6f8a-4d7c-a4e6-772f89ee02b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 944 | 2024.11.01 06:51:36.292501 [ 282 ] {e66e20b4-6f8a-4d7c-a4e6-772f89ee02b7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 945 | 2024.11.01 06:51:36.292517 [ 282 ] {} <Debug> HTTP-Session: d0ae7e3a-c368-4973-83f2-ee777103dacb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 946 | 2024.11.01 06:51:36.292830 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 947 | 2024.11.01 06:51:36.292890 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46696, User-Agent: (none), Length: 711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 948 | 2024.11.01 06:51:36.292967 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 949 | 2024.11.01 06:51:36.292988 [ 285 ] {} <Debug> HTTP-Session: 008d16e0-73f8-4175-b97c-0b6ce50c69b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46696 | ||
| 950 | 2024.11.01 06:51:36.293008 [ 285 ] {} <Debug> HTTP-Session: 008d16e0-73f8-4175-b97c-0b6ce50c69b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.11.01 06:51:36.293027 [ 285 ] {} <Debug> HTTP-Session: 008d16e0-73f8-4175-b97c-0b6ce50c69b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.11.01 06:51:36.293066 [ 285 ] {} <Trace> HTTP-Session: 008d16e0-73f8-4175-b97c-0b6ce50c69b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2024.11.01 06:51:36.293218 [ 285 ] {7261bf56-6a1d-435e-b819-364b8b21f01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46696) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 954 | 2024.11.01 06:51:36.293621 [ 285 ] {7261bf56-6a1d-435e-b819-364b8b21f01e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 955 | 2024.11.01 06:51:36.293676 [ 285 ] {7261bf56-6a1d-435e-b819-364b8b21f01e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 956 | 2024.11.01 06:51:36.294714 [ 285 ] {7261bf56-6a1d-435e-b819-364b8b21f01e} <Debug> DynamicQueryHandler: Done processing query | ||
| 957 | 2024.11.01 06:51:36.294740 [ 285 ] {7261bf56-6a1d-435e-b819-364b8b21f01e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 958 | 2024.11.01 06:51:36.294757 [ 285 ] {} <Debug> HTTP-Session: 008d16e0-73f8-4175-b97c-0b6ce50c69b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 959 | 2024.11.01 06:51:36.295026 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 960 | 2024.11.01 06:51:36.295099 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35519, User-Agent: (none), Length: 744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 961 | 2024.11.01 06:51:36.295233 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 962 | 2024.11.01 06:51:36.295271 [ 282 ] {} <Debug> HTTP-Session: fab53fdb-ad85-4736-bae7-8dc9ea9db157 Authenticating user 'default' from [fd00:1122:3344:101::d]:35519 | ||
| 963 | 2024.11.01 06:51:36.295307 [ 282 ] {} <Debug> HTTP-Session: fab53fdb-ad85-4736-bae7-8dc9ea9db157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.11.01 06:51:36.295334 [ 282 ] {} <Debug> HTTP-Session: fab53fdb-ad85-4736-bae7-8dc9ea9db157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 965 | 2024.11.01 06:51:36.295402 [ 282 ] {} <Trace> HTTP-Session: fab53fdb-ad85-4736-bae7-8dc9ea9db157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 966 | 2024.11.01 06:51:36.295688 [ 282 ] {7300183b-69d5-4d25-88db-6cecd167a54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35519) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 967 | 2024.11.01 06:51:36.296303 [ 282 ] {7300183b-69d5-4d25-88db-6cecd167a54c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 968 | 2024.11.01 06:51:36.296359 [ 282 ] {7300183b-69d5-4d25-88db-6cecd167a54c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 969 | 2024.11.01 06:51:36.297252 [ 282 ] {7300183b-69d5-4d25-88db-6cecd167a54c} <Debug> DynamicQueryHandler: Done processing query | ||
| 970 | 2024.11.01 06:51:36.297277 [ 282 ] {7300183b-69d5-4d25-88db-6cecd167a54c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 971 | 2024.11.01 06:51:36.297294 [ 282 ] {} <Debug> HTTP-Session: fab53fdb-ad85-4736-bae7-8dc9ea9db157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 972 | 2024.11.01 06:51:36.297599 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 973 | 2024.11.01 06:51:36.297693 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64809, User-Agent: (none), Length: 779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 974 | 2024.11.01 06:51:36.297776 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 975 | 2024.11.01 06:51:36.297801 [ 285 ] {} <Debug> HTTP-Session: 24c90205-1163-402c-8725-6a5b286e5ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64809 | ||
| 976 | 2024.11.01 06:51:36.297822 [ 285 ] {} <Debug> HTTP-Session: 24c90205-1163-402c-8725-6a5b286e5ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 977 | 2024.11.01 06:51:36.297840 [ 285 ] {} <Debug> HTTP-Session: 24c90205-1163-402c-8725-6a5b286e5ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 978 | 2024.11.01 06:51:36.297884 [ 285 ] {} <Trace> HTTP-Session: 24c90205-1163-402c-8725-6a5b286e5ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 979 | 2024.11.01 06:51:36.298066 [ 285 ] {b0720c76-a8e6-427d-a136-622765f935f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64809) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 980 | 2024.11.01 06:51:36.298484 [ 285 ] {b0720c76-a8e6-427d-a136-622765f935f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 981 | 2024.11.01 06:51:36.298540 [ 285 ] {b0720c76-a8e6-427d-a136-622765f935f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 982 | 2024.11.01 06:51:36.299573 [ 285 ] {b0720c76-a8e6-427d-a136-622765f935f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 983 | 2024.11.01 06:51:36.299598 [ 285 ] {b0720c76-a8e6-427d-a136-622765f935f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 984 | 2024.11.01 06:51:36.299615 [ 285 ] {} <Debug> HTTP-Session: 24c90205-1163-402c-8725-6a5b286e5ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.11.01 06:51:36.299895 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 986 | 2024.11.01 06:51:36.299982 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57666, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 987 | 2024.11.01 06:51:36.300039 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 988 | 2024.11.01 06:51:36.300058 [ 282 ] {} <Debug> HTTP-Session: 67ffb8bd-fa2b-4daa-ac48-97147842b864 Authenticating user 'default' from [fd00:1122:3344:101::d]:57666 | ||
| 989 | 2024.11.01 06:51:36.300075 [ 282 ] {} <Debug> HTTP-Session: 67ffb8bd-fa2b-4daa-ac48-97147842b864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 990 | 2024.11.01 06:51:36.300090 [ 282 ] {} <Debug> HTTP-Session: 67ffb8bd-fa2b-4daa-ac48-97147842b864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 991 | 2024.11.01 06:51:36.300129 [ 282 ] {} <Trace> HTTP-Session: 67ffb8bd-fa2b-4daa-ac48-97147842b864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 992 | 2024.11.01 06:51:36.300283 [ 282 ] {274aa28e-d1f4-44f4-897b-e57d7b92371c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57666) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 993 | 2024.11.01 06:51:36.300697 [ 282 ] {274aa28e-d1f4-44f4-897b-e57d7b92371c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 994 | 2024.11.01 06:51:36.300755 [ 282 ] {274aa28e-d1f4-44f4-897b-e57d7b92371c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 995 | 2024.11.01 06:51:36.301779 [ 282 ] {274aa28e-d1f4-44f4-897b-e57d7b92371c} <Debug> DynamicQueryHandler: Done processing query | ||
| 996 | 2024.11.01 06:51:36.301806 [ 282 ] {274aa28e-d1f4-44f4-897b-e57d7b92371c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 997 | 2024.11.01 06:51:36.301823 [ 282 ] {} <Debug> HTTP-Session: 67ffb8bd-fa2b-4daa-ac48-97147842b864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.11.01 06:51:36.307152 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 999 | 2024.11.01 06:51:36.365743 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Length: 6694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1000 | 2024.11.01 06:51:36.365808 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1001 | 2024.11.01 06:51:36.365835 [ 282 ] {} <Debug> HTTP-Session: 208402d9-6280-445e-92f5-52d3a6e257c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49529 | ||
| 1002 | 2024.11.01 06:51:36.365858 [ 282 ] {} <Debug> HTTP-Session: 208402d9-6280-445e-92f5-52d3a6e257c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.11.01 06:51:36.365878 [ 282 ] {} <Debug> HTTP-Session: 208402d9-6280-445e-92f5-52d3a6e257c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1004 | 2024.11.01 06:51:36.365920 [ 282 ] {} <Trace> HTTP-Session: 208402d9-6280-445e-92f5-52d3a6e257c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2024.11.01 06:51:36.366080 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49529) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1006 | 2024.11.01 06:51:36.366138 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1007 | 2024.11.01 06:51:36.366394 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1008 | 2024.11.01 06:51:36.366953 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2024.11.01 06:51:36.366994 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1010 | 2024.11.01 06:51:36.367558 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1011 | 2024.11.01 06:51:36.367899 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2024.11.01 06:51:36.368070 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Debug> executeQuery: Read 21 rows, 3.49 KiB in 0.002046 sec., 10263.929618768329 rows/sec., 1.67 MiB/sec. | ||
| 1013 | 2024.11.01 06:51:36.368299 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Debug> DynamicQueryHandler: Done processing query | ||
| 1014 | 2024.11.01 06:51:36.368326 [ 282 ] {3f8720d2-e04c-4b67-8b35-6fb375079ede} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1015 | 2024.11.01 06:51:36.368345 [ 282 ] {} <Debug> HTTP-Session: 208402d9-6280-445e-92f5-52d3a6e257c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1016 | 2024.11.01 06:51:36.368889 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1017 | 2024.11.01 06:51:36.368976 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64809, User-Agent: (none), Length: 175182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1018 | 2024.11.01 06:51:36.369042 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1019 | 2024.11.01 06:51:36.369075 [ 285 ] {} <Debug> HTTP-Session: b1fda113-2054-4ba8-9c7e-643f0e88b7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64809 | ||
| 1020 | 2024.11.01 06:51:36.369097 [ 285 ] {} <Debug> HTTP-Session: b1fda113-2054-4ba8-9c7e-643f0e88b7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1021 | 2024.11.01 06:51:36.369114 [ 285 ] {} <Debug> HTTP-Session: b1fda113-2054-4ba8-9c7e-643f0e88b7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1022 | 2024.11.01 06:51:36.369155 [ 285 ] {} <Trace> HTTP-Session: b1fda113-2054-4ba8-9c7e-643f0e88b7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2024.11.01 06:51:36.370513 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64809) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1024 | 2024.11.01 06:51:36.370567 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1025 | 2024.11.01 06:51:36.370857 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1026 | 2024.11.01 06:51:36.373357 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2024.11.01 06:51:36.373398 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1028 | 2024.11.01 06:51:36.374006 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1029 | 2024.11.01 06:51:36.374402 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2024.11.01 06:51:36.374565 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Debug> executeQuery: Read 1208 rows, 102.21 KiB in 0.004962 sec., 243450.2216848045 rows/sec., 20.12 MiB/sec. | ||
| 1031 | 2024.11.01 06:51:36.374737 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Debug> DynamicQueryHandler: Done processing query | ||
| 1032 | 2024.11.01 06:51:36.374762 [ 285 ] {79366e7b-0673-4a2b-971d-21cfefc60b69} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 1033 | 2024.11.01 06:51:36.374777 [ 285 ] {} <Debug> HTTP-Session: b1fda113-2054-4ba8-9c7e-643f0e88b7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1034 | 2024.11.01 06:51:36.374994 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1035 | 2024.11.01 06:51:36.375103 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Length: 1194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1036 | 2024.11.01 06:51:36.375191 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1037 | 2024.11.01 06:51:36.375216 [ 282 ] {} <Debug> HTTP-Session: f839f6cb-2093-4a1b-9c20-c799911a6c44 Authenticating user 'default' from [fd00:1122:3344:101::d]:55330 | ||
| 1038 | 2024.11.01 06:51:36.375238 [ 282 ] {} <Debug> HTTP-Session: f839f6cb-2093-4a1b-9c20-c799911a6c44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1039 | 2024.11.01 06:51:36.375255 [ 282 ] {} <Debug> HTTP-Session: f839f6cb-2093-4a1b-9c20-c799911a6c44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1040 | 2024.11.01 06:51:36.375302 [ 282 ] {} <Trace> HTTP-Session: f839f6cb-2093-4a1b-9c20-c799911a6c44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2024.11.01 06:51:36.375435 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55330) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1042 | 2024.11.01 06:51:36.375491 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1043 | 2024.11.01 06:51:36.375817 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1044 | 2024.11.01 06:51:36.376261 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1045 | 2024.11.01 06:51:36.376296 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1046 | 2024.11.01 06:51:36.376658 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1047 | 2024.11.01 06:51:36.377036 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1048 | 2024.11.01 06:51:36.377178 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001774 sec., 4509.5828635851185 rows/sec., 339.10 KiB/sec. | ||
| 1049 | 2024.11.01 06:51:36.377387 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1050 | 2024.11.01 06:51:36.377412 [ 282 ] {31a853db-e8f0-4852-abe3-a7e65735d45d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1051 | 2024.11.01 06:51:36.377429 [ 282 ] {} <Debug> HTTP-Session: f839f6cb-2093-4a1b-9c20-c799911a6c44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.11.01 06:51:36.377633 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1053 | 2024.11.01 06:51:36.377796 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38906, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1054 | 2024.11.01 06:51:36.377867 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1055 | 2024.11.01 06:51:36.377892 [ 285 ] {} <Debug> HTTP-Session: 77c29b68-e52d-496e-bc1b-ad34bff1dd76 Authenticating user 'default' from [fd00:1122:3344:101::d]:38906 | ||
| 1056 | 2024.11.01 06:51:36.377913 [ 285 ] {} <Debug> HTTP-Session: 77c29b68-e52d-496e-bc1b-ad34bff1dd76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1057 | 2024.11.01 06:51:36.377930 [ 285 ] {} <Debug> HTTP-Session: 77c29b68-e52d-496e-bc1b-ad34bff1dd76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1058 | 2024.11.01 06:51:36.377975 [ 285 ] {} <Trace> HTTP-Session: 77c29b68-e52d-496e-bc1b-ad34bff1dd76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2024.11.01 06:51:36.378157 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38906) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1060 | 2024.11.01 06:51:36.378203 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1061 | 2024.11.01 06:51:36.378462 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1062 | 2024.11.01 06:51:36.378914 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1063 | 2024.11.01 06:51:36.378952 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1064 | 2024.11.01 06:51:36.379339 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1065 | 2024.11.01 06:51:36.379700 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1066 | 2024.11.01 06:51:36.379856 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00178 sec., 128089.88764044945 rows/sec., 8.67 MiB/sec. | ||
| 1067 | 2024.11.01 06:51:36.380021 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Debug> DynamicQueryHandler: Done processing query | ||
| 1068 | 2024.11.01 06:51:36.380045 [ 285 ] {e4678ac1-f299-4b1d-84b0-c528ca3ef602} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 1069 | 2024.11.01 06:51:36.380061 [ 285 ] {} <Debug> HTTP-Session: 77c29b68-e52d-496e-bc1b-ad34bff1dd76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1070 | 2024.11.01 06:51:36.380467 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1071 | 2024.11.01 06:51:36.380525 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Length: 85811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1072 | 2024.11.01 06:51:36.380640 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1073 | 2024.11.01 06:51:36.380679 [ 282 ] {} <Debug> HTTP-Session: b06bf5fa-19ea-49f3-9bd7-c890899efc26 Authenticating user 'default' from [fd00:1122:3344:101::d]:55330 | ||
| 1074 | 2024.11.01 06:51:36.380712 [ 282 ] {} <Debug> HTTP-Session: b06bf5fa-19ea-49f3-9bd7-c890899efc26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1075 | 2024.11.01 06:51:36.380739 [ 282 ] {} <Debug> HTTP-Session: b06bf5fa-19ea-49f3-9bd7-c890899efc26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1076 | 2024.11.01 06:51:36.380808 [ 282 ] {} <Trace> HTTP-Session: b06bf5fa-19ea-49f3-9bd7-c890899efc26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2024.11.01 06:51:36.381433 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55330) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1078 | 2024.11.01 06:51:36.381482 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1079 | 2024.11.01 06:51:36.381741 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1080 | 2024.11.01 06:51:36.382453 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1081 | 2024.11.01 06:51:36.382491 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1082 | 2024.11.01 06:51:36.382917 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1083 | 2024.11.01 06:51:36.383289 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1084 | 2024.11.01 06:51:36.383435 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002435 sec., 213552.3613963039 rows/sec., 15.80 MiB/sec. | ||
| 1085 | 2024.11.01 06:51:36.383608 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1086 | 2024.11.01 06:51:36.383632 [ 282 ] {087c8a83-fb11-4183-aec5-36f8e201fecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1087 | 2024.11.01 06:51:36.383648 [ 282 ] {} <Debug> HTTP-Session: b06bf5fa-19ea-49f3-9bd7-c890899efc26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1088 | 2024.11.01 06:51:36.384406 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1089 | 2024.11.01 06:51:36.384509 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33321, User-Agent: (none), Length: 315021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1090 | 2024.11.01 06:51:36.384581 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1091 | 2024.11.01 06:51:36.384605 [ 285 ] {} <Debug> HTTP-Session: 141f4224-42f5-478d-8e76-36c2e224f731 Authenticating user 'default' from [fd00:1122:3344:101::d]:33321 | ||
| 1092 | 2024.11.01 06:51:36.384627 [ 285 ] {} <Debug> HTTP-Session: 141f4224-42f5-478d-8e76-36c2e224f731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1093 | 2024.11.01 06:51:36.384645 [ 285 ] {} <Debug> HTTP-Session: 141f4224-42f5-478d-8e76-36c2e224f731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1094 | 2024.11.01 06:51:36.384689 [ 285 ] {} <Trace> HTTP-Session: 141f4224-42f5-478d-8e76-36c2e224f731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2024.11.01 06:51:36.385756 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33321) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1096 | 2024.11.01 06:51:36.385809 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1097 | 2024.11.01 06:51:36.386015 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1098 | 2024.11.01 06:51:36.387360 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2024.11.01 06:51:36.387394 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1100 | 2024.11.01 06:51:36.387979 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1101 | 2024.11.01 06:51:36.388338 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2024.11.01 06:51:36.388503 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Debug> executeQuery: Read 1668 rows, 114.10 KiB in 0.003452 sec., 483198.1460023175 rows/sec., 32.28 MiB/sec. | ||
| 1103 | 2024.11.01 06:51:36.388708 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1104 | 2024.11.01 06:51:36.388732 [ 285 ] {8906563e-da13-4be4-a737-3a958d012e2d} <Debug> MemoryTracker: Peak memory usage (for query): 5.19 MiB. | ||
| 1105 | 2024.11.01 06:51:36.388749 [ 285 ] {} <Debug> HTTP-Session: 141f4224-42f5-478d-8e76-36c2e224f731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.11.01 06:51:36.389058 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1107 | 2024.11.01 06:51:36.389070 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Length: 14045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1108 | 2024.11.01 06:51:36.389170 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1109 | 2024.11.01 06:51:36.389206 [ 282 ] {} <Debug> HTTP-Session: 1294b272-8565-488b-a96a-28babe34ae9e Authenticating user 'default' from [fd00:1122:3344:101::d]:55330 | ||
| 1110 | 2024.11.01 06:51:36.389232 [ 282 ] {} <Debug> HTTP-Session: 1294b272-8565-488b-a96a-28babe34ae9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1111 | 2024.11.01 06:51:36.389250 [ 282 ] {} <Debug> HTTP-Session: 1294b272-8565-488b-a96a-28babe34ae9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1112 | 2024.11.01 06:51:36.389297 [ 282 ] {} <Trace> HTTP-Session: 1294b272-8565-488b-a96a-28babe34ae9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2024.11.01 06:51:36.389546 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55330) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1114 | 2024.11.01 06:51:36.389636 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <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 | ||
| 1115 | 2024.11.01 06:51:36.390200 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1116 | 2024.11.01 06:51:36.390803 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2024.11.01 06:51:36.390840 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1118 | 2024.11.01 06:51:36.392065 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1119 | 2024.11.01 06:51:36.392494 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2024.11.01 06:51:36.392669 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003274 sec., 2443.494196701283 rows/sec., 4.38 MiB/sec. | ||
| 1121 | 2024.11.01 06:51:36.392892 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1122 | 2024.11.01 06:51:36.392916 [ 282 ] {d3c5c301-b8c4-437e-9175-5984007248b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 1123 | 2024.11.01 06:51:36.392933 [ 282 ] {} <Debug> HTTP-Session: 1294b272-8565-488b-a96a-28babe34ae9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1124 | 2024.11.01 06:51:36.393080 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1125 | 2024.11.01 06:51:36.393184 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59425, User-Agent: (none), Length: 1578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1126 | 2024.11.01 06:51:36.393254 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1127 | 2024.11.01 06:51:36.393278 [ 285 ] {} <Debug> HTTP-Session: bcd2415c-7d53-4cde-9628-067202bfbd30 Authenticating user 'default' from [fd00:1122:3344:101::d]:59425 | ||
| 1128 | 2024.11.01 06:51:36.393299 [ 285 ] {} <Debug> HTTP-Session: bcd2415c-7d53-4cde-9628-067202bfbd30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1129 | 2024.11.01 06:51:36.393317 [ 285 ] {} <Debug> HTTP-Session: bcd2415c-7d53-4cde-9628-067202bfbd30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1130 | 2024.11.01 06:51:36.393360 [ 285 ] {} <Trace> HTTP-Session: bcd2415c-7d53-4cde-9628-067202bfbd30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1131 | 2024.11.01 06:51:36.393492 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59425) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1132 | 2024.11.01 06:51:36.393547 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1133 | 2024.11.01 06:51:36.393731 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1134 | 2024.11.01 06:51:36.394039 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2024.11.01 06:51:36.394082 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1136 | 2024.11.01 06:51:36.394456 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1137 | 2024.11.01 06:51:36.394783 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2024.11.01 06:51:36.394928 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001464 sec., 6830.601092896175 rows/sec., 479.61 KiB/sec. | ||
| 1139 | 2024.11.01 06:51:36.395188 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Debug> DynamicQueryHandler: Done processing query | ||
| 1140 | 2024.11.01 06:51:36.395214 [ 285 ] {0e4ca483-7e81-454f-ba45-6c60958a1b99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1141 | 2024.11.01 06:51:36.395230 [ 285 ] {} <Debug> HTTP-Session: bcd2415c-7d53-4cde-9628-067202bfbd30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1142 | 2024.11.01 06:51:36.396411 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1143 | 2024.11.01 06:51:37.000171 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.38 MiB, peak 150.24 MiB, free memory in arenas 0.00 B, will set to 146.84 MiB (RSS), difference: 2.45 MiB | ||
| 1144 | 2024.11.01 06:51:37.591473 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Length: 7254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1145 | 2024.11.01 06:51:37.591584 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1146 | 2024.11.01 06:51:37.591612 [ 282 ] {} <Debug> HTTP-Session: 125fd3c3-6492-49bd-99e5-f0e53ff028ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55330 | ||
| 1147 | 2024.11.01 06:51:37.591639 [ 282 ] {} <Debug> HTTP-Session: 125fd3c3-6492-49bd-99e5-f0e53ff028ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1148 | 2024.11.01 06:51:37.591657 [ 282 ] {} <Debug> HTTP-Session: 125fd3c3-6492-49bd-99e5-f0e53ff028ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1149 | 2024.11.01 06:51:37.591712 [ 282 ] {} <Trace> HTTP-Session: 125fd3c3-6492-49bd-99e5-f0e53ff028ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1150 | 2024.11.01 06:51:37.591908 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55330) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1151 | 2024.11.01 06:51:37.591980 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1152 | 2024.11.01 06:51:37.592322 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1153 | 2024.11.01 06:51:37.592846 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1154 | 2024.11.01 06:51:37.592886 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1155 | 2024.11.01 06:51:37.593294 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1156 | 2024.11.01 06:51:37.593677 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1157 | 2024.11.01 06:51:37.593844 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002005 sec., 25935.162094763095 rows/sec., 1.98 MiB/sec. | ||
| 1158 | 2024.11.01 06:51:37.594172 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 1159 | 2024.11.01 06:51:37.594199 [ 282 ] {f818933d-d7bf-4fa8-b21e-8aa3d81de5ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1160 | 2024.11.01 06:51:37.594215 [ 282 ] {} <Debug> HTTP-Session: 125fd3c3-6492-49bd-99e5-f0e53ff028ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1161 | 2024.11.01 06:51:37.594448 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1162 | 2024.11.01 06:51:37.594749 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44004, User-Agent: (none), Length: 9524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1163 | 2024.11.01 06:51:37.594866 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1164 | 2024.11.01 06:51:37.594895 [ 285 ] {} <Debug> HTTP-Session: 12048275-b653-4489-b586-8f90ab5011a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44004 | ||
| 1165 | 2024.11.01 06:51:37.594924 [ 285 ] {} <Debug> HTTP-Session: 12048275-b653-4489-b586-8f90ab5011a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1166 | 2024.11.01 06:51:37.594942 [ 285 ] {} <Debug> HTTP-Session: 12048275-b653-4489-b586-8f90ab5011a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1167 | 2024.11.01 06:51:37.595004 [ 285 ] {} <Trace> HTTP-Session: 12048275-b653-4489-b586-8f90ab5011a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1168 | 2024.11.01 06:51:37.595217 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44004) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1169 | 2024.11.01 06:51:37.595284 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1170 | 2024.11.01 06:51:37.595619 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1171 | 2024.11.01 06:51:37.596036 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2024.11.01 06:51:37.596077 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1173 | 2024.11.01 06:51:37.596508 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1174 | 2024.11.01 06:51:37.596896 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1175 | 2024.11.01 06:51:37.597070 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.26 MiB/sec. | ||
| 1176 | 2024.11.01 06:51:37.597271 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Debug> DynamicQueryHandler: Done processing query | ||
| 1177 | 2024.11.01 06:51:37.597297 [ 285 ] {672c5138-f30e-4430-b073-f6e516e2a5af} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1178 | 2024.11.01 06:51:37.597314 [ 285 ] {} <Debug> HTTP-Session: 12048275-b653-4489-b586-8f90ab5011a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.11.01 06:51:37.597551 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1180 | 2024.11.01 06:51:37.597622 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Length: 5776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1181 | 2024.11.01 06:51:37.597758 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1182 | 2024.11.01 06:51:37.597801 [ 282 ] {} <Debug> HTTP-Session: 5923281b-7901-4295-bab9-480ec5f85fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55330 | ||
| 1183 | 2024.11.01 06:51:37.597836 [ 282 ] {} <Debug> HTTP-Session: 5923281b-7901-4295-bab9-480ec5f85fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1184 | 2024.11.01 06:51:37.597864 [ 282 ] {} <Debug> HTTP-Session: 5923281b-7901-4295-bab9-480ec5f85fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1185 | 2024.11.01 06:51:37.597938 [ 282 ] {} <Trace> HTTP-Session: 5923281b-7901-4295-bab9-480ec5f85fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1186 | 2024.11.01 06:51:37.598177 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55330) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1187 | 2024.11.01 06:51:37.598240 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1188 | 2024.11.01 06:51:37.598423 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1189 | 2024.11.01 06:51:37.598754 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1190 | 2024.11.01 06:51:37.598790 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1191 | 2024.11.01 06:51:37.599171 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1192 | 2024.11.01 06:51:37.599513 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1193 | 2024.11.01 06:51:37.599641 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001556 sec., 19280.205655526992 rows/sec., 1.34 MiB/sec. | ||
| 1194 | 2024.11.01 06:51:37.599812 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Debug> DynamicQueryHandler: Done processing query | ||
| 1195 | 2024.11.01 06:51:37.599836 [ 282 ] {e08b8630-2982-42e2-b3c9-73be01c25929} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1196 | 2024.11.01 06:51:37.599853 [ 282 ] {} <Debug> HTTP-Session: 5923281b-7901-4295-bab9-480ec5f85fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1197 | 2024.11.01 06:51:37.600040 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1198 | 2024.11.01 06:51:37.600184 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53658, User-Agent: (none), Length: 1578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1199 | 2024.11.01 06:51:37.600272 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1200 | 2024.11.01 06:51:37.600297 [ 285 ] {} <Debug> HTTP-Session: 619d108d-afd9-4891-b3c1-f12138855c17 Authenticating user 'default' from [fd00:1122:3344:101::d]:53658 | ||
| 1201 | 2024.11.01 06:51:37.600321 [ 285 ] {} <Debug> HTTP-Session: 619d108d-afd9-4891-b3c1-f12138855c17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1202 | 2024.11.01 06:51:37.600338 [ 285 ] {} <Debug> HTTP-Session: 619d108d-afd9-4891-b3c1-f12138855c17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1203 | 2024.11.01 06:51:37.600387 [ 285 ] {} <Trace> HTTP-Session: 619d108d-afd9-4891-b3c1-f12138855c17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1204 | 2024.11.01 06:51:37.600529 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53658) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1205 | 2024.11.01 06:51:37.600588 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1206 | 2024.11.01 06:51:37.600781 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1207 | 2024.11.01 06:51:37.601102 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1208 | 2024.11.01 06:51:37.601145 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1209 | 2024.11.01 06:51:37.601534 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1210 | 2024.11.01 06:51:37.601866 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1211 | 2024.11.01 06:51:37.602036 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.00154 sec., 6493.506493506494 rows/sec., 455.94 KiB/sec. | ||
| 1212 | 2024.11.01 06:51:37.602324 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Debug> DynamicQueryHandler: Done processing query | ||
| 1213 | 2024.11.01 06:51:37.602349 [ 285 ] {53fe4e5c-6e78-40f4-b431-a93e54c91744} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1214 | 2024.11.01 06:51:37.602366 [ 285 ] {} <Debug> HTTP-Session: 619d108d-afd9-4891-b3c1-f12138855c17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1215 | 2024.11.01 06:51:37.602521 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1216 | 2024.11.01 06:51:38.849171 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1217 | 2024.11.01 06:51:39.162996 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1218 | 2024.11.01 06:51:39.170325 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1219 | 2024.11.01 06:51:39.177663 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1220 | 2024.11.01 06:51:39.268044 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1221 | 2024.11.01 06:51:39.279465 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1222 | 2024.11.01 06:51:39.288803 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64654, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1223 | 2024.11.01 06:51:39.288975 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1224 | 2024.11.01 06:51:40.890654 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1225 | 2024.11.01 06:51:40.890725 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1226 | 2024.11.01 06:51:40.948487 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 156 | ||
| 1227 | 2024.11.01 06:51:40.953034 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1228 | 2024.11.01 06:51:40.953085 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1229 | 2024.11.01 06:51:40.954744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1230 | 2024.11.01 06:51:40.955741 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1231 | 2024.11.01 06:51:40.956322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 156 | ||
| 1232 | 2024.11.01 06:51:42.596695 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Length: 7254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1233 | 2024.11.01 06:51:42.596818 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1234 | 2024.11.01 06:51:42.596846 [ 286 ] {} <Debug> HTTP-Session: 6a80399e-761d-41a1-960d-58578144954b Authenticating user 'default' from [fd00:1122:3344:101::d]:41987 | ||
| 1235 | 2024.11.01 06:51:42.596870 [ 286 ] {} <Debug> HTTP-Session: 6a80399e-761d-41a1-960d-58578144954b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1236 | 2024.11.01 06:51:42.596885 [ 286 ] {} <Debug> HTTP-Session: 6a80399e-761d-41a1-960d-58578144954b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1237 | 2024.11.01 06:51:42.596935 [ 286 ] {} <Trace> HTTP-Session: 6a80399e-761d-41a1-960d-58578144954b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2024.11.01 06:51:42.597152 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41987) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1239 | 2024.11.01 06:51:42.597226 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1240 | 2024.11.01 06:51:42.597562 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1241 | 2024.11.01 06:51:42.598022 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1242 | 2024.11.01 06:51:42.598070 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1243 | 2024.11.01 06:51:42.598486 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1244 | 2024.11.01 06:51:42.598864 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1245 | 2024.11.01 06:51:42.599022 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00195 sec., 26666.666666666668 rows/sec., 2.04 MiB/sec. | ||
| 1246 | 2024.11.01 06:51:42.599245 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Debug> DynamicQueryHandler: Done processing query | ||
| 1247 | 2024.11.01 06:51:42.599273 [ 286 ] {316fe395-5aba-401c-8276-c662e0037328} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1248 | 2024.11.01 06:51:42.599291 [ 286 ] {} <Debug> HTTP-Session: 6a80399e-761d-41a1-960d-58578144954b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1249 | 2024.11.01 06:51:42.599538 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1250 | 2024.11.01 06:51:42.599767 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49235, User-Agent: (none), Length: 9524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1251 | 2024.11.01 06:51:42.599962 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1252 | 2024.11.01 06:51:42.600009 [ 287 ] {} <Debug> HTTP-Session: b80d7de7-aa35-4f8c-aa1e-4e2b34259936 Authenticating user 'default' from [fd00:1122:3344:101::d]:49235 | ||
| 1253 | 2024.11.01 06:51:42.600050 [ 287 ] {} <Debug> HTTP-Session: b80d7de7-aa35-4f8c-aa1e-4e2b34259936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1254 | 2024.11.01 06:51:42.600078 [ 287 ] {} <Debug> HTTP-Session: b80d7de7-aa35-4f8c-aa1e-4e2b34259936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1255 | 2024.11.01 06:51:42.600164 [ 287 ] {} <Trace> HTTP-Session: b80d7de7-aa35-4f8c-aa1e-4e2b34259936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.11.01 06:51:42.600463 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49235) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1257 | 2024.11.01 06:51:42.600537 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1258 | 2024.11.01 06:51:42.600887 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1259 | 2024.11.01 06:51:42.601345 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1260 | 2024.11.01 06:51:42.601393 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1261 | 2024.11.01 06:51:42.601817 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1262 | 2024.11.01 06:51:42.602201 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2024.11.01 06:51:42.602389 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.002014 sec., 27805.362462760673 rows/sec., 2.17 MiB/sec. | ||
| 1264 | 2024.11.01 06:51:42.602595 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 1265 | 2024.11.01 06:51:42.602621 [ 287 ] {433f465c-6576-451d-aa5b-e67bd82963ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1266 | 2024.11.01 06:51:42.602638 [ 287 ] {} <Debug> HTTP-Session: b80d7de7-aa35-4f8c-aa1e-4e2b34259936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1267 | 2024.11.01 06:51:42.602841 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1268 | 2024.11.01 06:51:42.602893 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Length: 28612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1269 | 2024.11.01 06:51:42.602959 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1270 | 2024.11.01 06:51:42.602990 [ 286 ] {} <Debug> HTTP-Session: cd9dd71c-7821-4abd-84d2-b281e318c292 Authenticating user 'default' from [fd00:1122:3344:101::d]:41987 | ||
| 1271 | 2024.11.01 06:51:42.603014 [ 286 ] {} <Debug> HTTP-Session: cd9dd71c-7821-4abd-84d2-b281e318c292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1272 | 2024.11.01 06:51:42.603029 [ 286 ] {} <Debug> HTTP-Session: cd9dd71c-7821-4abd-84d2-b281e318c292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1273 | 2024.11.01 06:51:42.603072 [ 286 ] {} <Trace> HTTP-Session: cd9dd71c-7821-4abd-84d2-b281e318c292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.11.01 06:51:42.603287 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1275 | 2024.11.01 06:51:42.603342 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1276 | 2024.11.01 06:51:42.603525 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1277 | 2024.11.01 06:51:42.603935 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1278 | 2024.11.01 06:51:42.603974 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1279 | 2024.11.01 06:51:42.604373 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1280 | 2024.11.01 06:51:42.604738 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1281 | 2024.11.01 06:51:42.604895 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00173 sec., 86705.20231213873 rows/sec., 6.01 MiB/sec. | ||
| 1282 | 2024.11.01 06:51:42.605075 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Debug> DynamicQueryHandler: Done processing query | ||
| 1283 | 2024.11.01 06:51:42.605100 [ 286 ] {79ee97fe-f9a0-424a-9eb1-ff3d967c9097} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1284 | 2024.11.01 06:51:42.605117 [ 286 ] {} <Debug> HTTP-Session: cd9dd71c-7821-4abd-84d2-b281e318c292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1285 | 2024.11.01 06:51:42.605290 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1286 | 2024.11.01 06:51:42.605411 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57674, User-Agent: (none), Length: 7662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1287 | 2024.11.01 06:51:42.605488 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1288 | 2024.11.01 06:51:42.605514 [ 287 ] {} <Debug> HTTP-Session: e4190541-7720-45bc-b5b3-b3eefd12269c Authenticating user 'default' from [fd00:1122:3344:101::d]:57674 | ||
| 1289 | 2024.11.01 06:51:42.605537 [ 287 ] {} <Debug> HTTP-Session: e4190541-7720-45bc-b5b3-b3eefd12269c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1290 | 2024.11.01 06:51:42.605554 [ 287 ] {} <Debug> HTTP-Session: e4190541-7720-45bc-b5b3-b3eefd12269c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1291 | 2024.11.01 06:51:42.605602 [ 287 ] {} <Trace> HTTP-Session: e4190541-7720-45bc-b5b3-b3eefd12269c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2024.11.01 06:51:42.605765 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57674) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1293 | 2024.11.01 06:51:42.605826 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1294 | 2024.11.01 06:51:42.606018 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1295 | 2024.11.01 06:51:42.606377 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2024.11.01 06:51:42.606414 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1297 | 2024.11.01 06:51:42.606804 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1298 | 2024.11.01 06:51:42.607137 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1299 | 2024.11.01 06:51:42.607272 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001566 sec., 31928.480204342275 rows/sec., 2.19 MiB/sec. | ||
| 1300 | 2024.11.01 06:51:42.607570 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1301 | 2024.11.01 06:51:42.607595 [ 287 ] {e2f6ffc6-5cef-4f83-9f24-18f76b440f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1302 | 2024.11.01 06:51:42.607611 [ 287 ] {} <Debug> HTTP-Session: e4190541-7720-45bc-b5b3-b3eefd12269c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1303 | 2024.11.01 06:51:42.607895 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1304 | 2024.11.01 06:51:47.597863 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Length: 9802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1305 | 2024.11.01 06:51:47.597989 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1306 | 2024.11.01 06:51:47.598015 [ 286 ] {} <Debug> HTTP-Session: 6cb69f69-5277-4f38-965f-659ff84ac624 Authenticating user 'default' from [fd00:1122:3344:101::d]:41987 | ||
| 1307 | 2024.11.01 06:51:47.598038 [ 286 ] {} <Debug> HTTP-Session: 6cb69f69-5277-4f38-965f-659ff84ac624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1308 | 2024.11.01 06:51:47.598053 [ 286 ] {} <Debug> HTTP-Session: 6cb69f69-5277-4f38-965f-659ff84ac624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1309 | 2024.11.01 06:51:47.598100 [ 286 ] {} <Trace> HTTP-Session: 6cb69f69-5277-4f38-965f-659ff84ac624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2024.11.01 06:51:47.598295 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41987) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1311 | 2024.11.01 06:51:47.598358 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1312 | 2024.11.01 06:51:47.598690 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1313 | 2024.11.01 06:51:47.599182 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1314 | 2024.11.01 06:51:47.599223 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1315 | 2024.11.01 06:51:47.599637 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1316 | 2024.11.01 06:51:47.600012 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1317 | 2024.11.01 06:51:47.600158 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Debug> executeQuery: Read 68 rows, 5.65 KiB in 0.001928 sec., 35269.70954356847 rows/sec., 2.86 MiB/sec. | ||
| 1318 | 2024.11.01 06:51:47.600480 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Debug> DynamicQueryHandler: Done processing query | ||
| 1319 | 2024.11.01 06:51:47.600508 [ 286 ] {2c70f09f-bdb5-455c-8f20-6137d1ec6861} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1320 | 2024.11.01 06:51:47.600524 [ 286 ] {} <Debug> HTTP-Session: 6cb69f69-5277-4f38-965f-659ff84ac624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.11.01 06:51:47.600719 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1322 | 2024.11.01 06:51:47.600901 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50160, User-Agent: (none), Length: 1194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1323 | 2024.11.01 06:51:47.601021 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1324 | 2024.11.01 06:51:47.601049 [ 287 ] {} <Debug> HTTP-Session: 2bde8ad2-90af-4e82-98c4-feb8447f2d99 Authenticating user 'default' from [fd00:1122:3344:101::d]:50160 | ||
| 1325 | 2024.11.01 06:51:47.601076 [ 287 ] {} <Debug> HTTP-Session: 2bde8ad2-90af-4e82-98c4-feb8447f2d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1326 | 2024.11.01 06:51:47.601093 [ 287 ] {} <Debug> HTTP-Session: 2bde8ad2-90af-4e82-98c4-feb8447f2d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1327 | 2024.11.01 06:51:47.601153 [ 287 ] {} <Trace> HTTP-Session: 2bde8ad2-90af-4e82-98c4-feb8447f2d99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2024.11.01 06:51:47.601345 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50160) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1329 | 2024.11.01 06:51:47.601419 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1330 | 2024.11.01 06:51:47.601776 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1331 | 2024.11.01 06:51:47.602167 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1332 | 2024.11.01 06:51:47.602208 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1333 | 2024.11.01 06:51:47.602606 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1334 | 2024.11.01 06:51:47.602985 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1335 | 2024.11.01 06:51:47.603157 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001866 sec., 4287.245444801715 rows/sec., 322.38 KiB/sec. | ||
| 1336 | 2024.11.01 06:51:47.603365 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1337 | 2024.11.01 06:51:47.603391 [ 287 ] {6273d0ef-91d9-475d-8b8f-b32d8ad8640a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1338 | 2024.11.01 06:51:47.603408 [ 287 ] {} <Debug> HTTP-Session: 2bde8ad2-90af-4e82-98c4-feb8447f2d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1339 | 2024.11.01 06:51:47.603569 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1340 | 2024.11.01 06:51:47.603597 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Length: 10875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1341 | 2024.11.01 06:51:47.603672 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1342 | 2024.11.01 06:51:47.603692 [ 286 ] {} <Debug> HTTP-Session: 8587481f-53a4-4b0f-9414-0cc30dfdc7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41987 | ||
| 1343 | 2024.11.01 06:51:47.603711 [ 286 ] {} <Debug> HTTP-Session: 8587481f-53a4-4b0f-9414-0cc30dfdc7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1344 | 2024.11.01 06:51:47.603741 [ 286 ] {} <Debug> HTTP-Session: 8587481f-53a4-4b0f-9414-0cc30dfdc7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.11.01 06:51:47.603783 [ 286 ] {} <Trace> HTTP-Session: 8587481f-53a4-4b0f-9414-0cc30dfdc7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2024.11.01 06:51:47.603919 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41987) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1347 | 2024.11.01 06:51:47.603965 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1348 | 2024.11.01 06:51:47.604222 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1349 | 2024.11.01 06:51:47.604586 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.11.01 06:51:47.604623 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1351 | 2024.11.01 06:51:47.604980 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1352 | 2024.11.01 06:51:47.605352 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2024.11.01 06:51:47.605499 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Debug> executeQuery: Read 64 rows, 5.11 KiB in 0.00162 sec., 39506.17283950617 rows/sec., 3.08 MiB/sec. | ||
| 1354 | 2024.11.01 06:51:47.605682 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Debug> DynamicQueryHandler: Done processing query | ||
| 1355 | 2024.11.01 06:51:47.605707 [ 286 ] {42d258fc-deac-438c-b2b4-7fca43f49953} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1356 | 2024.11.01 06:51:47.605723 [ 286 ] {} <Debug> HTTP-Session: 8587481f-53a4-4b0f-9414-0cc30dfdc7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.11.01 06:51:47.605906 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1358 | 2024.11.01 06:51:47.606055 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62615, User-Agent: (none), Length: 28612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1359 | 2024.11.01 06:51:47.606117 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1360 | 2024.11.01 06:51:47.606136 [ 287 ] {} <Debug> HTTP-Session: c47d6d7b-0c78-4d34-80ec-b327984e0bef Authenticating user 'default' from [fd00:1122:3344:101::d]:62615 | ||
| 1361 | 2024.11.01 06:51:47.606153 [ 287 ] {} <Debug> HTTP-Session: c47d6d7b-0c78-4d34-80ec-b327984e0bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1362 | 2024.11.01 06:51:47.606167 [ 287 ] {} <Debug> HTTP-Session: c47d6d7b-0c78-4d34-80ec-b327984e0bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1363 | 2024.11.01 06:51:47.606205 [ 287 ] {} <Trace> HTTP-Session: c47d6d7b-0c78-4d34-80ec-b327984e0bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2024.11.01 06:51:47.606374 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1365 | 2024.11.01 06:51:47.606429 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1366 | 2024.11.01 06:51:47.606606 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1367 | 2024.11.01 06:51:47.607091 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.11.01 06:51:47.607128 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1369 | 2024.11.01 06:51:47.607511 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1370 | 2024.11.01 06:51:47.607855 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2024.11.01 06:51:47.608018 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001721 sec., 87158.62870424171 rows/sec., 6.04 MiB/sec. | ||
| 1372 | 2024.11.01 06:51:47.608233 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1373 | 2024.11.01 06:51:47.608256 [ 287 ] {80271641-2938-4cf8-b714-0703d02ae1a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1374 | 2024.11.01 06:51:47.608272 [ 287 ] {} <Debug> HTTP-Session: c47d6d7b-0c78-4d34-80ec-b327984e0bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1375 | 2024.11.01 06:51:47.608428 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Length: 14051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1376 | 2024.11.01 06:51:47.608454 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1377 | 2024.11.01 06:51:47.608515 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1378 | 2024.11.01 06:51:47.608548 [ 286 ] {} <Debug> HTTP-Session: 2d608663-3215-4372-9e6d-d065187b1893 Authenticating user 'default' from [fd00:1122:3344:101::d]:41987 | ||
| 1379 | 2024.11.01 06:51:47.608571 [ 286 ] {} <Debug> HTTP-Session: 2d608663-3215-4372-9e6d-d065187b1893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1380 | 2024.11.01 06:51:47.608588 [ 286 ] {} <Debug> HTTP-Session: 2d608663-3215-4372-9e6d-d065187b1893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1381 | 2024.11.01 06:51:47.608633 [ 286 ] {} <Trace> HTTP-Session: 2d608663-3215-4372-9e6d-d065187b1893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2024.11.01 06:51:47.608825 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41987) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1383 | 2024.11.01 06:51:47.608901 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <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 | ||
| 1384 | 2024.11.01 06:51:47.609365 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1385 | 2024.11.01 06:51:47.609887 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2024.11.01 06:51:47.609923 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1387 | 2024.11.01 06:51:47.610534 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1388 | 2024.11.01 06:51:47.610949 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2024.11.01 06:51:47.611144 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002416 sec., 3311.258278145695 rows/sec., 5.93 MiB/sec. | ||
| 1390 | 2024.11.01 06:51:47.611511 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 1391 | 2024.11.01 06:51:47.611537 [ 286 ] {b3491322-476a-499c-9e1d-b9629c900c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
| 1392 | 2024.11.01 06:51:47.611553 [ 286 ] {} <Debug> HTTP-Session: 2d608663-3215-4372-9e6d-d065187b1893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1393 | 2024.11.01 06:51:47.611690 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1394 | 2024.11.01 06:51:47.611790 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45062, User-Agent: (none), Length: 7662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1395 | 2024.11.01 06:51:47.611856 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1396 | 2024.11.01 06:51:47.611880 [ 287 ] {} <Debug> HTTP-Session: 219e01d8-e536-43ea-96d2-d00d39dde43d Authenticating user 'default' from [fd00:1122:3344:101::d]:45062 | ||
| 1397 | 2024.11.01 06:51:47.611900 [ 287 ] {} <Debug> HTTP-Session: 219e01d8-e536-43ea-96d2-d00d39dde43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.11.01 06:51:47.611917 [ 287 ] {} <Debug> HTTP-Session: 219e01d8-e536-43ea-96d2-d00d39dde43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1399 | 2024.11.01 06:51:47.611961 [ 287 ] {} <Trace> HTTP-Session: 219e01d8-e536-43ea-96d2-d00d39dde43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2024.11.01 06:51:47.612115 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45062) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1401 | 2024.11.01 06:51:47.612171 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1402 | 2024.11.01 06:51:47.612352 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1403 | 2024.11.01 06:51:47.612673 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2024.11.01 06:51:47.612732 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1405 | 2024.11.01 06:51:47.613083 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1406 | 2024.11.01 06:51:47.613404 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2024.11.01 06:51:47.613560 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001506 sec., 33200.531208499335 rows/sec., 2.28 MiB/sec. | ||
| 1408 | 2024.11.01 06:51:47.613730 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1409 | 2024.11.01 06:51:47.613754 [ 287 ] {894aef1a-d615-44a3-9aea-5a28082c58b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1410 | 2024.11.01 06:51:47.613770 [ 287 ] {} <Debug> HTTP-Session: 219e01d8-e536-43ea-96d2-d00d39dde43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1411 | 2024.11.01 06:51:47.614028 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1412 | 2024.11.01 06:51:49.501371 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1413 | 2024.11.01 06:51:49.775377 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1414 | 2024.11.01 06:51:49.931702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1415 | 2024.11.01 06:51:50.013358 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1416 | 2024.11.01 06:51:50.255629 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1417 | 2024.11.01 06:51:50.280452 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1418 | 2024.11.01 06:51:50.299372 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1419 | 2024.11.01 06:51:50.330255 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1420 | 2024.11.01 06:51:50.344036 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1421 | 2024.11.01 06:51:50.350299 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1422 | 2024.11.01 06:51:50.354754 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1423 | 2024.11.01 06:51:50.576330 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1424 | 2024.11.01 06:51:50.576589 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1425 | 2024.11.01 06:51:50.585667 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1426 | 2024.11.01 06:51:50.602923 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1427 | 2024.11.01 06:51:50.624275 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1428 | 2024.11.01 06:51:50.636047 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1429 | 2024.11.01 06:51:50.644024 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1430 | 2024.11.01 06:51:50.667853 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1431 | 2024.11.01 06:51:50.670025 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1432 | 2024.11.01 06:51:50.676223 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1433 | 2024.11.01 06:51:50.698033 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1434 | 2024.11.01 06:51:50.699369 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1435 | 2024.11.01 06:51:50.700722 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1436 | 2024.11.01 06:51:50.956805 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 176 | ||
| 1437 | 2024.11.01 06:51:50.959488 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1438 | 2024.11.01 06:51:50.959547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. | ||
| 1439 | 2024.11.01 06:51:50.961058 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1440 | 2024.11.01 06:51:50.962164 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1441 | 2024.11.01 06:51:50.962761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 176 | ||
| 1442 | 2024.11.01 06:51:52.596251 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1443 | 2024.11.01 06:51:52.596371 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1444 | 2024.11.01 06:51:52.596395 [ 286 ] {} <Debug> HTTP-Session: a22b020c-7c58-4cbc-a455-7f5750967f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:41987 | ||
| 1445 | 2024.11.01 06:51:52.596418 [ 286 ] {} <Debug> HTTP-Session: a22b020c-7c58-4cbc-a455-7f5750967f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1446 | 2024.11.01 06:51:52.596432 [ 286 ] {} <Debug> HTTP-Session: a22b020c-7c58-4cbc-a455-7f5750967f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.11.01 06:51:52.596482 [ 286 ] {} <Trace> HTTP-Session: a22b020c-7c58-4cbc-a455-7f5750967f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2024.11.01 06:51:52.596735 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41987) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1449 | 2024.11.01 06:51:52.597247 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1450 | 2024.11.01 06:51:52.597382 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1451 | 2024.11.01 06:51:52.597709 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1452 | 2024.11.01 06:51:52.601849 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1453 | 2024.11.01 06:51:52.602173 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1454 | 2024.11.01 06:51:52.603409 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1455 | 2024.11.01 06:51:52.605381 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1456 | 2024.11.01 06:51:52.605407 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1457 | 2024.11.01 06:51:52.607485 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1458 | 2024.11.01 06:51:52.607523 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1459 | 2024.11.01 06:51:52.609888 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.013263 sec., 1583.3521827640805 rows/sec., 62.88 KiB/sec. | ||
| 1460 | 2024.11.01 06:51:52.610199 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1461 | 2024.11.01 06:51:52.610235 [ 286 ] {1e2d80d9-01fe-4437-8d8a-a12b57d935d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1462 | 2024.11.01 06:51:52.610253 [ 286 ] {} <Debug> HTTP-Session: a22b020c-7c58-4cbc-a455-7f5750967f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1463 | 2024.11.01 06:51:52.610612 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1464 | 2024.11.01 06:51:52.610706 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48236, User-Agent: (none), Length: 877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1465 | 2024.11.01 06:51:52.610828 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1466 | 2024.11.01 06:51:52.610856 [ 287 ] {} <Debug> HTTP-Session: 908dd030-ef5c-49f6-a0db-e64d423b04f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48236 | ||
| 1467 | 2024.11.01 06:51:52.610883 [ 287 ] {} <Debug> HTTP-Session: 908dd030-ef5c-49f6-a0db-e64d423b04f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1468 | 2024.11.01 06:51:52.610898 [ 287 ] {} <Debug> HTTP-Session: 908dd030-ef5c-49f6-a0db-e64d423b04f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1469 | 2024.11.01 06:51:52.610968 [ 287 ] {} <Trace> HTTP-Session: 908dd030-ef5c-49f6-a0db-e64d423b04f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2024.11.01 06:51:52.611256 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48236) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1471 | 2024.11.01 06:51:52.611671 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1472 | 2024.11.01 06:51:52.611719 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1473 | 2024.11.01 06:51:52.612061 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1474 | 2024.11.01 06:51:52.612148 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1475 | 2024.11.01 06:51:52.612337 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1476 | 2024.11.01 06:51:52.612379 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1477 | 2024.11.01 06:51:52.612406 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1478 | 2024.11.01 06:51:52.612425 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1479 | 2024.11.01 06:51:52.612475 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1480 | 2024.11.01 06:51:52.612499 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1481 | 2024.11.01 06:51:52.613546 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002403 sec., 8739.076154806491 rows/sec., 347.06 KiB/sec. | ||
| 1482 | 2024.11.01 06:51:52.613874 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1483 | 2024.11.01 06:51:52.613902 [ 287 ] {b22f2a5c-e007-4842-b5e2-205a909fbac0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1484 | 2024.11.01 06:51:52.613919 [ 287 ] {} <Debug> HTTP-Session: 908dd030-ef5c-49f6-a0db-e64d423b04f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1485 | 2024.11.01 06:51:52.614275 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1486 | 2024.11.01 06:51:52.614395 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33599, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1487 | 2024.11.01 06:51:52.614480 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1488 | 2024.11.01 06:51:52.614508 [ 286 ] {} <Debug> HTTP-Session: 3b59071f-a84a-4441-9bc1-5aa79e3ed4ca Authenticating user 'default' from [fd00:1122:3344:101::d]:33599 | ||
| 1489 | 2024.11.01 06:51:52.614530 [ 286 ] {} <Debug> HTTP-Session: 3b59071f-a84a-4441-9bc1-5aa79e3ed4ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1490 | 2024.11.01 06:51:52.614544 [ 286 ] {} <Debug> HTTP-Session: 3b59071f-a84a-4441-9bc1-5aa79e3ed4ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1491 | 2024.11.01 06:51:52.614589 [ 286 ] {} <Trace> HTTP-Session: 3b59071f-a84a-4441-9bc1-5aa79e3ed4ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1492 | 2024.11.01 06:51:52.614785 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33599) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1493 | 2024.11.01 06:51:52.615124 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1494 | 2024.11.01 06:51:52.615168 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 1495 | 2024.11.01 06:51:52.615516 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1496 | 2024.11.01 06:51:52.615596 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1497 | 2024.11.01 06:51:52.615789 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1498 | 2024.11.01 06:51:52.615831 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1499 | 2024.11.01 06:51:52.615857 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1500 | 2024.11.01 06:51:52.615876 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1501 | 2024.11.01 06:51:52.615939 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 1502 | 2024.11.01 06:51:52.615968 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1503 | 2024.11.01 06:51:52.616924 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002215 sec., 9480.812641083521 rows/sec., 376.52 KiB/sec. | ||
| 1504 | 2024.11.01 06:51:52.617219 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1505 | 2024.11.01 06:51:52.617255 [ 286 ] {576d5155-a6bb-4a70-830b-a718cc3b955a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1506 | 2024.11.01 06:51:52.617274 [ 286 ] {} <Debug> HTTP-Session: 3b59071f-a84a-4441-9bc1-5aa79e3ed4ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1507 | 2024.11.01 06:51:52.618065 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1508 | 2024.11.01 06:51:52.618153 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57458, User-Agent: (none), Length: 966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1509 | 2024.11.01 06:51:52.618240 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1510 | 2024.11.01 06:51:52.618262 [ 287 ] {} <Debug> HTTP-Session: fc7f6fa1-5ca4-4f2f-9cce-6f896a7c6ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57458 | ||
| 1511 | 2024.11.01 06:51:52.618285 [ 287 ] {} <Debug> HTTP-Session: fc7f6fa1-5ca4-4f2f-9cce-6f896a7c6ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1512 | 2024.11.01 06:51:52.618299 [ 287 ] {} <Debug> HTTP-Session: fc7f6fa1-5ca4-4f2f-9cce-6f896a7c6ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1513 | 2024.11.01 06:51:52.618345 [ 287 ] {} <Trace> HTTP-Session: fc7f6fa1-5ca4-4f2f-9cce-6f896a7c6ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1514 | 2024.11.01 06:51:52.618549 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57458) 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', '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) | ||
| 1515 | 2024.11.01 06:51:52.618893 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1516 | 2024.11.01 06:51:52.618939 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <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', '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 | ||
| 1517 | 2024.11.01 06:51:52.619237 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1518 | 2024.11.01 06:51:52.619313 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1519 | 2024.11.01 06:51:52.619482 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1520 | 2024.11.01 06:51:52.619519 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1521 | 2024.11.01 06:51:52.619545 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1522 | 2024.11.01 06:51:52.619562 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1523 | 2024.11.01 06:51:52.619609 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <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', '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'))" | ||
| 1524 | 2024.11.01 06:51:52.619634 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1525 | 2024.11.01 06:51:52.620597 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002141 sec., 9808.500700607192 rows/sec., 389.53 KiB/sec. | ||
| 1526 | 2024.11.01 06:51:52.620876 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1527 | 2024.11.01 06:51:52.620902 [ 287 ] {f6b17bac-9830-40a4-a784-1ab69d66662e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1528 | 2024.11.01 06:51:52.620919 [ 287 ] {} <Debug> HTTP-Session: fc7f6fa1-5ca4-4f2f-9cce-6f896a7c6ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1529 | 2024.11.01 06:51:52.621176 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1530 | 2024.11.01 06:51:52.621303 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45065, User-Agent: (none), Length: 1005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1531 | 2024.11.01 06:51:52.621376 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1532 | 2024.11.01 06:51:52.621399 [ 286 ] {} <Debug> HTTP-Session: 6bb97fe2-6a13-4ce2-9156-4fcea245b198 Authenticating user 'default' from [fd00:1122:3344:101::d]:45065 | ||
| 1533 | 2024.11.01 06:51:52.621420 [ 286 ] {} <Debug> HTTP-Session: 6bb97fe2-6a13-4ce2-9156-4fcea245b198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1534 | 2024.11.01 06:51:52.621434 [ 286 ] {} <Debug> HTTP-Session: 6bb97fe2-6a13-4ce2-9156-4fcea245b198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1535 | 2024.11.01 06:51:52.621481 [ 286 ] {} <Trace> HTTP-Session: 6bb97fe2-6a13-4ce2-9156-4fcea245b198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1536 | 2024.11.01 06:51:52.621674 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45065) 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', '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') FORMAT JSONEachRow; (stage: Complete) | ||
| 1537 | 2024.11.01 06:51:52.622021 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1538 | 2024.11.01 06:51:52.622069 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <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', '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')" moved to PREWHERE | ||
| 1539 | 2024.11.01 06:51:52.622372 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1540 | 2024.11.01 06:51:52.622449 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1541 | 2024.11.01 06:51:52.622615 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1542 | 2024.11.01 06:51:52.622653 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1543 | 2024.11.01 06:51:52.622678 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1544 | 2024.11.01 06:51:52.622696 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1545 | 2024.11.01 06:51:52.622744 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <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', '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'))" | ||
| 1546 | 2024.11.01 06:51:52.622770 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1547 | 2024.11.01 06:51:52.623639 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002056 sec., 10214.007782101167 rows/sec., 405.63 KiB/sec. | ||
| 1548 | 2024.11.01 06:51:52.623909 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Debug> DynamicQueryHandler: Done processing query | ||
| 1549 | 2024.11.01 06:51:52.623937 [ 286 ] {eaa8c671-50c9-446b-84a6-53302d8dc382} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1550 | 2024.11.01 06:51:52.623955 [ 286 ] {} <Debug> HTTP-Session: 6bb97fe2-6a13-4ce2-9156-4fcea245b198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1551 | 2024.11.01 06:51:52.624229 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57458, User-Agent: (none), Length: 1046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1552 | 2024.11.01 06:51:52.624241 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1553 | 2024.11.01 06:51:52.624316 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1554 | 2024.11.01 06:51:52.624351 [ 287 ] {} <Debug> HTTP-Session: 0ad1a615-c303-44f6-b6d7-b945a4337c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:57458 | ||
| 1555 | 2024.11.01 06:51:52.624377 [ 287 ] {} <Debug> HTTP-Session: 0ad1a615-c303-44f6-b6d7-b945a4337c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1556 | 2024.11.01 06:51:52.624411 [ 287 ] {} <Debug> HTTP-Session: 0ad1a615-c303-44f6-b6d7-b945a4337c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.11.01 06:51:52.624466 [ 287 ] {} <Trace> HTTP-Session: 0ad1a615-c303-44f6-b6d7-b945a4337c90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2024.11.01 06:51:52.624685 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57458) 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', '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') FORMAT JSONEachRow; (stage: Complete) | ||
| 1559 | 2024.11.01 06:51:52.625034 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1560 | 2024.11.01 06:51:52.625079 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <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', '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')" moved to PREWHERE | ||
| 1561 | 2024.11.01 06:51:52.625459 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1562 | 2024.11.01 06:51:52.625557 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1563 | 2024.11.01 06:51:52.625746 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1564 | 2024.11.01 06:51:52.625784 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1565 | 2024.11.01 06:51:52.625808 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1566 | 2024.11.01 06:51:52.625828 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1567 | 2024.11.01 06:51:52.625879 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <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', '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'))" | ||
| 1568 | 2024.11.01 06:51:52.625906 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1569 | 2024.11.01 06:51:52.626728 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002135 sec., 9836.065573770491 rows/sec., 390.62 KiB/sec. | ||
| 1570 | 2024.11.01 06:51:52.626992 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Debug> DynamicQueryHandler: Done processing query | ||
| 1571 | 2024.11.01 06:51:52.627018 [ 287 ] {d5a0efaa-c16e-4939-b125-e9c19ca2fd54} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1572 | 2024.11.01 06:51:52.627036 [ 287 ] {} <Debug> HTTP-Session: 0ad1a615-c303-44f6-b6d7-b945a4337c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1573 | 2024.11.01 06:51:52.627291 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1574 | 2024.11.01 06:51:52.627356 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41798, User-Agent: (none), Length: 1074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1575 | 2024.11.01 06:51:52.627442 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1576 | 2024.11.01 06:51:52.627466 [ 286 ] {} <Debug> HTTP-Session: 6fe9ff0a-9f5d-48a1-a0cf-48b96b1a8143 Authenticating user 'default' from [fd00:1122:3344:101::d]:41798 | ||
| 1577 | 2024.11.01 06:51:52.627487 [ 286 ] {} <Debug> HTTP-Session: 6fe9ff0a-9f5d-48a1-a0cf-48b96b1a8143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1578 | 2024.11.01 06:51:52.627502 [ 286 ] {} <Debug> HTTP-Session: 6fe9ff0a-9f5d-48a1-a0cf-48b96b1a8143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1579 | 2024.11.01 06:51:52.627552 [ 286 ] {} <Trace> HTTP-Session: 6fe9ff0a-9f5d-48a1-a0cf-48b96b1a8143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2024.11.01 06:51:52.627748 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41798) 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', '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_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1581 | 2024.11.01 06:51:52.628100 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1582 | 2024.11.01 06:51:52.628149 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <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', '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_rib:active_routes')" moved to PREWHERE | ||
| 1583 | 2024.11.01 06:51:52.628462 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1584 | 2024.11.01 06:51:52.628538 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1585 | 2024.11.01 06:51:52.628714 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1586 | 2024.11.01 06:51:52.628756 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1587 | 2024.11.01 06:51:52.628782 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1588 | 2024.11.01 06:51:52.628799 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1589 | 2024.11.01 06:51:52.628849 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <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', '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_rib:active_routes'))" | ||
| 1590 | 2024.11.01 06:51:52.628875 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1591 | 2024.11.01 06:51:52.629769 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.00211 sec., 9952.60663507109 rows/sec., 395.25 KiB/sec. | ||
| 1592 | 2024.11.01 06:51:52.630053 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Debug> DynamicQueryHandler: Done processing query | ||
| 1593 | 2024.11.01 06:51:52.630084 [ 286 ] {422e804f-b624-402a-a13b-ab0609eb4e48} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1594 | 2024.11.01 06:51:52.630102 [ 286 ] {} <Debug> HTTP-Session: 6fe9ff0a-9f5d-48a1-a0cf-48b96b1a8143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1595 | 2024.11.01 06:51:52.630498 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1596 | 2024.11.01 06:51:52.630626 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39274, User-Agent: (none), Length: 1115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1597 | 2024.11.01 06:51:52.630708 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1598 | 2024.11.01 06:51:52.630743 [ 287 ] {} <Debug> HTTP-Session: 56c3b1e9-b9f3-4654-896a-d5f20ceed400 Authenticating user 'default' from [fd00:1122:3344:101::d]:39274 | ||
| 1599 | 2024.11.01 06:51:52.630773 [ 287 ] {} <Debug> HTTP-Session: 56c3b1e9-b9f3-4654-896a-d5f20ceed400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1600 | 2024.11.01 06:51:52.630794 [ 287 ] {} <Debug> HTTP-Session: 56c3b1e9-b9f3-4654-896a-d5f20ceed400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1601 | 2024.11.01 06:51:52.630839 [ 287 ] {} <Trace> HTTP-Session: 56c3b1e9-b9f3-4654-896a-d5f20ceed400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1602 | 2024.11.01 06:51:52.631066 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39274) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1603 | 2024.11.01 06:51:52.631542 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1604 | 2024.11.01 06:51:52.631611 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1605 | 2024.11.01 06:51:52.632087 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1606 | 2024.11.01 06:51:52.632195 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1607 | 2024.11.01 06:51:52.632415 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1608 | 2024.11.01 06:51:52.632462 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1609 | 2024.11.01 06:51:52.632492 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1610 | 2024.11.01 06:51:52.632517 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1611 | 2024.11.01 06:51:52.632577 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1612 | 2024.11.01 06:51:52.632610 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1613 | 2024.11.01 06:51:52.633819 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002872 sec., 7311.977715877438 rows/sec., 290.38 KiB/sec. | ||
| 1614 | 2024.11.01 06:51:52.634156 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1615 | 2024.11.01 06:51:52.634194 [ 287 ] {79578bc7-1b19-4ad4-a6b5-4f9c6cb4392a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1616 | 2024.11.01 06:51:52.634222 [ 287 ] {} <Debug> HTTP-Session: 56c3b1e9-b9f3-4654-896a-d5f20ceed400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1617 | 2024.11.01 06:51:52.634607 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1618 | 2024.11.01 06:51:52.634696 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54558, User-Agent: (none), Length: 1148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1619 | 2024.11.01 06:51:52.634809 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1620 | 2024.11.01 06:51:52.634853 [ 286 ] {} <Debug> HTTP-Session: 0dce0dcc-9d5f-469a-a3f4-cb7a42778da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54558 | ||
| 1621 | 2024.11.01 06:51:52.634884 [ 286 ] {} <Debug> HTTP-Session: 0dce0dcc-9d5f-469a-a3f4-cb7a42778da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1622 | 2024.11.01 06:51:52.634908 [ 286 ] {} <Debug> HTTP-Session: 0dce0dcc-9d5f-469a-a3f4-cb7a42778da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1623 | 2024.11.01 06:51:52.634963 [ 286 ] {} <Trace> HTTP-Session: 0dce0dcc-9d5f-469a-a3f4-cb7a42778da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2024.11.01 06:51:52.635186 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54558) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1625 | 2024.11.01 06:51:52.635534 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1626 | 2024.11.01 06:51:52.635582 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1627 | 2024.11.01 06:51:52.635898 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1628 | 2024.11.01 06:51:52.635972 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1629 | 2024.11.01 06:51:52.636130 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1630 | 2024.11.01 06:51:52.636166 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1631 | 2024.11.01 06:51:52.636191 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1632 | 2024.11.01 06:51:52.636209 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1633 | 2024.11.01 06:51:52.636255 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1634 | 2024.11.01 06:51:52.636278 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1635 | 2024.11.01 06:51:52.637269 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002181 sec., 9628.610729023383 rows/sec., 382.39 KiB/sec. | ||
| 1636 | 2024.11.01 06:51:52.637586 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Debug> DynamicQueryHandler: Done processing query | ||
| 1637 | 2024.11.01 06:51:52.637616 [ 286 ] {14fb3992-4b1b-4efa-93b1-b3cc0786d510} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1638 | 2024.11.01 06:51:52.637634 [ 286 ] {} <Debug> HTTP-Session: 0dce0dcc-9d5f-469a-a3f4-cb7a42778da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1639 | 2024.11.01 06:51:52.638238 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1640 | 2024.11.01 06:51:52.638326 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55355, User-Agent: (none), Length: 1176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1641 | 2024.11.01 06:51:52.638397 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1642 | 2024.11.01 06:51:52.638418 [ 287 ] {} <Debug> HTTP-Session: f52f3525-4867-4ba4-8348-2201958fe5e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55355 | ||
| 1643 | 2024.11.01 06:51:52.638438 [ 287 ] {} <Debug> HTTP-Session: f52f3525-4867-4ba4-8348-2201958fe5e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1644 | 2024.11.01 06:51:52.638452 [ 287 ] {} <Debug> HTTP-Session: f52f3525-4867-4ba4-8348-2201958fe5e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1645 | 2024.11.01 06:51:52.638503 [ 287 ] {} <Trace> HTTP-Session: f52f3525-4867-4ba4-8348-2201958fe5e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1646 | 2024.11.01 06:51:52.638743 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55355) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1647 | 2024.11.01 06:51:52.639179 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1648 | 2024.11.01 06:51:52.639241 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1649 | 2024.11.01 06:51:52.639677 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2024.11.01 06:51:52.639807 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1651 | 2024.11.01 06:51:52.640016 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1652 | 2024.11.01 06:51:52.640060 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1653 | 2024.11.01 06:51:52.640088 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1654 | 2024.11.01 06:51:52.640110 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1655 | 2024.11.01 06:51:52.640168 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1656 | 2024.11.01 06:51:52.640201 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1657 | 2024.11.01 06:51:52.641297 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002669 sec., 7868.115399025853 rows/sec., 312.47 KiB/sec. | ||
| 1658 | 2024.11.01 06:51:52.641579 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1659 | 2024.11.01 06:51:52.641610 [ 287 ] {53eb4d4a-e870-4d7b-88f0-b8e8662dcfbc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1660 | 2024.11.01 06:51:52.641634 [ 287 ] {} <Debug> HTTP-Session: f52f3525-4867-4ba4-8348-2201958fe5e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1661 | 2024.11.01 06:51:52.641924 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55355, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1662 | 2024.11.01 06:51:52.641943 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54558, User-Agent: (none), Length: 1201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1663 | 2024.11.01 06:51:52.642021 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1664 | 2024.11.01 06:51:52.642043 [ 286 ] {} <Debug> HTTP-Session: 309f6170-134f-405f-91a6-ac21b4d07c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:54558 | ||
| 1665 | 2024.11.01 06:51:52.642069 [ 286 ] {} <Debug> HTTP-Session: 309f6170-134f-405f-91a6-ac21b4d07c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1666 | 2024.11.01 06:51:52.642092 [ 286 ] {} <Debug> HTTP-Session: 309f6170-134f-405f-91a6-ac21b4d07c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1667 | 2024.11.01 06:51:52.642138 [ 286 ] {} <Trace> HTTP-Session: 309f6170-134f-405f-91a6-ac21b4d07c88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1668 | 2024.11.01 06:51:52.642362 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54558) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1669 | 2024.11.01 06:51:52.642789 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1670 | 2024.11.01 06:51:52.642860 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1671 | 2024.11.01 06:51:52.643218 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1672 | 2024.11.01 06:51:52.643289 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1673 | 2024.11.01 06:51:52.643446 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1674 | 2024.11.01 06:51:52.643483 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1675 | 2024.11.01 06:51:52.643507 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1676 | 2024.11.01 06:51:52.643526 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1677 | 2024.11.01 06:51:52.643571 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1678 | 2024.11.01 06:51:52.643596 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1679 | 2024.11.01 06:51:52.644476 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002227 sec., 9429.726088908847 rows/sec., 374.49 KiB/sec. | ||
| 1680 | 2024.11.01 06:51:52.644729 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1681 | 2024.11.01 06:51:52.644754 [ 286 ] {675b2543-1ab7-4084-806b-90811feb8bfa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1682 | 2024.11.01 06:51:52.644771 [ 286 ] {} <Debug> HTTP-Session: 309f6170-134f-405f-91a6-ac21b4d07c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1683 | 2024.11.01 06:51:52.645076 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1684 | 2024.11.01 06:51:52.645136 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45297, User-Agent: (none), Length: 1227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1685 | 2024.11.01 06:51:52.645216 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1686 | 2024.11.01 06:51:52.645241 [ 287 ] {} <Debug> HTTP-Session: 28b5d5c6-2dfe-421c-8fea-b90b7cdec757 Authenticating user 'default' from [fd00:1122:3344:101::d]:45297 | ||
| 1687 | 2024.11.01 06:51:52.645261 [ 287 ] {} <Debug> HTTP-Session: 28b5d5c6-2dfe-421c-8fea-b90b7cdec757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1688 | 2024.11.01 06:51:52.645276 [ 287 ] {} <Debug> HTTP-Session: 28b5d5c6-2dfe-421c-8fea-b90b7cdec757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1689 | 2024.11.01 06:51:52.645319 [ 287 ] {} <Trace> HTTP-Session: 28b5d5c6-2dfe-421c-8fea-b90b7cdec757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1690 | 2024.11.01 06:51:52.645532 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45297) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1691 | 2024.11.01 06:51:52.645883 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1692 | 2024.11.01 06:51:52.645932 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1693 | 2024.11.01 06:51:52.646267 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1694 | 2024.11.01 06:51:52.646352 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1695 | 2024.11.01 06:51:52.646515 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1696 | 2024.11.01 06:51:52.646551 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1697 | 2024.11.01 06:51:52.646575 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1698 | 2024.11.01 06:51:52.646592 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1699 | 2024.11.01 06:51:52.646638 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1700 | 2024.11.01 06:51:52.646664 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1701 | 2024.11.01 06:51:52.647566 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002141 sec., 9808.500700607192 rows/sec., 389.53 KiB/sec. | ||
| 1702 | 2024.11.01 06:51:52.647845 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1703 | 2024.11.01 06:51:52.647871 [ 287 ] {2f681efb-5cab-4191-a1cf-23e724e2577e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1704 | 2024.11.01 06:51:52.647888 [ 287 ] {} <Debug> HTTP-Session: 28b5d5c6-2dfe-421c-8fea-b90b7cdec757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1705 | 2024.11.01 06:51:52.648136 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1706 | 2024.11.01 06:51:52.648222 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63466, User-Agent: (none), Length: 1251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1707 | 2024.11.01 06:51:52.648297 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1708 | 2024.11.01 06:51:52.648324 [ 286 ] {} <Debug> HTTP-Session: 17dd8b2c-b23b-4619-a378-79ed1f2664bb Authenticating user 'default' from [fd00:1122:3344:101::d]:63466 | ||
| 1709 | 2024.11.01 06:51:52.648346 [ 286 ] {} <Debug> HTTP-Session: 17dd8b2c-b23b-4619-a378-79ed1f2664bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1710 | 2024.11.01 06:51:52.648363 [ 286 ] {} <Debug> HTTP-Session: 17dd8b2c-b23b-4619-a378-79ed1f2664bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1711 | 2024.11.01 06:51:52.648409 [ 286 ] {} <Trace> HTTP-Session: 17dd8b2c-b23b-4619-a378-79ed1f2664bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2024.11.01 06:51:52.648619 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63466) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1713 | 2024.11.01 06:51:52.648969 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1714 | 2024.11.01 06:51:52.649017 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1715 | 2024.11.01 06:51:52.649348 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1716 | 2024.11.01 06:51:52.649417 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1717 | 2024.11.01 06:51:52.649569 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1718 | 2024.11.01 06:51:52.649603 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1719 | 2024.11.01 06:51:52.649626 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1720 | 2024.11.01 06:51:52.649642 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1721 | 2024.11.01 06:51:52.649687 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1722 | 2024.11.01 06:51:52.649710 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1723 | 2024.11.01 06:51:52.650588 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002077 sec., 10110.736639383727 rows/sec., 401.53 KiB/sec. | ||
| 1724 | 2024.11.01 06:51:52.650843 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1725 | 2024.11.01 06:51:52.650868 [ 286 ] {9d5707c4-94ed-4b25-af55-06170364644b} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1726 | 2024.11.01 06:51:52.650884 [ 286 ] {} <Debug> HTTP-Session: 17dd8b2c-b23b-4619-a378-79ed1f2664bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1727 | 2024.11.01 06:51:52.651135 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1728 | 2024.11.01 06:51:52.651231 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61428, User-Agent: (none), Length: 1275, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1729 | 2024.11.01 06:51:52.651321 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1730 | 2024.11.01 06:51:52.651344 [ 287 ] {} <Debug> HTTP-Session: ce963386-4ce6-40f5-98a4-9b549dc14030 Authenticating user 'default' from [fd00:1122:3344:101::d]:61428 | ||
| 1731 | 2024.11.01 06:51:52.651395 [ 287 ] {} <Debug> HTTP-Session: ce963386-4ce6-40f5-98a4-9b549dc14030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1732 | 2024.11.01 06:51:52.651414 [ 287 ] {} <Debug> HTTP-Session: ce963386-4ce6-40f5-98a4-9b549dc14030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1733 | 2024.11.01 06:51:52.651459 [ 287 ] {} <Trace> HTTP-Session: ce963386-4ce6-40f5-98a4-9b549dc14030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1734 | 2024.11.01 06:51:52.651670 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61428) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1735 | 2024.11.01 06:51:52.652100 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1736 | 2024.11.01 06:51:52.652152 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1737 | 2024.11.01 06:51:52.652487 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1738 | 2024.11.01 06:51:52.652560 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1739 | 2024.11.01 06:51:52.652718 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1740 | 2024.11.01 06:51:52.652755 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1741 | 2024.11.01 06:51:52.652779 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1742 | 2024.11.01 06:51:52.652797 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1743 | 2024.11.01 06:51:52.652844 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1744 | 2024.11.01 06:51:52.652868 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1745 | 2024.11.01 06:51:52.653811 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002239 sec., 9379.187137114783 rows/sec., 372.48 KiB/sec. | ||
| 1746 | 2024.11.01 06:51:52.654086 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Debug> DynamicQueryHandler: Done processing query | ||
| 1747 | 2024.11.01 06:51:52.654113 [ 287 ] {402d7d6b-0d18-43d3-9dfa-13226d34b538} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1748 | 2024.11.01 06:51:52.654131 [ 287 ] {} <Debug> HTTP-Session: ce963386-4ce6-40f5-98a4-9b549dc14030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1749 | 2024.11.01 06:51:52.654412 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1750 | 2024.11.01 06:51:52.654507 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39790, User-Agent: (none), Length: 1299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1751 | 2024.11.01 06:51:52.654567 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1752 | 2024.11.01 06:51:52.654587 [ 286 ] {} <Debug> HTTP-Session: 637cb568-3c75-416c-9d17-ccc80dd4ac74 Authenticating user 'default' from [fd00:1122:3344:101::d]:39790 | ||
| 1753 | 2024.11.01 06:51:52.654605 [ 286 ] {} <Debug> HTTP-Session: 637cb568-3c75-416c-9d17-ccc80dd4ac74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1754 | 2024.11.01 06:51:52.654619 [ 286 ] {} <Debug> HTTP-Session: 637cb568-3c75-416c-9d17-ccc80dd4ac74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1755 | 2024.11.01 06:51:52.654657 [ 286 ] {} <Trace> HTTP-Session: 637cb568-3c75-416c-9d17-ccc80dd4ac74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1756 | 2024.11.01 06:51:52.654854 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39790) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1757 | 2024.11.01 06:51:52.655273 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1758 | 2024.11.01 06:51:52.655336 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1759 | 2024.11.01 06:51:52.655748 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1760 | 2024.11.01 06:51:52.655815 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1761 | 2024.11.01 06:51:52.655984 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1762 | 2024.11.01 06:51:52.656018 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1763 | 2024.11.01 06:51:52.656042 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1764 | 2024.11.01 06:51:52.656060 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1765 | 2024.11.01 06:51:52.656127 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1766 | 2024.11.01 06:51:52.656151 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1767 | 2024.11.01 06:51:52.657064 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.00231 sec., 9090.90909090909 rows/sec., 361.03 KiB/sec. | ||
| 1768 | 2024.11.01 06:51:52.657313 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1769 | 2024.11.01 06:51:52.657338 [ 286 ] {a1f867bb-ccd6-42db-9d75-896e18ba9ebc} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1770 | 2024.11.01 06:51:52.657355 [ 286 ] {} <Debug> HTTP-Session: 637cb568-3c75-416c-9d17-ccc80dd4ac74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.11.01 06:51:52.657621 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61428, User-Agent: (none), Length: 1326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1772 | 2024.11.01 06:51:52.657633 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1773 | 2024.11.01 06:51:52.657708 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1774 | 2024.11.01 06:51:52.657742 [ 287 ] {} <Debug> HTTP-Session: b38380e7-36fe-41d4-bc15-d6e52d918f6c Authenticating user 'default' from [fd00:1122:3344:101::d]:61428 | ||
| 1775 | 2024.11.01 06:51:52.657764 [ 287 ] {} <Debug> HTTP-Session: b38380e7-36fe-41d4-bc15-d6e52d918f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1776 | 2024.11.01 06:51:52.657791 [ 287 ] {} <Debug> HTTP-Session: b38380e7-36fe-41d4-bc15-d6e52d918f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1777 | 2024.11.01 06:51:52.657841 [ 287 ] {} <Trace> HTTP-Session: b38380e7-36fe-41d4-bc15-d6e52d918f6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1778 | 2024.11.01 06:51:52.658061 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61428) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1779 | 2024.11.01 06:51:52.658471 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1780 | 2024.11.01 06:51:52.658537 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1781 | 2024.11.01 06:51:52.658905 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1782 | 2024.11.01 06:51:52.658982 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1783 | 2024.11.01 06:51:52.659136 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1784 | 2024.11.01 06:51:52.659172 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1785 | 2024.11.01 06:51:52.659196 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1786 | 2024.11.01 06:51:52.659215 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1787 | 2024.11.01 06:51:52.659261 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1788 | 2024.11.01 06:51:52.659285 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1789 | 2024.11.01 06:51:52.660228 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002282 sec., 9202.453987730061 rows/sec., 365.46 KiB/sec. | ||
| 1790 | 2024.11.01 06:51:52.660491 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1791 | 2024.11.01 06:51:52.660518 [ 287 ] {597986da-4e5e-4fde-bc3b-de2a4814f2b2} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1792 | 2024.11.01 06:51:52.660535 [ 287 ] {} <Debug> HTTP-Session: b38380e7-36fe-41d4-bc15-d6e52d918f6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1793 | 2024.11.01 06:51:52.660776 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1794 | 2024.11.01 06:51:52.660873 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57368, User-Agent: (none), Length: 1356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1795 | 2024.11.01 06:51:52.660958 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1796 | 2024.11.01 06:51:52.660984 [ 286 ] {} <Debug> HTTP-Session: c63694cc-a045-405c-82d0-e229b260a4c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57368 | ||
| 1797 | 2024.11.01 06:51:52.661006 [ 286 ] {} <Debug> HTTP-Session: c63694cc-a045-405c-82d0-e229b260a4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1798 | 2024.11.01 06:51:52.661023 [ 286 ] {} <Debug> HTTP-Session: c63694cc-a045-405c-82d0-e229b260a4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1799 | 2024.11.01 06:51:52.661069 [ 286 ] {} <Trace> HTTP-Session: c63694cc-a045-405c-82d0-e229b260a4c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1800 | 2024.11.01 06:51:52.661277 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57368) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1801 | 2024.11.01 06:51:52.661677 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1802 | 2024.11.01 06:51:52.661735 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1803 | 2024.11.01 06:51:52.662060 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1804 | 2024.11.01 06:51:52.662125 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1805 | 2024.11.01 06:51:52.662273 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1806 | 2024.11.01 06:51:52.662306 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1807 | 2024.11.01 06:51:52.662358 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1808 | 2024.11.01 06:51:52.662376 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1809 | 2024.11.01 06:51:52.662422 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1810 | 2024.11.01 06:51:52.662470 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1811 | 2024.11.01 06:51:52.663415 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002233 sec., 9404.38871473354 rows/sec., 373.48 KiB/sec. | ||
| 1812 | 2024.11.01 06:51:52.663671 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1813 | 2024.11.01 06:51:52.663695 [ 286 ] {29f109e2-7f90-4171-bce8-3e2699fe5c1e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1814 | 2024.11.01 06:51:52.663717 [ 286 ] {} <Debug> HTTP-Session: c63694cc-a045-405c-82d0-e229b260a4c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1815 | 2024.11.01 06:51:52.663967 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57368, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1816 | 2024.11.01 06:51:52.664038 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42392, User-Agent: (none), Length: 1386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1817 | 2024.11.01 06:51:52.664114 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1818 | 2024.11.01 06:51:52.664137 [ 287 ] {} <Debug> HTTP-Session: 4e045cbb-8164-43d1-b4f6-2794b0ae5110 Authenticating user 'default' from [fd00:1122:3344:101::d]:42392 | ||
| 1819 | 2024.11.01 06:51:52.664156 [ 287 ] {} <Debug> HTTP-Session: 4e045cbb-8164-43d1-b4f6-2794b0ae5110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1820 | 2024.11.01 06:51:52.664171 [ 287 ] {} <Debug> HTTP-Session: 4e045cbb-8164-43d1-b4f6-2794b0ae5110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1821 | 2024.11.01 06:51:52.664211 [ 287 ] {} <Trace> HTTP-Session: 4e045cbb-8164-43d1-b4f6-2794b0ae5110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1822 | 2024.11.01 06:51:52.664393 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42392) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1823 | 2024.11.01 06:51:52.664735 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1824 | 2024.11.01 06:51:52.664786 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1825 | 2024.11.01 06:51:52.665123 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1826 | 2024.11.01 06:51:52.665194 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1827 | 2024.11.01 06:51:52.665345 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1828 | 2024.11.01 06:51:52.665379 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1829 | 2024.11.01 06:51:52.665403 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1830 | 2024.11.01 06:51:52.665420 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1831 | 2024.11.01 06:51:52.665466 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1832 | 2024.11.01 06:51:52.665489 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1833 | 2024.11.01 06:51:52.666362 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002059 sec., 10199.125789218067 rows/sec., 405.04 KiB/sec. | ||
| 1834 | 2024.11.01 06:51:52.666683 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1835 | 2024.11.01 06:51:52.666714 [ 287 ] {4f590360-abf6-4fd4-8902-aa4386b61ac1} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1836 | 2024.11.01 06:51:52.666736 [ 287 ] {} <Debug> HTTP-Session: 4e045cbb-8164-43d1-b4f6-2794b0ae5110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1837 | 2024.11.01 06:51:52.671138 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1838 | 2024.11.01 06:51:52.671182 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61005, User-Agent: (none), Length: 1413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1839 | 2024.11.01 06:51:52.671256 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1840 | 2024.11.01 06:51:52.671288 [ 286 ] {} <Debug> HTTP-Session: bb24c224-9b93-496e-aaa7-f40328e4903c Authenticating user 'default' from [fd00:1122:3344:101::d]:61005 | ||
| 1841 | 2024.11.01 06:51:52.671309 [ 286 ] {} <Debug> HTTP-Session: bb24c224-9b93-496e-aaa7-f40328e4903c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1842 | 2024.11.01 06:51:52.671324 [ 286 ] {} <Debug> HTTP-Session: bb24c224-9b93-496e-aaa7-f40328e4903c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1843 | 2024.11.01 06:51:52.671360 [ 286 ] {} <Trace> HTTP-Session: bb24c224-9b93-496e-aaa7-f40328e4903c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1844 | 2024.11.01 06:51:52.671599 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61005) 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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1845 | 2024.11.01 06:51:52.671954 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1846 | 2024.11.01 06:51:52.672005 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1847 | 2024.11.01 06:51:52.672418 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1848 | 2024.11.01 06:51:52.672504 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1849 | 2024.11.01 06:51:52.672704 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1850 | 2024.11.01 06:51:52.672751 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1851 | 2024.11.01 06:51:52.672784 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 1852 | 2024.11.01 06:51:52.672806 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1853 | 2024.11.01 06:51:52.672866 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <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', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1854 | 2024.11.01 06:51:52.672897 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 | ||
| 1855 | 2024.11.01 06:51:52.674050 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Debug> executeQuery: Read 21 rows, 854.00 B in 0.002543 sec., 8257.963035784505 rows/sec., 327.95 KiB/sec. | ||
| 1856 | 2024.11.01 06:51:52.674367 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Debug> DynamicQueryHandler: Done processing query | ||
| 1857 | 2024.11.01 06:51:52.674406 [ 286 ] {5ddb9966-bdd1-497e-9768-73f530007325} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 1858 | 2024.11.01 06:51:52.674429 [ 286 ] {} <Debug> HTTP-Session: bb24c224-9b93-496e-aaa7-f40328e4903c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1859 | 2024.11.01 06:51:52.676821 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1860 | 2024.11.01 06:51:52.676950 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32962, User-Agent: (none), Length: 5509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1861 | 2024.11.01 06:51:52.677062 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1862 | 2024.11.01 06:51:52.677101 [ 287 ] {} <Debug> HTTP-Session: 16ca5c58-7a14-40d6-9302-0918b474575e Authenticating user 'default' from [fd00:1122:3344:101::d]:32962 | ||
| 1863 | 2024.11.01 06:51:52.677138 [ 287 ] {} <Debug> HTTP-Session: 16ca5c58-7a14-40d6-9302-0918b474575e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1864 | 2024.11.01 06:51:52.677166 [ 287 ] {} <Debug> HTTP-Session: 16ca5c58-7a14-40d6-9302-0918b474575e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1865 | 2024.11.01 06:51:52.677238 [ 287 ] {} <Trace> HTTP-Session: 16ca5c58-7a14-40d6-9302-0918b474575e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2024.11.01 06:51:52.677503 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32962) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1867 | 2024.11.01 06:51:52.677600 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1868 | 2024.11.01 06:51:52.677973 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1869 | 2024.11.01 06:51:52.678537 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1870 | 2024.11.01 06:51:52.678601 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1871 | 2024.11.01 06:51:52.679531 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1872 | 2024.11.01 06:51:52.680009 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1873 | 2024.11.01 06:51:52.680217 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Debug> executeQuery: Read 19 rows, 2.84 KiB in 0.00281 sec., 6761.5658362989325 rows/sec., 1011.66 KiB/sec. | ||
| 1874 | 2024.11.01 06:51:52.680528 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1875 | 2024.11.01 06:51:52.680560 [ 287 ] {16a1da1a-8be8-4120-8562-32728a850d4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1876 | 2024.11.01 06:51:52.680580 [ 287 ] {} <Debug> HTTP-Session: 16ca5c58-7a14-40d6-9302-0918b474575e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1877 | 2024.11.01 06:51:52.680881 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1878 | 2024.11.01 06:51:52.680956 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65051, User-Agent: (none), Length: 32731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1879 | 2024.11.01 06:51:52.681053 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1880 | 2024.11.01 06:51:52.681081 [ 286 ] {} <Debug> HTTP-Session: 9505cf7a-f552-4519-ab54-9ff5e193a15c Authenticating user 'default' from [fd00:1122:3344:101::d]:65051 | ||
| 1881 | 2024.11.01 06:51:52.681105 [ 286 ] {} <Debug> HTTP-Session: 9505cf7a-f552-4519-ab54-9ff5e193a15c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1882 | 2024.11.01 06:51:52.681122 [ 286 ] {} <Debug> HTTP-Session: 9505cf7a-f552-4519-ab54-9ff5e193a15c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1883 | 2024.11.01 06:51:52.681169 [ 286 ] {} <Trace> HTTP-Session: 9505cf7a-f552-4519-ab54-9ff5e193a15c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2024.11.01 06:51:52.681422 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65051) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1885 | 2024.11.01 06:51:52.681484 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1886 | 2024.11.01 06:51:52.681820 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1887 | 2024.11.01 06:51:52.682473 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2024.11.01 06:51:52.682522 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1889 | 2024.11.01 06:51:52.683054 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1890 | 2024.11.01 06:51:52.683569 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1891 | 2024.11.01 06:51:52.683782 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Debug> executeQuery: Read 217 rows, 19.52 KiB in 0.002489 sec., 87183.60787464846 rows/sec., 7.66 MiB/sec. | ||
| 1892 | 2024.11.01 06:51:52.684008 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Debug> DynamicQueryHandler: Done processing query | ||
| 1893 | 2024.11.01 06:51:52.684036 [ 286 ] {ca4f75fb-d66b-4703-92f6-79bd4c038777} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 1894 | 2024.11.01 06:51:52.684054 [ 286 ] {} <Debug> HTTP-Session: 9505cf7a-f552-4519-ab54-9ff5e193a15c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1895 | 2024.11.01 06:51:52.684261 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1896 | 2024.11.01 06:51:52.684397 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35656, User-Agent: (none), Length: 2062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1897 | 2024.11.01 06:51:52.684497 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1898 | 2024.11.01 06:51:52.684525 [ 287 ] {} <Debug> HTTP-Session: 4c164ce0-a459-4396-8512-5f2397afbe3f Authenticating user 'default' from [fd00:1122:3344:101::d]:35656 | ||
| 1899 | 2024.11.01 06:51:52.684547 [ 287 ] {} <Debug> HTTP-Session: 4c164ce0-a459-4396-8512-5f2397afbe3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1900 | 2024.11.01 06:51:52.684565 [ 287 ] {} <Debug> HTTP-Session: 4c164ce0-a459-4396-8512-5f2397afbe3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1901 | 2024.11.01 06:51:52.684618 [ 287 ] {} <Trace> HTTP-Session: 4c164ce0-a459-4396-8512-5f2397afbe3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1902 | 2024.11.01 06:51:52.684781 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35656) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1903 | 2024.11.01 06:51:52.684851 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1904 | 2024.11.01 06:51:52.685193 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 1905 | |||
| 1906 | (version 23.8.7.1) | ||
| 1907 | 2024.11.01 06:51:52.685229 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1908 | 2024.11.01 06:51:52.685680 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2024.11.01 06:51:52.685731 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1910 | 2024.11.01 06:51:52.686288 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1911 | 2024.11.01 06:51:52.686782 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2024.11.01 06:51:52.686984 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Debug> executeQuery: Read 14 rows, 1.05 KiB in 0.002236 sec., 6261.1806797853305 rows/sec., 470.81 KiB/sec. | ||
| 1913 | 2024.11.01 06:51:52.687296 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1914 | 2024.11.01 06:51:52.687321 [ 287 ] {b0e64774-0411-4b12-a14e-a637ff9da5e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1915 | 2024.11.01 06:51:52.687338 [ 287 ] {} <Debug> HTTP-Session: 4c164ce0-a459-4396-8512-5f2397afbe3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1916 | 2024.11.01 06:51:52.687490 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1917 | 2024.11.01 06:51:52.687567 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57482, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1918 | 2024.11.01 06:51:52.687642 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1919 | 2024.11.01 06:51:52.687664 [ 286 ] {} <Debug> HTTP-Session: 2c6188d0-6e03-4b8e-822c-ea4b1e2084a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57482 | ||
| 1920 | 2024.11.01 06:51:52.687682 [ 286 ] {} <Debug> HTTP-Session: 2c6188d0-6e03-4b8e-822c-ea4b1e2084a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.11.01 06:51:52.687696 [ 286 ] {} <Debug> HTTP-Session: 2c6188d0-6e03-4b8e-822c-ea4b1e2084a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1922 | 2024.11.01 06:51:52.687734 [ 286 ] {} <Trace> HTTP-Session: 2c6188d0-6e03-4b8e-822c-ea4b1e2084a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1923 | 2024.11.01 06:51:52.687877 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57482) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 1924 | 2024.11.01 06:51:52.687923 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1925 | 2024.11.01 06:51:52.688179 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1926 | 2024.11.01 06:51:52.688529 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2024.11.01 06:51:52.688568 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1928 | 2024.11.01 06:51:52.688990 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1929 | 2024.11.01 06:51:52.689403 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1930 | 2024.11.01 06:51:52.689561 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001718 sec., 8149.010477299185 rows/sec., 570.70 KiB/sec. | ||
| 1931 | 2024.11.01 06:51:52.689757 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Debug> DynamicQueryHandler: Done processing query | ||
| 1932 | 2024.11.01 06:51:52.689782 [ 286 ] {87e0db11-b5be-467a-ae9f-340f6638c520} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1933 | 2024.11.01 06:51:52.689798 [ 286 ] {} <Debug> HTTP-Session: 2c6188d0-6e03-4b8e-822c-ea4b1e2084a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1934 | 2024.11.01 06:51:52.689943 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1935 | 2024.11.01 06:51:52.690042 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48013, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1936 | 2024.11.01 06:51:52.690110 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1937 | 2024.11.01 06:51:52.690132 [ 287 ] {} <Debug> HTTP-Session: 88bcf152-f5dd-42b3-be3f-6f6693483231 Authenticating user 'default' from [fd00:1122:3344:101::d]:48013 | ||
| 1938 | 2024.11.01 06:51:52.690151 [ 287 ] {} <Debug> HTTP-Session: 88bcf152-f5dd-42b3-be3f-6f6693483231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1939 | 2024.11.01 06:51:52.690166 [ 287 ] {} <Debug> HTTP-Session: 88bcf152-f5dd-42b3-be3f-6f6693483231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1940 | 2024.11.01 06:51:52.690206 [ 287 ] {} <Trace> HTTP-Session: 88bcf152-f5dd-42b3-be3f-6f6693483231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1941 | 2024.11.01 06:51:52.690331 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48013) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 1942 | 2024.11.01 06:51:52.690387 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1943 | 2024.11.01 06:51:52.690695 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1944 | 2024.11.01 06:51:52.691042 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1945 | 2024.11.01 06:51:52.691083 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1946 | 2024.11.01 06:51:52.691473 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1947 | 2024.11.01 06:51:52.691970 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1948 | 2024.11.01 06:51:52.692163 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001865 sec., 3217.1581769437 rows/sec., 190.08 KiB/sec. | ||
| 1949 | 2024.11.01 06:51:52.692415 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Debug> DynamicQueryHandler: Done processing query | ||
| 1950 | 2024.11.01 06:51:52.692447 [ 287 ] {6578d5b3-2b69-47b5-9e0d-f947af41fcce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1951 | 2024.11.01 06:51:52.692469 [ 287 ] {} <Debug> HTTP-Session: 88bcf152-f5dd-42b3-be3f-6f6693483231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1952 | 2024.11.01 06:51:52.692887 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1953 | 2024.11.01 06:51:52.692887 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57482, User-Agent: (none), Length: 66392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1954 | 2024.11.01 06:51:52.693006 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1955 | 2024.11.01 06:51:52.693033 [ 286 ] {} <Debug> HTTP-Session: 0b6b8221-fdb8-48b0-a30b-c7069cb978a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57482 | ||
| 1956 | 2024.11.01 06:51:52.693065 [ 286 ] {} <Debug> HTTP-Session: 0b6b8221-fdb8-48b0-a30b-c7069cb978a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1957 | 2024.11.01 06:51:52.693088 [ 286 ] {} <Debug> HTTP-Session: 0b6b8221-fdb8-48b0-a30b-c7069cb978a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1958 | 2024.11.01 06:51:52.693135 [ 286 ] {} <Trace> HTTP-Session: 0b6b8221-fdb8-48b0-a30b-c7069cb978a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1959 | 2024.11.01 06:51:52.693686 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57482) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1960 | 2024.11.01 06:51:52.693748 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1961 | 2024.11.01 06:51:52.694039 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1962 | 2024.11.01 06:51:52.694658 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1963 | 2024.11.01 06:51:52.694702 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1964 | 2024.11.01 06:51:52.695147 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1965 | 2024.11.01 06:51:52.695555 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1966 | 2024.11.01 06:51:52.695737 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Debug> executeQuery: Read 409 rows, 29.86 KiB in 0.002444 sec., 167348.60883797053 rows/sec., 11.93 MiB/sec. | ||
| 1967 | 2024.11.01 06:51:52.695957 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1968 | 2024.11.01 06:51:52.695983 [ 286 ] {1154ba50-887b-45cd-ad6f-10161ade6c2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 1969 | 2024.11.01 06:51:52.696004 [ 286 ] {} <Debug> HTTP-Session: 0b6b8221-fdb8-48b0-a30b-c7069cb978a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1970 | 2024.11.01 06:51:52.696245 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1971 | 2024.11.01 06:51:52.696310 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34216, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1972 | 2024.11.01 06:51:52.696391 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1973 | 2024.11.01 06:51:52.696429 [ 287 ] {} <Debug> HTTP-Session: 92f00eac-afa2-49c9-8a4c-8cc58054c93f Authenticating user 'default' from [fd00:1122:3344:101::d]:34216 | ||
| 1974 | 2024.11.01 06:51:52.696450 [ 287 ] {} <Debug> HTTP-Session: 92f00eac-afa2-49c9-8a4c-8cc58054c93f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1975 | 2024.11.01 06:51:52.696465 [ 287 ] {} <Debug> HTTP-Session: 92f00eac-afa2-49c9-8a4c-8cc58054c93f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1976 | 2024.11.01 06:51:52.696517 [ 287 ] {} <Trace> HTTP-Session: 92f00eac-afa2-49c9-8a4c-8cc58054c93f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2024.11.01 06:51:52.696662 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34216) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1978 | 2024.11.01 06:51:52.696724 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1979 | 2024.11.01 06:51:52.696914 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1980 | 2024.11.01 06:51:52.697232 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1981 | 2024.11.01 06:51:52.697272 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1982 | 2024.11.01 06:51:52.697711 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1983 | 2024.11.01 06:51:52.698069 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1984 | 2024.11.01 06:51:52.698231 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001606 sec., 3735.9900373599003 rows/sec., 195.19 KiB/sec. | ||
| 1985 | 2024.11.01 06:51:52.698542 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Debug> DynamicQueryHandler: Done processing query | ||
| 1986 | 2024.11.01 06:51:52.698580 [ 287 ] {6f7559e1-9d86-4170-8b54-3f39b702be50} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1987 | 2024.11.01 06:51:52.698599 [ 287 ] {} <Debug> HTTP-Session: 92f00eac-afa2-49c9-8a4c-8cc58054c93f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1988 | 2024.11.01 06:51:52.698795 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1989 | 2024.11.01 06:51:52.698933 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36697, User-Agent: (none), Length: 37703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1990 | 2024.11.01 06:51:52.698990 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1991 | 2024.11.01 06:51:52.699010 [ 286 ] {} <Debug> HTTP-Session: 8bc13dff-9629-4dc4-a24a-9ce901c78fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:36697 | ||
| 1992 | 2024.11.01 06:51:52.699028 [ 286 ] {} <Debug> HTTP-Session: 8bc13dff-9629-4dc4-a24a-9ce901c78fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1993 | 2024.11.01 06:51:52.699045 [ 286 ] {} <Debug> HTTP-Session: 8bc13dff-9629-4dc4-a24a-9ce901c78fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1994 | 2024.11.01 06:51:52.699084 [ 286 ] {} <Trace> HTTP-Session: 8bc13dff-9629-4dc4-a24a-9ce901c78fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2024.11.01 06:51:52.699327 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36697) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1996 | 2024.11.01 06:51:52.699391 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1997 | 2024.11.01 06:51:52.699566 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1998 | 2024.11.01 06:51:52.700084 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2024.11.01 06:51:52.700124 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2000 | 2024.11.01 06:51:52.700609 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2001 | 2024.11.01 06:51:52.701033 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2024.11.01 06:51:52.701232 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Debug> executeQuery: Read 201 rows, 13.68 KiB in 0.002036 sec., 98722.9862475442 rows/sec., 6.56 MiB/sec. | ||
| 2003 | 2024.11.01 06:51:52.701545 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2004 | 2024.11.01 06:51:52.701576 [ 286 ] {2365325e-e058-4d3c-8ec1-14e14af27e7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2005 | 2024.11.01 06:51:52.701593 [ 286 ] {} <Debug> HTTP-Session: 8bc13dff-9629-4dc4-a24a-9ce901c78fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2006 | 2024.11.01 06:51:52.701829 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34216, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2007 | 2024.11.01 06:51:52.701849 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2008 | 2024.11.01 06:51:52.701919 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2009 | 2024.11.01 06:51:52.701965 [ 287 ] {} <Debug> HTTP-Session: f57191b5-0982-41e6-aaf6-88dd0bd5e463 Authenticating user 'default' from [fd00:1122:3344:101::d]:34216 | ||
| 2010 | 2024.11.01 06:51:52.701993 [ 287 ] {} <Debug> HTTP-Session: f57191b5-0982-41e6-aaf6-88dd0bd5e463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2011 | 2024.11.01 06:51:52.702008 [ 287 ] {} <Debug> HTTP-Session: f57191b5-0982-41e6-aaf6-88dd0bd5e463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2012 | 2024.11.01 06:51:52.702060 [ 287 ] {} <Trace> HTTP-Session: f57191b5-0982-41e6-aaf6-88dd0bd5e463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2024.11.01 06:51:52.702178 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34216) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2014 | 2024.11.01 06:51:52.702229 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2015 | 2024.11.01 06:51:52.702389 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2016 | 2024.11.01 06:51:52.702704 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2024.11.01 06:51:52.702742 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2018 | 2024.11.01 06:51:52.703199 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2019 | 2024.11.01 06:51:52.703550 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2024.11.01 06:51:52.703684 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec. | ||
| 2021 | 2024.11.01 06:51:52.703941 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2022 | 2024.11.01 06:51:52.703967 [ 287 ] {25168fab-755c-4ec4-b302-8b2342f3ae1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2023 | 2024.11.01 06:51:52.703983 [ 287 ] {} <Debug> HTTP-Session: f57191b5-0982-41e6-aaf6-88dd0bd5e463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2024 | 2024.11.01 06:51:52.704151 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2025 | 2024.11.01 06:51:52.704289 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47799, User-Agent: (none), Length: 23131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2026 | 2024.11.01 06:51:52.704356 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2027 | 2024.11.01 06:51:52.704380 [ 286 ] {} <Debug> HTTP-Session: 5be54b94-b23f-49ad-8b39-bddcf2ba5164 Authenticating user 'default' from [fd00:1122:3344:101::d]:47799 | ||
| 2028 | 2024.11.01 06:51:52.704398 [ 286 ] {} <Debug> HTTP-Session: 5be54b94-b23f-49ad-8b39-bddcf2ba5164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2029 | 2024.11.01 06:51:52.704414 [ 286 ] {} <Debug> HTTP-Session: 5be54b94-b23f-49ad-8b39-bddcf2ba5164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2030 | 2024.11.01 06:51:52.704454 [ 286 ] {} <Trace> HTTP-Session: 5be54b94-b23f-49ad-8b39-bddcf2ba5164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2031 | 2024.11.01 06:51:52.704718 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47799) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2032 | 2024.11.01 06:51:52.704803 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <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 | ||
| 2033 | 2024.11.01 06:51:52.705315 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2034 | 2024.11.01 06:51:52.705861 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2024.11.01 06:51:52.705900 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2036 | 2024.11.01 06:51:52.706522 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2037 | 2024.11.01 06:51:52.706949 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2024.11.01 06:51:52.707157 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Debug> executeQuery: Read 14 rows, 25.69 KiB in 0.002606 sec., 5372.217958557176 rows/sec., 9.63 MiB/sec. | ||
| 2039 | 2024.11.01 06:51:52.707565 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2040 | 2024.11.01 06:51:52.707591 [ 286 ] {79eb2562-501a-45f0-90c7-74e067b43b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2041 | 2024.11.01 06:51:52.707608 [ 286 ] {} <Debug> HTTP-Session: 5be54b94-b23f-49ad-8b39-bddcf2ba5164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2042 | 2024.11.01 06:51:52.707754 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2043 | 2024.11.01 06:51:52.707776 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34216, User-Agent: (none), Length: 2401, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2044 | 2024.11.01 06:51:52.707862 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2045 | 2024.11.01 06:51:52.707901 [ 287 ] {} <Debug> HTTP-Session: a9d40739-5dbb-454c-9d88-835ad4944a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:34216 | ||
| 2046 | 2024.11.01 06:51:52.707936 [ 287 ] {} <Debug> HTTP-Session: a9d40739-5dbb-454c-9d88-835ad4944a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2047 | 2024.11.01 06:51:52.707952 [ 287 ] {} <Debug> HTTP-Session: a9d40739-5dbb-454c-9d88-835ad4944a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2048 | 2024.11.01 06:51:52.707991 [ 287 ] {} <Trace> HTTP-Session: a9d40739-5dbb-454c-9d88-835ad4944a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2049 | 2024.11.01 06:51:52.708109 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34216) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2050 | 2024.11.01 06:51:52.708158 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2051 | 2024.11.01 06:51:52.708314 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2052 | 2024.11.01 06:51:52.708608 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Trace> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2053 | 2024.11.01 06:51:52.708645 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2054 | 2024.11.01 06:51:52.709004 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2055 | 2024.11.01 06:51:52.709327 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Trace> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2056 | 2024.11.01 06:51:52.709472 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001389 sec., 10799.136069114471 rows/sec., 783.22 KiB/sec. | ||
| 2057 | 2024.11.01 06:51:52.709640 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2058 | 2024.11.01 06:51:52.709665 [ 287 ] {30abf962-9d6e-46d7-86ed-aa6700c986d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2059 | 2024.11.01 06:51:52.709681 [ 287 ] {} <Debug> HTTP-Session: a9d40739-5dbb-454c-9d88-835ad4944a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2060 | 2024.11.01 06:51:52.709847 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2061 | 2024.11.01 06:51:52.709910 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62700, User-Agent: (none), Length: 9744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2062 | 2024.11.01 06:51:52.709982 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2063 | 2024.11.01 06:51:52.710005 [ 286 ] {} <Debug> HTTP-Session: f16851cf-3682-4f46-a4cc-3c5782efb802 Authenticating user 'default' from [fd00:1122:3344:101::d]:62700 | ||
| 2064 | 2024.11.01 06:51:52.710024 [ 286 ] {} <Debug> HTTP-Session: f16851cf-3682-4f46-a4cc-3c5782efb802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2065 | 2024.11.01 06:51:52.710038 [ 286 ] {} <Debug> HTTP-Session: f16851cf-3682-4f46-a4cc-3c5782efb802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2066 | 2024.11.01 06:51:52.710075 [ 286 ] {} <Trace> HTTP-Session: f16851cf-3682-4f46-a4cc-3c5782efb802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2067 | 2024.11.01 06:51:52.710208 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62700) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2068 | 2024.11.01 06:51:52.710258 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2069 | 2024.11.01 06:51:52.710419 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2070 | 2024.11.01 06:51:52.710723 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2071 | 2024.11.01 06:51:52.710759 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2072 | 2024.11.01 06:51:52.711124 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2073 | 2024.11.01 06:51:52.711449 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2074 | 2024.11.01 06:51:52.711612 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Debug> executeQuery: Read 66 rows, 4.25 KiB in 0.001446 sec., 45643.15352697096 rows/sec., 2.87 MiB/sec. | ||
| 2075 | 2024.11.01 06:51:52.711784 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Debug> DynamicQueryHandler: Done processing query | ||
| 2076 | 2024.11.01 06:51:52.711809 [ 286 ] {2be18ede-8cea-4832-9b89-bd70478cf913} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2077 | 2024.11.01 06:51:52.711826 [ 286 ] {} <Debug> HTTP-Session: f16851cf-3682-4f46-a4cc-3c5782efb802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2078 | 2024.11.01 06:51:52.712080 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2079 | 2024.11.01 06:51:53.000238 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.98 MiB, peak 155.15 MiB, free memory in arenas 0.00 B, will set to 148.94 MiB (RSS), difference: -1.04 MiB | ||
| 2080 | 2024.11.01 06:51:55.890768 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2081 | 2024.11.01 06:51:55.890819 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2082 | 2024.11.01 06:51:57.598571 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36439, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2083 | 2024.11.01 06:51:57.598707 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2084 | 2024.11.01 06:51:57.598737 [ 286 ] {} <Debug> HTTP-Session: a4608300-8fbe-4047-8e01-2fbcc2c75336 Authenticating user 'default' from [fd00:1122:3344:101::d]:36439 | ||
| 2085 | 2024.11.01 06:51:57.598766 [ 286 ] {} <Debug> HTTP-Session: a4608300-8fbe-4047-8e01-2fbcc2c75336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2086 | 2024.11.01 06:51:57.598784 [ 286 ] {} <Debug> HTTP-Session: a4608300-8fbe-4047-8e01-2fbcc2c75336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2087 | 2024.11.01 06:51:57.598841 [ 286 ] {} <Trace> HTTP-Session: a4608300-8fbe-4047-8e01-2fbcc2c75336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2088 | 2024.11.01 06:51:57.599047 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36439) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2089 | 2024.11.01 06:51:57.599113 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2090 | 2024.11.01 06:51:57.599438 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2091 | 2024.11.01 06:51:57.599920 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2024.11.01 06:51:57.599962 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2093 | 2024.11.01 06:51:57.600367 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2094 | 2024.11.01 06:51:57.600747 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2024.11.01 06:51:57.600904 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 2096 | 2024.11.01 06:51:57.600934 [ 77 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2097 | 2024.11.01 06:51:57.601089 [ 77 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2024.11.01 06:51:57.601154 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2099 | 2024.11.01 06:51:57.601168 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 2100 | 2024.11.01 06:51:57.601220 [ 286 ] {5b9b51ee-098f-42fa-b84f-d5f0efce88ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2101 | 2024.11.01 06:51:57.601273 [ 286 ] {} <Debug> HTTP-Session: a4608300-8fbe-4047-8e01-2fbcc2c75336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2102 | 2024.11.01 06:51:57.601589 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2103 | 2024.11.01 06:51:57.601710 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54802, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2104 | 2024.11.01 06:51:57.601836 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 2105 | 2024.11.01 06:51:57.601838 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 2106 | |||
| 2107 | (version 23.8.7.1) | ||
| 2108 | 2024.11.01 06:51:57.601879 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2109 | 2024.11.01 06:51:57.601990 [ 287 ] {} <Debug> HTTP-Session: 6f6d29ca-34c0-4563-b969-0fb13e8dd550 Authenticating user 'default' from [fd00:1122:3344:101::d]:54802 | ||
| 2110 | 2024.11.01 06:51:57.602040 [ 287 ] {} <Debug> HTTP-Session: 6f6d29ca-34c0-4563-b969-0fb13e8dd550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2111 | 2024.11.01 06:51:57.602061 [ 287 ] {} <Debug> HTTP-Session: 6f6d29ca-34c0-4563-b969-0fb13e8dd550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2112 | 2024.11.01 06:51:57.602149 [ 287 ] {} <Trace> HTTP-Session: 6f6d29ca-34c0-4563-b969-0fb13e8dd550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2113 | 2024.11.01 06:51:57.602267 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2114 | 2024.11.01 06:51:57.602414 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1208 rows starting from the beginning of the part | ||
| 2115 | 2024.11.01 06:51:57.602469 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54802) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2116 | 2024.11.01 06:51:57.602625 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2117 | 2024.11.01 06:51:57.602730 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 2118 | 2024.11.01 06:51:57.603164 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 2119 | 2024.11.01 06:51:57.603530 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 68 rows starting from the beginning of the part | ||
| 2120 | 2024.11.01 06:51:57.603892 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 217 rows starting from the beginning of the part | ||
| 2121 | 2024.11.01 06:51:57.604350 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 2122 | 2024.11.01 06:51:57.604358 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2123 | 2024.11.01 06:51:57.605449 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2124 | 2024.11.01 06:51:57.605516 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2125 | 2024.11.01 06:51:57.606740 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2126 | 2024.11.01 06:51:57.607929 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2024.11.01 06:51:57.608318 [ 77 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2128 | 2024.11.01 06:51:57.608375 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1653 rows, containing 5 columns (5 merged, 0 gathered) in 0.007012337 sec., 235727.4044302206 rows/sec., 20.39 MiB/sec. | ||
| 2129 | 2024.11.01 06:51:57.608407 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006035 sec., 10604.80530240265 rows/sec., 847.59 KiB/sec. | ||
| 2130 | 2024.11.01 06:51:57.608416 [ 77 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2024.11.01 06:51:57.608521 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2132 | 2024.11.01 06:51:57.609040 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2133 | 2024.11.01 06:51:57.609155 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Debug> DynamicQueryHandler: Done processing query | ||
| 2134 | 2024.11.01 06:51:57.609209 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 2135 | 2024.11.01 06:51:57.609250 [ 287 ] {d15b7589-c754-4094-83a8-372395ba6274} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2136 | 2024.11.01 06:51:57.609328 [ 287 ] {} <Debug> HTTP-Session: 6f6d29ca-34c0-4563-b969-0fb13e8dd550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2137 | 2024.11.01 06:51:57.609549 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2138 | 2024.11.01 06:51:57.609658 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2139 | 2024.11.01 06:51:57.609682 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 520 rows starting from the beginning of the part | ||
| 2140 | 2024.11.01 06:51:57.609836 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37597, User-Agent: (none), Length: 30567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2141 | 2024.11.01 06:51:57.610117 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2142 | 2024.11.01 06:51:57.610253 [ 286 ] {} <Debug> HTTP-Session: 5905f72c-1ca4-4c90-9497-0b1f7e5da951 Authenticating user 'default' from [fd00:1122:3344:101::d]:37597 | ||
| 2143 | 2024.11.01 06:51:57.610370 [ 286 ] {} <Debug> HTTP-Session: 5905f72c-1ca4-4c90-9497-0b1f7e5da951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2144 | 2024.11.01 06:51:57.610482 [ 286 ] {} <Debug> HTTP-Session: 5905f72c-1ca4-4c90-9497-0b1f7e5da951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2145 | 2024.11.01 06:51:57.610597 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 2146 | 2024.11.01 06:51:57.610642 [ 286 ] {} <Trace> HTTP-Session: 5905f72c-1ca4-4c90-9497-0b1f7e5da951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2147 | 2024.11.01 06:51:57.611126 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 2148 | 2024.11.01 06:51:57.611248 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37597) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2149 | 2024.11.01 06:51:57.611308 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2150 | 2024.11.01 06:51:57.611497 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2151 | 2024.11.01 06:51:57.611638 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 2152 | 2024.11.01 06:51:57.611806 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_6_1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2153 | 2024.11.01 06:51:57.612235 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2154 | 2024.11.01 06:51:57.612254 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 409 rows starting from the beginning of the part | ||
| 2155 | 2024.11.01 06:51:57.612651 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 2156 | 2024.11.01 06:51:57.612977 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2157 | 2024.11.01 06:51:57.614082 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2024.11.01 06:51:57.614152 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2159 | 2024.11.01 06:51:57.615428 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2160 | 2024.11.01 06:51:57.615966 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1169 rows, containing 5 columns (5 merged, 0 gathered) in 0.007319619 sec., 159707.7662102358 rows/sec., 12.41 MiB/sec. | ||
| 2161 | 2024.11.01 06:51:57.616194 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2162 | 2024.11.01 06:51:57.616408 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2024.11.01 06:51:57.616692 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2164 | 2024.11.01 06:51:57.616802 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2024.11.01 06:51:57.616888 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2166 | 2024.11.01 06:51:57.616941 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00598 sec., 26755.852842809363 rows/sec., 1.86 MiB/sec. | ||
| 2167 | 2024.11.01 06:51:57.617396 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 2168 | 2024.11.01 06:51:57.617568 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Debug> DynamicQueryHandler: Done processing query | ||
| 2169 | 2024.11.01 06:51:57.617645 [ 286 ] {4f7b9fa1-ac67-490c-ae38-e8764e29b116} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2170 | 2024.11.01 06:51:57.617708 [ 286 ] {} <Debug> HTTP-Session: 5905f72c-1ca4-4c90-9497-0b1f7e5da951 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2171 | 2024.11.01 06:51:57.617735 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2172 | 2024.11.01 06:51:57.617845 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2173 | 2024.11.01 06:51:57.617886 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1668 rows starting from the beginning of the part | ||
| 2174 | 2024.11.01 06:51:57.617908 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_6_1} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2175 | 2024.11.01 06:51:57.618049 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2176 | 2024.11.01 06:51:57.618246 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42528, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2177 | 2024.11.01 06:51:57.618293 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 2178 | 2024.11.01 06:51:57.618343 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 2179 | 2024.11.01 06:51:57.618480 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2180 | 2024.11.01 06:51:57.618675 [ 287 ] {} <Debug> HTTP-Session: ff07afe1-cf55-4ae6-9850-3eaafaab74cd Authenticating user 'default' from [fd00:1122:3344:101::d]:42528 | ||
| 2181 | 2024.11.01 06:51:57.618767 [ 287 ] {} <Debug> HTTP-Session: ff07afe1-cf55-4ae6-9850-3eaafaab74cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2182 | 2024.11.01 06:51:57.618864 [ 287 ] {} <Debug> HTTP-Session: ff07afe1-cf55-4ae6-9850-3eaafaab74cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.11.01 06:51:57.618960 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 2184 | 2024.11.01 06:51:57.619022 [ 287 ] {} <Trace> HTTP-Session: ff07afe1-cf55-4ae6-9850-3eaafaab74cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2185 | 2024.11.01 06:51:57.619191 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
| 2186 | 2024.11.01 06:51:57.619400 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42528) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2187 | 2024.11.01 06:51:57.619528 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 201 rows starting from the beginning of the part | ||
| 2188 | 2024.11.01 06:51:57.619607 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2189 | 2024.11.01 06:51:57.619918 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 2190 | 2024.11.01 06:51:57.620464 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2191 | 2024.11.01 06:51:57.620797 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2024.11.01 06:51:57.620834 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2193 | 2024.11.01 06:51:57.621229 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2194 | 2024.11.01 06:51:57.621561 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2024.11.01 06:51:57.621721 [ 77 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2196 | 2024.11.01 06:51:57.621728 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00252 sec., 23809.52380952381 rows/sec., 1.60 MiB/sec. | ||
| 2197 | 2024.11.01 06:51:57.621774 [ 77 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2198 | 2024.11.01 06:51:57.621849 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2199 | 2024.11.01 06:51:57.622035 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 2200 | 2024.11.01 06:51:57.622088 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Debug> DynamicQueryHandler: Done processing query | ||
| 2201 | 2024.11.01 06:51:57.622144 [ 287 ] {ea958119-15c4-4efb-9c17-8c4ea6442731} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2202 | 2024.11.01 06:51:57.622196 [ 287 ] {} <Debug> HTTP-Session: ff07afe1-cf55-4ae6-9850-3eaafaab74cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.11.01 06:51:57.622301 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2204 | 2024.11.01 06:51:57.622369 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 2205 | 2024.11.01 06:51:57.622494 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2206 | 2024.11.01 06:51:57.622824 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 2207 | 2024.11.01 06:51:57.622986 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 2208 | 2024.11.01 06:51:57.623297 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 2209 | 2024.11.01 06:51:57.623639 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part | ||
| 2210 | 2024.11.01 06:51:57.623919 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 2211 | 2024.11.01 06:51:57.625330 [ 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): | ||
| 2212 | |||
| 2213 | (version 23.8.7.1) | ||
| 2214 | 2024.11.01 06:51:57.627071 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.010024986 sec., 235312.0493135851 rows/sec., 15.84 MiB/sec. | ||
| 2215 | 2024.11.01 06:51:57.627076 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005118779 sec., 48058.335786717886 rows/sec., 3.21 MiB/sec. | ||
| 2216 | 2024.11.01 06:51:57.627300 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2217 | 2024.11.01 06:51:57.627471 [ 195 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2218 | 2024.11.01 06:51:57.628164 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2219 | 2024.11.01 06:51:57.628326 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_6_1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2220 | 2024.11.01 06:51:57.628484 [ 195 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2024.11.01 06:51:57.628505 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2222 | 2024.11.01 06:51:57.628618 [ 195 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2223 | 2024.11.01 06:51:57.628713 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2224 | 2024.11.01 06:51:58.000196 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.50 MiB, peak 157.94 MiB, free memory in arenas 0.00 B, will set to 150.55 MiB (RSS), difference: 1.05 MiB | ||
| 2225 | 2024.11.01 06:52:00.963087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 246 | ||
| 2226 | 2024.11.01 06:52:00.968907 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2227 | 2024.11.01 06:52:00.968964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2228 | 2024.11.01 06:52:00.970541 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2229 | 2024.11.01 06:52:00.971526 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2024.11.01 06:52:00.972322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
| 2231 | 2024.11.01 06:52:02.605396 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33548, User-Agent: (none), Length: 38990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2232 | 2024.11.01 06:52:02.605589 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2233 | 2024.11.01 06:52:02.605636 [ 285 ] {} <Debug> HTTP-Session: dd939d43-fd0f-4b20-8a00-326cea3ecb13 Authenticating user 'default' from [fd00:1122:3344:101::d]:33548 | ||
| 2234 | 2024.11.01 06:52:02.605681 [ 285 ] {} <Debug> HTTP-Session: dd939d43-fd0f-4b20-8a00-326cea3ecb13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2235 | 2024.11.01 06:52:02.605715 [ 285 ] {} <Debug> HTTP-Session: dd939d43-fd0f-4b20-8a00-326cea3ecb13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2236 | 2024.11.01 06:52:02.605799 [ 285 ] {} <Trace> HTTP-Session: dd939d43-fd0f-4b20-8a00-326cea3ecb13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2237 | 2024.11.01 06:52:02.606331 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33548) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2238 | 2024.11.01 06:52:02.606402 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2239 | 2024.11.01 06:52:02.606742 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2240 | 2024.11.01 06:52:02.607359 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2024.11.01 06:52:02.607406 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2242 | 2024.11.01 06:52:02.607853 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2243 | 2024.11.01 06:52:02.608246 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2024.11.01 06:52:02.608421 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Debug> executeQuery: Read 257 rows, 23.36 KiB in 0.002387 sec., 107666.52702136573 rows/sec., 9.56 MiB/sec. | ||
| 2245 | 2024.11.01 06:52:02.608654 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2246 | 2024.11.01 06:52:02.608682 [ 285 ] {0d57aeb2-5f4f-4db0-a4bd-9e54b06ab92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 2247 | 2024.11.01 06:52:02.608699 [ 285 ] {} <Debug> HTTP-Session: dd939d43-fd0f-4b20-8a00-326cea3ecb13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2248 | 2024.11.01 06:52:02.608923 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2249 | 2024.11.01 06:52:02.609029 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 4929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2250 | 2024.11.01 06:52:02.609140 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2251 | 2024.11.01 06:52:02.609164 [ 286 ] {} <Debug> HTTP-Session: 3185c03b-c12e-4290-b1a0-325dded8d85c Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2252 | 2024.11.01 06:52:02.609188 [ 286 ] {} <Debug> HTTP-Session: 3185c03b-c12e-4290-b1a0-325dded8d85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2253 | 2024.11.01 06:52:02.609202 [ 286 ] {} <Debug> HTTP-Session: 3185c03b-c12e-4290-b1a0-325dded8d85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2254 | 2024.11.01 06:52:02.609256 [ 286 ] {} <Trace> HTTP-Session: 3185c03b-c12e-4290-b1a0-325dded8d85c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2255 | 2024.11.01 06:52:02.609439 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2256 | 2024.11.01 06:52:02.609503 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2257 | 2024.11.01 06:52:02.609843 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2258 | 2024.11.01 06:52:02.610248 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2024.11.01 06:52:02.610292 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2260 | 2024.11.01 06:52:02.610706 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2261 | 2024.11.01 06:52:02.611110 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2024.11.01 06:52:02.611304 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001923 sec., 17680.70722828913 rows/sec., 1.30 MiB/sec. | ||
| 2263 | 2024.11.01 06:52:02.611647 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Debug> DynamicQueryHandler: Done processing query | ||
| 2264 | 2024.11.01 06:52:02.611673 [ 286 ] {37380018-e2e9-45b3-a829-8927d76b6539} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2265 | 2024.11.01 06:52:02.611694 [ 286 ] {} <Debug> HTTP-Session: 3185c03b-c12e-4290-b1a0-325dded8d85c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.11.01 06:52:02.611887 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2267 | 2024.11.01 06:52:02.612048 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57758, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2268 | 2024.11.01 06:52:02.612192 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2269 | 2024.11.01 06:52:02.612220 [ 282 ] {} <Debug> HTTP-Session: 02ed0b3e-865d-4706-b6f7-9b92143b888b Authenticating user 'default' from [fd00:1122:3344:101::d]:57758 | ||
| 2270 | 2024.11.01 06:52:02.612248 [ 282 ] {} <Debug> HTTP-Session: 02ed0b3e-865d-4706-b6f7-9b92143b888b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2271 | 2024.11.01 06:52:02.612267 [ 282 ] {} <Debug> HTTP-Session: 02ed0b3e-865d-4706-b6f7-9b92143b888b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2272 | 2024.11.01 06:52:02.612324 [ 282 ] {} <Trace> HTTP-Session: 02ed0b3e-865d-4706-b6f7-9b92143b888b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2273 | 2024.11.01 06:52:02.612521 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57758) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2274 | 2024.11.01 06:52:02.612592 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2275 | 2024.11.01 06:52:02.612979 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2276 | 2024.11.01 06:52:02.613370 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2277 | 2024.11.01 06:52:02.613413 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2278 | 2024.11.01 06:52:02.613832 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2279 | 2024.11.01 06:52:02.614228 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2024.11.01 06:52:02.614425 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001962 sec., 7135.575942915391 rows/sec., 499.73 KiB/sec. | ||
| 2281 | 2024.11.01 06:52:02.614775 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2282 | 2024.11.01 06:52:02.614802 [ 282 ] {6fb8f636-1112-4f34-9936-aa26fa3e85d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2283 | 2024.11.01 06:52:02.614819 [ 282 ] {} <Debug> HTTP-Session: 02ed0b3e-865d-4706-b6f7-9b92143b888b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2284 | 2024.11.01 06:52:02.614988 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2285 | 2024.11.01 06:52:02.615003 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2286 | 2024.11.01 06:52:02.615093 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2287 | 2024.11.01 06:52:02.615130 [ 286 ] {} <Debug> HTTP-Session: dfa75c2f-f2d4-4902-a2e6-c6068e63f63f Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2288 | 2024.11.01 06:52:02.615152 [ 286 ] {} <Debug> HTTP-Session: dfa75c2f-f2d4-4902-a2e6-c6068e63f63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2289 | 2024.11.01 06:52:02.615169 [ 286 ] {} <Debug> HTTP-Session: dfa75c2f-f2d4-4902-a2e6-c6068e63f63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2290 | 2024.11.01 06:52:02.615213 [ 286 ] {} <Trace> HTTP-Session: dfa75c2f-f2d4-4902-a2e6-c6068e63f63f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2291 | 2024.11.01 06:52:02.615330 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2292 | 2024.11.01 06:52:02.615380 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2293 | 2024.11.01 06:52:02.615635 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2294 | 2024.11.01 06:52:02.615976 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2024.11.01 06:52:02.616018 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2296 | 2024.11.01 06:52:02.616392 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2297 | 2024.11.01 06:52:02.616764 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2024.11.01 06:52:02.616935 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 217.75 KiB/sec. | ||
| 2299 | 2024.11.01 06:52:02.617222 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2300 | 2024.11.01 06:52:02.617247 [ 286 ] {c70a0390-b4c7-4214-bd54-4eaf3dfffde2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2301 | 2024.11.01 06:52:02.617263 [ 286 ] {} <Debug> HTTP-Session: dfa75c2f-f2d4-4902-a2e6-c6068e63f63f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2302 | 2024.11.01 06:52:02.617580 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2303 | 2024.11.01 06:52:02.617659 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44168, User-Agent: (none), Length: 68612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2304 | 2024.11.01 06:52:02.617737 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2305 | 2024.11.01 06:52:02.617762 [ 282 ] {} <Debug> HTTP-Session: 7049d414-ebab-4834-9f64-43ea4fc2158c Authenticating user 'default' from [fd00:1122:3344:101::d]:44168 | ||
| 2306 | 2024.11.01 06:52:02.617785 [ 282 ] {} <Debug> HTTP-Session: 7049d414-ebab-4834-9f64-43ea4fc2158c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2307 | 2024.11.01 06:52:02.617803 [ 282 ] {} <Debug> HTTP-Session: 7049d414-ebab-4834-9f64-43ea4fc2158c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2308 | 2024.11.01 06:52:02.617851 [ 282 ] {} <Trace> HTTP-Session: 7049d414-ebab-4834-9f64-43ea4fc2158c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2024.11.01 06:52:02.618265 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44168) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2310 | 2024.11.01 06:52:02.618317 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2311 | 2024.11.01 06:52:02.618589 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2312 | 2024.11.01 06:52:02.619230 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2024.11.01 06:52:02.619268 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2314 | 2024.11.01 06:52:02.619657 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2315 | 2024.11.01 06:52:02.620033 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2024.11.01 06:52:02.620197 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Debug> executeQuery: Read 422 rows, 30.92 KiB in 0.002195 sec., 192255.12528473805 rows/sec., 13.75 MiB/sec. | ||
| 2317 | 2024.11.01 06:52:02.620383 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Debug> DynamicQueryHandler: Done processing query | ||
| 2318 | 2024.11.01 06:52:02.620409 [ 282 ] {07003f3b-2a3a-4808-bac2-a5f96960b665} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2319 | 2024.11.01 06:52:02.620424 [ 282 ] {} <Debug> HTTP-Session: 7049d414-ebab-4834-9f64-43ea4fc2158c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2320 | 2024.11.01 06:52:02.620580 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2321 | 2024.11.01 06:52:02.620606 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2322 | 2024.11.01 06:52:02.620672 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2323 | 2024.11.01 06:52:02.620706 [ 286 ] {} <Debug> HTTP-Session: 1a9a1434-52a1-4da5-8b0f-c9a42dc6e4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2324 | 2024.11.01 06:52:02.620724 [ 286 ] {} <Debug> HTTP-Session: 1a9a1434-52a1-4da5-8b0f-c9a42dc6e4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2325 | 2024.11.01 06:52:02.620753 [ 286 ] {} <Debug> HTTP-Session: 1a9a1434-52a1-4da5-8b0f-c9a42dc6e4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2326 | 2024.11.01 06:52:02.620797 [ 286 ] {} <Trace> HTTP-Session: 1a9a1434-52a1-4da5-8b0f-c9a42dc6e4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2327 | 2024.11.01 06:52:02.620910 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2328 | 2024.11.01 06:52:02.620960 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2329 | 2024.11.01 06:52:02.621121 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2330 | 2024.11.01 06:52:02.621394 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2024.11.01 06:52:02.621430 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2332 | 2024.11.01 06:52:02.621799 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2333 | 2024.11.01 06:52:02.622129 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2024.11.01 06:52:02.622283 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
| 2335 | 2024.11.01 06:52:02.622498 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Debug> DynamicQueryHandler: Done processing query | ||
| 2336 | 2024.11.01 06:52:02.622521 [ 286 ] {b2490f57-93c8-4e5c-a959-3a7111350776} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2337 | 2024.11.01 06:52:02.622537 [ 286 ] {} <Debug> HTTP-Session: 1a9a1434-52a1-4da5-8b0f-c9a42dc6e4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2338 | 2024.11.01 06:52:02.622777 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2339 | 2024.11.01 06:52:02.622853 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61516, User-Agent: (none), Length: 44585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2340 | 2024.11.01 06:52:02.622915 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2341 | 2024.11.01 06:52:02.622934 [ 282 ] {} <Debug> HTTP-Session: 525aaee6-687c-4ef7-b48f-1d01ccee7efd Authenticating user 'default' from [fd00:1122:3344:101::d]:61516 | ||
| 2342 | 2024.11.01 06:52:02.622952 [ 282 ] {} <Debug> HTTP-Session: 525aaee6-687c-4ef7-b48f-1d01ccee7efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2343 | 2024.11.01 06:52:02.622966 [ 282 ] {} <Debug> HTTP-Session: 525aaee6-687c-4ef7-b48f-1d01ccee7efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2344 | 2024.11.01 06:52:02.623007 [ 282 ] {} <Trace> HTTP-Session: 525aaee6-687c-4ef7-b48f-1d01ccee7efd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2345 | 2024.11.01 06:52:02.623256 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61516) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2346 | 2024.11.01 06:52:02.623315 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2347 | 2024.11.01 06:52:02.623524 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2348 | 2024.11.01 06:52:02.624030 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2024.11.01 06:52:02.624074 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2350 | 2024.11.01 06:52:02.624485 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2351 | 2024.11.01 06:52:02.624837 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2024.11.01 06:52:02.624996 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001891 sec., 125330.51295610788 rows/sec., 8.40 MiB/sec. | ||
| 2353 | 2024.11.01 06:52:02.625179 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2354 | 2024.11.01 06:52:02.625204 [ 282 ] {06c1ddf6-7f49-43e8-8d6a-f9bddfce346a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2355 | 2024.11.01 06:52:02.625220 [ 282 ] {} <Debug> HTTP-Session: 525aaee6-687c-4ef7-b48f-1d01ccee7efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2356 | 2024.11.01 06:52:02.625385 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2357 | 2024.11.01 06:52:02.625397 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2358 | 2024.11.01 06:52:02.625474 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2359 | 2024.11.01 06:52:02.625509 [ 286 ] {} <Debug> HTTP-Session: 16f7ec29-d17c-4e35-923b-3bf1b407416c Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2360 | 2024.11.01 06:52:02.625546 [ 286 ] {} <Debug> HTTP-Session: 16f7ec29-d17c-4e35-923b-3bf1b407416c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2361 | 2024.11.01 06:52:02.625567 [ 286 ] {} <Debug> HTTP-Session: 16f7ec29-d17c-4e35-923b-3bf1b407416c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2362 | 2024.11.01 06:52:02.625614 [ 286 ] {} <Trace> HTTP-Session: 16f7ec29-d17c-4e35-923b-3bf1b407416c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2363 | 2024.11.01 06:52:02.625743 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2364 | 2024.11.01 06:52:02.625802 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2365 | 2024.11.01 06:52:02.625963 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2366 | 2024.11.01 06:52:02.626234 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2024.11.01 06:52:02.626273 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2368 | 2024.11.01 06:52:02.626644 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2369 | 2024.11.01 06:52:02.626987 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2024.11.01 06:52:02.627159 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 2371 | 2024.11.01 06:52:02.627435 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2372 | 2024.11.01 06:52:02.627459 [ 286 ] {1eeca10f-50ca-4955-b130-a4e9fc9bf68d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2373 | 2024.11.01 06:52:02.627475 [ 286 ] {} <Debug> HTTP-Session: 16f7ec29-d17c-4e35-923b-3bf1b407416c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2374 | 2024.11.01 06:52:02.627791 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2375 | 2024.11.01 06:52:02.627887 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37358, User-Agent: (none), Length: 56769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2376 | 2024.11.01 06:52:02.627994 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2377 | 2024.11.01 06:52:02.628032 [ 282 ] {} <Debug> HTTP-Session: b59e8a7c-4d2f-4c2c-bd96-7f43a60ff8a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37358 | ||
| 2378 | 2024.11.01 06:52:02.628065 [ 282 ] {} <Debug> HTTP-Session: b59e8a7c-4d2f-4c2c-bd96-7f43a60ff8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2379 | 2024.11.01 06:52:02.628092 [ 282 ] {} <Debug> HTTP-Session: b59e8a7c-4d2f-4c2c-bd96-7f43a60ff8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2380 | 2024.11.01 06:52:02.628160 [ 282 ] {} <Trace> HTTP-Session: b59e8a7c-4d2f-4c2c-bd96-7f43a60ff8a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2381 | 2024.11.01 06:52:02.629157 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37358) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2382 | 2024.11.01 06:52:02.629239 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <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 | ||
| 2383 | 2024.11.01 06:52:02.629722 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2384 | 2024.11.01 06:52:02.630460 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2385 | 2024.11.01 06:52:02.630497 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2386 | 2024.11.01 06:52:02.631161 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2387 | 2024.11.01 06:52:02.631577 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2024.11.01 06:52:02.631769 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003492 sec., 9736.540664375716 rows/sec., 17.45 MiB/sec. | ||
| 2389 | 2024.11.01 06:52:02.631996 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Debug> DynamicQueryHandler: Done processing query | ||
| 2390 | 2024.11.01 06:52:02.632020 [ 282 ] {cb6019bb-90b7-48b1-be0f-a322f85aaeba} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 2391 | 2024.11.01 06:52:02.632036 [ 282 ] {} <Debug> HTTP-Session: b59e8a7c-4d2f-4c2c-bd96-7f43a60ff8a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2392 | 2024.11.01 06:52:02.632191 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 1516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2393 | 2024.11.01 06:52:02.632212 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2394 | 2024.11.01 06:52:02.632281 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2395 | 2024.11.01 06:52:02.632315 [ 286 ] {} <Debug> HTTP-Session: 46e824cc-b371-47ee-935f-2dd910958fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2396 | 2024.11.01 06:52:02.632345 [ 286 ] {} <Debug> HTTP-Session: 46e824cc-b371-47ee-935f-2dd910958fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2397 | 2024.11.01 06:52:02.632367 [ 286 ] {} <Debug> HTTP-Session: 46e824cc-b371-47ee-935f-2dd910958fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2398 | 2024.11.01 06:52:02.632405 [ 286 ] {} <Trace> HTTP-Session: 46e824cc-b371-47ee-935f-2dd910958fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2399 | 2024.11.01 06:52:02.632520 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2400 | 2024.11.01 06:52:02.632568 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2401 | 2024.11.01 06:52:02.632732 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2402 | 2024.11.01 06:52:02.633010 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Trace> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2403 | 2024.11.01 06:52:02.633046 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2404 | 2024.11.01 06:52:02.633413 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2405 | 2024.11.01 06:52:02.633765 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Trace> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2024.11.01 06:52:02.633927 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001436 sec., 6267.409470752089 rows/sec., 482.16 KiB/sec. | ||
| 2407 | 2024.11.01 06:52:02.634149 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Debug> DynamicQueryHandler: Done processing query | ||
| 2408 | 2024.11.01 06:52:02.634173 [ 286 ] {96c46def-f239-4f32-9b0a-38f08143ed45} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2409 | 2024.11.01 06:52:02.634189 [ 286 ] {} <Debug> HTTP-Session: 46e824cc-b371-47ee-935f-2dd910958fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2410 | 2024.11.01 06:52:02.634365 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2411 | 2024.11.01 06:52:02.634509 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59915, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2412 | 2024.11.01 06:52:02.634617 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2413 | 2024.11.01 06:52:02.634655 [ 282 ] {} <Debug> HTTP-Session: 366207ed-7420-4a2f-af43-d49de79b826f Authenticating user 'default' from [fd00:1122:3344:101::d]:59915 | ||
| 2414 | 2024.11.01 06:52:02.634696 [ 282 ] {} <Debug> HTTP-Session: 366207ed-7420-4a2f-af43-d49de79b826f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2415 | 2024.11.01 06:52:02.634725 [ 282 ] {} <Debug> HTTP-Session: 366207ed-7420-4a2f-af43-d49de79b826f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2416 | 2024.11.01 06:52:02.634795 [ 282 ] {} <Trace> HTTP-Session: 366207ed-7420-4a2f-af43-d49de79b826f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2024.11.01 06:52:02.635033 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59915) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2418 | 2024.11.01 06:52:02.635121 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2419 | 2024.11.01 06:52:02.635292 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2420 | 2024.11.01 06:52:02.635607 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2024.11.01 06:52:02.635643 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2422 | 2024.11.01 06:52:02.636033 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2423 | 2024.11.01 06:52:02.636365 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2424 | 2024.11.01 06:52:02.636517 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 2425 | 2024.11.01 06:52:02.636693 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Debug> DynamicQueryHandler: Done processing query | ||
| 2426 | 2024.11.01 06:52:02.636716 [ 282 ] {a25d11db-a44d-47c2-b358-6d620591a998} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2427 | 2024.11.01 06:52:02.636732 [ 282 ] {} <Debug> HTTP-Session: 366207ed-7420-4a2f-af43-d49de79b826f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2428 | 2024.11.01 06:52:02.637032 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2429 | 2024.11.01 06:52:07.596674 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33043, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2430 | 2024.11.01 06:52:07.596866 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2431 | 2024.11.01 06:52:07.596912 [ 282 ] {} <Debug> HTTP-Session: 2f025934-47d5-450d-9b99-8f0c11a48737 Authenticating user 'default' from [fd00:1122:3344:101::d]:33043 | ||
| 2432 | 2024.11.01 06:52:07.596952 [ 282 ] {} <Debug> HTTP-Session: 2f025934-47d5-450d-9b99-8f0c11a48737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2433 | 2024.11.01 06:52:07.596979 [ 282 ] {} <Debug> HTTP-Session: 2f025934-47d5-450d-9b99-8f0c11a48737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2434 | 2024.11.01 06:52:07.597059 [ 282 ] {} <Trace> HTTP-Session: 2f025934-47d5-450d-9b99-8f0c11a48737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2024.11.01 06:52:07.597361 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33043) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2436 | 2024.11.01 06:52:07.597425 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2437 | 2024.11.01 06:52:07.597740 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2438 | 2024.11.01 06:52:07.598230 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2024.11.01 06:52:07.598272 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2440 | 2024.11.01 06:52:07.598676 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2441 | 2024.11.01 06:52:07.599052 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2442 | 2024.11.01 06:52:07.599221 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 2443 | 2024.11.01 06:52:07.599416 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Debug> DynamicQueryHandler: Done processing query | ||
| 2444 | 2024.11.01 06:52:07.599441 [ 282 ] {49734bcb-b1d7-4f98-a040-c86676876326} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2445 | 2024.11.01 06:52:07.599457 [ 282 ] {} <Debug> HTTP-Session: 2f025934-47d5-450d-9b99-8f0c11a48737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2446 | 2024.11.01 06:52:07.599650 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2447 | 2024.11.01 06:52:07.599715 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2448 | 2024.11.01 06:52:07.599835 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2449 | 2024.11.01 06:52:07.599859 [ 286 ] {} <Debug> HTTP-Session: 4503b910-5265-407c-839c-ad3f564577d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2450 | 2024.11.01 06:52:07.599882 [ 286 ] {} <Debug> HTTP-Session: 4503b910-5265-407c-839c-ad3f564577d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2451 | 2024.11.01 06:52:07.599897 [ 286 ] {} <Debug> HTTP-Session: 4503b910-5265-407c-839c-ad3f564577d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2452 | 2024.11.01 06:52:07.599949 [ 286 ] {} <Trace> HTTP-Session: 4503b910-5265-407c-839c-ad3f564577d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2024.11.01 06:52:07.600138 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2454 | 2024.11.01 06:52:07.600200 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2455 | 2024.11.01 06:52:07.600521 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2456 | 2024.11.01 06:52:07.600949 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2024.11.01 06:52:07.600987 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2458 | 2024.11.01 06:52:07.601388 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2459 | 2024.11.01 06:52:07.601763 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2024.11.01 06:52:07.601916 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 2461 | 2024.11.01 06:52:07.602105 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Debug> DynamicQueryHandler: Done processing query | ||
| 2462 | 2024.11.01 06:52:07.602131 [ 286 ] {e3659380-8d43-4c4f-b89b-7a714c737649} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2463 | 2024.11.01 06:52:07.602147 [ 286 ] {} <Debug> HTTP-Session: 4503b910-5265-407c-839c-ad3f564577d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2464 | 2024.11.01 06:52:07.602421 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2465 | 2024.11.01 06:52:07.602646 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Length: 24467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2466 | 2024.11.01 06:52:07.602750 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2467 | 2024.11.01 06:52:07.602791 [ 282 ] {} <Debug> HTTP-Session: 8675e0c7-f53a-4d1c-8db2-6240428c2c42 Authenticating user 'default' from [fd00:1122:3344:101::d]:38150 | ||
| 2468 | 2024.11.01 06:52:07.602825 [ 282 ] {} <Debug> HTTP-Session: 8675e0c7-f53a-4d1c-8db2-6240428c2c42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2469 | 2024.11.01 06:52:07.602851 [ 282 ] {} <Debug> HTTP-Session: 8675e0c7-f53a-4d1c-8db2-6240428c2c42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2470 | 2024.11.01 06:52:07.602919 [ 282 ] {} <Trace> HTTP-Session: 8675e0c7-f53a-4d1c-8db2-6240428c2c42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2024.11.01 06:52:07.603205 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2472 | 2024.11.01 06:52:07.603348 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2473 | 2024.11.01 06:52:07.603523 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2474 | 2024.11.01 06:52:07.603901 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2024.11.01 06:52:07.603936 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2476 | 2024.11.01 06:52:07.604328 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2477 | 2024.11.01 06:52:07.604693 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2024.11.01 06:52:07.604846 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001776 sec., 72072.07207207207 rows/sec., 5.02 MiB/sec. | ||
| 2479 | 2024.11.01 06:52:07.605138 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Debug> DynamicQueryHandler: Done processing query | ||
| 2480 | 2024.11.01 06:52:07.605162 [ 282 ] {995f3e63-32ed-4149-ba90-cf69b7dcb577} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2481 | 2024.11.01 06:52:07.605178 [ 282 ] {} <Debug> HTTP-Session: 8675e0c7-f53a-4d1c-8db2-6240428c2c42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2482 | 2024.11.01 06:52:07.605338 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2483 | 2024.11.01 06:52:07.605348 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2484 | 2024.11.01 06:52:07.605430 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2485 | 2024.11.01 06:52:07.605461 [ 286 ] {} <Debug> HTTP-Session: 1f34cbda-e26a-42bc-8395-20b9148253f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47726 | ||
| 2486 | 2024.11.01 06:52:07.605480 [ 286 ] {} <Debug> HTTP-Session: 1f34cbda-e26a-42bc-8395-20b9148253f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2487 | 2024.11.01 06:52:07.605510 [ 286 ] {} <Debug> HTTP-Session: 1f34cbda-e26a-42bc-8395-20b9148253f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2488 | 2024.11.01 06:52:07.605553 [ 286 ] {} <Trace> HTTP-Session: 1f34cbda-e26a-42bc-8395-20b9148253f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2024.11.01 06:52:07.605679 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47726) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2490 | 2024.11.01 06:52:07.605727 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2491 | 2024.11.01 06:52:07.605903 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2492 | 2024.11.01 06:52:07.606196 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2024.11.01 06:52:07.606232 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2494 | 2024.11.01 06:52:07.606612 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2495 | 2024.11.01 06:52:07.606946 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2024.11.01 06:52:07.607070 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001436 sec., 33426.18384401114 rows/sec., 2.25 MiB/sec. | ||
| 2497 | 2024.11.01 06:52:07.607276 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 2498 | 2024.11.01 06:52:07.607301 [ 286 ] {1b2e69ed-07f7-4e03-9b98-a1bcc8adc8aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2499 | 2024.11.01 06:52:07.607317 [ 286 ] {} <Debug> HTTP-Session: 1f34cbda-e26a-42bc-8395-20b9148253f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.11.01 06:52:07.607480 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2501 | 2024.11.01 06:52:08.860200 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2502 | 2024.11.01 06:52:09.171440 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2503 | 2024.11.01 06:52:09.177796 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2504 | 2024.11.01 06:52:09.195101 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2505 | 2024.11.01 06:52:09.285530 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2506 | 2024.11.01 06:52:09.285602 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2507 | 2024.11.01 06:52:09.294949 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2508 | 2024.11.01 06:52:09.307171 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2509 | 2024.11.01 06:52:10.890870 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2510 | 2024.11.01 06:52:10.890951 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2511 | 2024.11.01 06:52:10.972818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 276 | ||
| 2512 | 2024.11.01 06:52:10.975550 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2513 | 2024.11.01 06:52:10.975595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2514 | 2024.11.01 06:52:10.977076 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2515 | 2024.11.01 06:52:10.978110 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2516 | 2024.11.01 06:52:10.978930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276 | ||
| 2517 | 2024.11.01 06:52:12.161653 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2518 | 2024.11.01 06:52:12.161760 [ 3 ] {} <Debug> TCP-Session: 51c017e6-87bc-46a9-b109-7cb69680a74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2519 | 2024.11.01 06:52:12.598305 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35509, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2520 | 2024.11.01 06:52:12.598413 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2521 | 2024.11.01 06:52:12.598438 [ 282 ] {} <Debug> HTTP-Session: d1968f9e-fd89-49d1-ba38-e521fa9dc078 Authenticating user 'default' from [fd00:1122:3344:101::d]:35509 | ||
| 2522 | 2024.11.01 06:52:12.598462 [ 282 ] {} <Debug> HTTP-Session: d1968f9e-fd89-49d1-ba38-e521fa9dc078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2523 | 2024.11.01 06:52:12.598477 [ 282 ] {} <Debug> HTTP-Session: d1968f9e-fd89-49d1-ba38-e521fa9dc078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2524 | 2024.11.01 06:52:12.598525 [ 282 ] {} <Trace> HTTP-Session: d1968f9e-fd89-49d1-ba38-e521fa9dc078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2024.11.01 06:52:12.598717 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35509) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2526 | 2024.11.01 06:52:12.598780 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2527 | 2024.11.01 06:52:12.599106 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2528 | 2024.11.01 06:52:12.599604 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2024.11.01 06:52:12.599645 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2530 | 2024.11.01 06:52:12.600073 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2531 | 2024.11.01 06:52:12.600469 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2024.11.01 06:52:12.600618 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 2533 | 2024.11.01 06:52:12.601220 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2534 | 2024.11.01 06:52:12.601246 [ 282 ] {2efde36d-8026-40a2-bdce-67ece4b544cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2535 | 2024.11.01 06:52:12.601263 [ 282 ] {} <Debug> HTTP-Session: d1968f9e-fd89-49d1-ba38-e521fa9dc078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2536 | 2024.11.01 06:52:12.601464 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2537 | 2024.11.01 06:52:12.601570 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60274, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2538 | 2024.11.01 06:52:12.601662 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2539 | 2024.11.01 06:52:12.601686 [ 286 ] {} <Debug> HTTP-Session: 0cc8fe97-d28c-46c7-a209-8062b8e8fd66 Authenticating user 'default' from [fd00:1122:3344:101::d]:60274 | ||
| 2540 | 2024.11.01 06:52:12.601709 [ 286 ] {} <Debug> HTTP-Session: 0cc8fe97-d28c-46c7-a209-8062b8e8fd66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2541 | 2024.11.01 06:52:12.601724 [ 286 ] {} <Debug> HTTP-Session: 0cc8fe97-d28c-46c7-a209-8062b8e8fd66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2542 | 2024.11.01 06:52:12.601777 [ 286 ] {} <Trace> HTTP-Session: 0cc8fe97-d28c-46c7-a209-8062b8e8fd66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2024.11.01 06:52:12.601993 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60274) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2544 | 2024.11.01 06:52:12.602061 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2545 | 2024.11.01 06:52:12.602402 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2546 | 2024.11.01 06:52:12.602824 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2547 | 2024.11.01 06:52:12.602866 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2548 | 2024.11.01 06:52:12.603298 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2549 | 2024.11.01 06:52:12.603704 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2550 | 2024.11.01 06:52:12.603893 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 2551 | 2024.11.01 06:52:12.604122 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Debug> DynamicQueryHandler: Done processing query | ||
| 2552 | 2024.11.01 06:52:12.604147 [ 286 ] {8abdd771-8d84-4e08-9c61-9248bb59ee90} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2553 | 2024.11.01 06:52:12.604164 [ 286 ] {} <Debug> HTTP-Session: 0cc8fe97-d28c-46c7-a209-8062b8e8fd66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2554 | 2024.11.01 06:52:12.604404 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2555 | 2024.11.01 06:52:12.604431 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35509, User-Agent: (none), Length: 30567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2556 | 2024.11.01 06:52:12.604512 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2557 | 2024.11.01 06:52:12.604543 [ 282 ] {} <Debug> HTTP-Session: f7330069-c601-4f09-b9a9-07129fb4e345 Authenticating user 'default' from [fd00:1122:3344:101::d]:35509 | ||
| 2558 | 2024.11.01 06:52:12.604565 [ 282 ] {} <Debug> HTTP-Session: f7330069-c601-4f09-b9a9-07129fb4e345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2559 | 2024.11.01 06:52:12.604581 [ 282 ] {} <Debug> HTTP-Session: f7330069-c601-4f09-b9a9-07129fb4e345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2560 | 2024.11.01 06:52:12.604625 [ 282 ] {} <Trace> HTTP-Session: f7330069-c601-4f09-b9a9-07129fb4e345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2561 | 2024.11.01 06:52:12.604792 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35509) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2562 | 2024.11.01 06:52:12.604845 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2563 | 2024.11.01 06:52:12.605026 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2564 | 2024.11.01 06:52:12.605421 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2565 | 2024.11.01 06:52:12.605456 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2566 | 2024.11.01 06:52:12.605860 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2567 | 2024.11.01 06:52:12.606227 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2568 | 2024.11.01 06:52:12.606404 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec. | ||
| 2569 | 2024.11.01 06:52:12.606901 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2570 | 2024.11.01 06:52:12.606925 [ 282 ] {098ed2c3-c494-498a-882f-c03d937d341c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2571 | 2024.11.01 06:52:12.606941 [ 282 ] {} <Debug> HTTP-Session: f7330069-c601-4f09-b9a9-07129fb4e345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2572 | 2024.11.01 06:52:12.607100 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2573 | 2024.11.01 06:52:12.607179 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48846, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2574 | 2024.11.01 06:52:12.607259 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2575 | 2024.11.01 06:52:12.607287 [ 286 ] {} <Debug> HTTP-Session: 3130b56b-0efb-47b7-ab4d-f86b8e4129cd Authenticating user 'default' from [fd00:1122:3344:101::d]:48846 | ||
| 2576 | 2024.11.01 06:52:12.607308 [ 286 ] {} <Debug> HTTP-Session: 3130b56b-0efb-47b7-ab4d-f86b8e4129cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2577 | 2024.11.01 06:52:12.607325 [ 286 ] {} <Debug> HTTP-Session: 3130b56b-0efb-47b7-ab4d-f86b8e4129cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2578 | 2024.11.01 06:52:12.607371 [ 286 ] {} <Trace> HTTP-Session: 3130b56b-0efb-47b7-ab4d-f86b8e4129cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2024.11.01 06:52:12.607520 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48846) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2580 | 2024.11.01 06:52:12.607569 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2581 | 2024.11.01 06:52:12.607724 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2582 | 2024.11.01 06:52:12.608028 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2024.11.01 06:52:12.608065 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2584 | 2024.11.01 06:52:12.608465 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2585 | 2024.11.01 06:52:12.608802 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2024.11.01 06:52:12.608964 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 2587 | 2024.11.01 06:52:12.609121 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2588 | 2024.11.01 06:52:12.609144 [ 286 ] {33c32799-c146-47d4-9130-4a10bbf4194a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2589 | 2024.11.01 06:52:12.609160 [ 286 ] {} <Debug> HTTP-Session: 3130b56b-0efb-47b7-ab4d-f86b8e4129cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2590 | 2024.11.01 06:52:12.609416 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2591 | 2024.11.01 06:52:13.000180 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.06 MiB, peak 157.94 MiB, free memory in arenas 0.00 B, will set to 151.77 MiB (RSS), difference: 1.70 MiB | ||
| 2592 | 2024.11.01 06:52:17.604783 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Length: 38990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2593 | 2024.11.01 06:52:17.604923 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2594 | 2024.11.01 06:52:17.604947 [ 286 ] {} <Debug> HTTP-Session: 12993e37-a652-45ea-aec0-2c0cdefb5f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:35148 | ||
| 2595 | 2024.11.01 06:52:17.604972 [ 286 ] {} <Debug> HTTP-Session: 12993e37-a652-45ea-aec0-2c0cdefb5f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2596 | 2024.11.01 06:52:17.604986 [ 286 ] {} <Debug> HTTP-Session: 12993e37-a652-45ea-aec0-2c0cdefb5f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2597 | 2024.11.01 06:52:17.605040 [ 286 ] {} <Trace> HTTP-Session: 12993e37-a652-45ea-aec0-2c0cdefb5f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2024.11.01 06:52:17.605305 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35148) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2599 | 2024.11.01 06:52:17.605370 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2600 | 2024.11.01 06:52:17.605699 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2601 | 2024.11.01 06:52:17.606262 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2024.11.01 06:52:17.606304 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2603 | 2024.11.01 06:52:17.606730 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2604 | 2024.11.01 06:52:17.607123 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2024.11.01 06:52:17.607305 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Debug> executeQuery: Read 257 rows, 23.36 KiB in 0.002111 sec., 121743.24964471815 rows/sec., 10.80 MiB/sec. | ||
| 2606 | 2024.11.01 06:52:17.607677 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Debug> DynamicQueryHandler: Done processing query | ||
| 2607 | 2024.11.01 06:52:17.607704 [ 286 ] {2160e59c-c80b-455a-8dfc-7f3423ccd666} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 2608 | 2024.11.01 06:52:17.607720 [ 286 ] {} <Debug> HTTP-Session: 12993e37-a652-45ea-aec0-2c0cdefb5f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2609 | 2024.11.01 06:52:17.607931 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2610 | 2024.11.01 06:52:17.608065 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58688, User-Agent: (none), Length: 4929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2611 | 2024.11.01 06:52:17.608175 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2612 | 2024.11.01 06:52:17.608203 [ 282 ] {} <Debug> HTTP-Session: 1597619a-a77f-4a2f-823d-91f0b775747a Authenticating user 'default' from [fd00:1122:3344:101::d]:58688 | ||
| 2613 | 2024.11.01 06:52:17.608231 [ 282 ] {} <Debug> HTTP-Session: 1597619a-a77f-4a2f-823d-91f0b775747a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.11.01 06:52:17.608249 [ 282 ] {} <Debug> HTTP-Session: 1597619a-a77f-4a2f-823d-91f0b775747a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2615 | 2024.11.01 06:52:17.608307 [ 282 ] {} <Trace> HTTP-Session: 1597619a-a77f-4a2f-823d-91f0b775747a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2024.11.01 06:52:17.608512 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58688) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2617 | 2024.11.01 06:52:17.608583 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2618 | 2024.11.01 06:52:17.608919 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2619 | 2024.11.01 06:52:17.609285 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2024.11.01 06:52:17.609325 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2621 | 2024.11.01 06:52:17.609738 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2622 | 2024.11.01 06:52:17.610134 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2024.11.01 06:52:17.610315 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001875 sec., 18133.333333333336 rows/sec., 1.33 MiB/sec. | ||
| 2624 | 2024.11.01 06:52:17.610687 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2625 | 2024.11.01 06:52:17.610713 [ 282 ] {593d5da8-7127-405e-8710-68283996975a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2626 | 2024.11.01 06:52:17.610729 [ 282 ] {} <Debug> HTTP-Session: 1597619a-a77f-4a2f-823d-91f0b775747a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2627 | 2024.11.01 06:52:17.610885 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58688, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2628 | 2024.11.01 06:52:17.610902 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2629 | 2024.11.01 06:52:17.610997 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2630 | 2024.11.01 06:52:17.611031 [ 286 ] {} <Debug> HTTP-Session: 7a7dbdac-3563-4354-8050-3b87089fe1a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35148 | ||
| 2631 | 2024.11.01 06:52:17.611056 [ 286 ] {} <Debug> HTTP-Session: 7a7dbdac-3563-4354-8050-3b87089fe1a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2632 | 2024.11.01 06:52:17.611077 [ 286 ] {} <Debug> HTTP-Session: 7a7dbdac-3563-4354-8050-3b87089fe1a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2633 | 2024.11.01 06:52:17.611123 [ 286 ] {} <Trace> HTTP-Session: 7a7dbdac-3563-4354-8050-3b87089fe1a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2634 | 2024.11.01 06:52:17.611260 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35148) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2635 | 2024.11.01 06:52:17.611315 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2636 | 2024.11.01 06:52:17.611627 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2637 | 2024.11.01 06:52:17.611950 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2638 | 2024.11.01 06:52:17.611987 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2639 | 2024.11.01 06:52:17.612350 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2640 | 2024.11.01 06:52:17.612726 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2641 | 2024.11.01 06:52:17.612893 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001673 sec., 8368.200836820084 rows/sec., 586.05 KiB/sec. | ||
| 2642 | 2024.11.01 06:52:17.613052 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Debug> DynamicQueryHandler: Done processing query | ||
| 2643 | 2024.11.01 06:52:17.613074 [ 286 ] {13012a9c-fe9f-4959-9c91-68417d232400} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2644 | 2024.11.01 06:52:17.613089 [ 286 ] {} <Debug> HTTP-Session: 7a7dbdac-3563-4354-8050-3b87089fe1a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2645 | 2024.11.01 06:52:17.613248 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2646 | 2024.11.01 06:52:17.613344 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46446, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2647 | 2024.11.01 06:52:17.613407 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2648 | 2024.11.01 06:52:17.613426 [ 282 ] {} <Debug> HTTP-Session: 65d21efc-8311-4868-b3e3-0e23174b3df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46446 | ||
| 2649 | 2024.11.01 06:52:17.613442 [ 282 ] {} <Debug> HTTP-Session: 65d21efc-8311-4868-b3e3-0e23174b3df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2650 | 2024.11.01 06:52:17.613455 [ 282 ] {} <Debug> HTTP-Session: 65d21efc-8311-4868-b3e3-0e23174b3df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2651 | 2024.11.01 06:52:17.613492 [ 282 ] {} <Trace> HTTP-Session: 65d21efc-8311-4868-b3e3-0e23174b3df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2652 | 2024.11.01 06:52:17.613592 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46446) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2653 | 2024.11.01 06:52:17.613636 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2654 | 2024.11.01 06:52:17.613874 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2655 | 2024.11.01 06:52:17.614242 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2024.11.01 06:52:17.614277 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2657 | 2024.11.01 06:52:17.614625 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2658 | 2024.11.01 06:52:17.614992 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2024.11.01 06:52:17.615151 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 230.19 KiB/sec. | ||
| 2660 | 2024.11.01 06:52:17.615388 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2661 | 2024.11.01 06:52:17.615411 [ 282 ] {6c9b12b9-9c82-42a9-bfc8-7dbef8c70ee2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2662 | 2024.11.01 06:52:17.615427 [ 282 ] {} <Debug> HTTP-Session: 65d21efc-8311-4868-b3e3-0e23174b3df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2663 | 2024.11.01 06:52:17.615741 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2664 | 2024.11.01 06:52:17.615805 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Length: 67565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2665 | 2024.11.01 06:52:17.615881 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2666 | 2024.11.01 06:52:17.615906 [ 286 ] {} <Debug> HTTP-Session: 2aa07695-c999-4dbf-a159-fe168e8e567a Authenticating user 'default' from [fd00:1122:3344:101::d]:35148 | ||
| 2667 | 2024.11.01 06:52:17.615927 [ 286 ] {} <Debug> HTTP-Session: 2aa07695-c999-4dbf-a159-fe168e8e567a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2668 | 2024.11.01 06:52:17.615944 [ 286 ] {} <Debug> HTTP-Session: 2aa07695-c999-4dbf-a159-fe168e8e567a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2669 | 2024.11.01 06:52:17.615995 [ 286 ] {} <Trace> HTTP-Session: 2aa07695-c999-4dbf-a159-fe168e8e567a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2670 | 2024.11.01 06:52:17.616273 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35148) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2671 | 2024.11.01 06:52:17.616329 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2672 | 2024.11.01 06:52:17.616632 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2673 | 2024.11.01 06:52:17.617230 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2024.11.01 06:52:17.617267 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2675 | 2024.11.01 06:52:17.617643 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2676 | 2024.11.01 06:52:17.618027 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2024.11.01 06:52:17.618195 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Debug> executeQuery: Read 416 rows, 30.40 KiB in 0.002043 sec., 203622.12432697014 rows/sec., 14.53 MiB/sec. | ||
| 2678 | 2024.11.01 06:52:17.618520 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Debug> DynamicQueryHandler: Done processing query | ||
| 2679 | 2024.11.01 06:52:17.618544 [ 286 ] {c2db8c91-1eab-4c32-b892-659d1d55c239} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2680 | 2024.11.01 06:52:17.618561 [ 286 ] {} <Debug> HTTP-Session: 2aa07695-c999-4dbf-a159-fe168e8e567a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2681 | 2024.11.01 06:52:17.618747 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2682 | 2024.11.01 06:52:17.618928 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46776, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2683 | 2024.11.01 06:52:17.619039 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2684 | 2024.11.01 06:52:17.619077 [ 282 ] {} <Debug> HTTP-Session: 548ba10d-9e38-4553-80f6-b04ec050a855 Authenticating user 'default' from [fd00:1122:3344:101::d]:46776 | ||
| 2685 | 2024.11.01 06:52:17.619110 [ 282 ] {} <Debug> HTTP-Session: 548ba10d-9e38-4553-80f6-b04ec050a855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2686 | 2024.11.01 06:52:17.619137 [ 282 ] {} <Debug> HTTP-Session: 548ba10d-9e38-4553-80f6-b04ec050a855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2687 | 2024.11.01 06:52:17.619204 [ 282 ] {} <Trace> HTTP-Session: 548ba10d-9e38-4553-80f6-b04ec050a855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2688 | 2024.11.01 06:52:17.619401 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46776) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2689 | 2024.11.01 06:52:17.619488 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2690 | 2024.11.01 06:52:17.619744 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2691 | 2024.11.01 06:52:17.620008 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2024.11.01 06:52:17.620044 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2693 | 2024.11.01 06:52:17.620405 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2694 | 2024.11.01 06:52:17.620742 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2695 | 2024.11.01 06:52:17.620897 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 201.33 KiB/sec. | ||
| 2696 | 2024.11.01 06:52:17.621067 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2697 | 2024.11.01 06:52:17.621091 [ 282 ] {b9176ca9-cef6-4cce-b090-eb5482e52cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2698 | 2024.11.01 06:52:17.621106 [ 282 ] {} <Debug> HTTP-Session: 548ba10d-9e38-4553-80f6-b04ec050a855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2699 | 2024.11.01 06:52:17.621299 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Length: 44585, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2700 | 2024.11.01 06:52:17.621306 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2701 | 2024.11.01 06:52:17.621385 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2702 | 2024.11.01 06:52:17.621425 [ 286 ] {} <Debug> HTTP-Session: a4e5febf-d386-4022-b708-3476ef4f3dad Authenticating user 'default' from [fd00:1122:3344:101::d]:35148 | ||
| 2703 | 2024.11.01 06:52:17.621448 [ 286 ] {} <Debug> HTTP-Session: a4e5febf-d386-4022-b708-3476ef4f3dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2704 | 2024.11.01 06:52:17.621478 [ 286 ] {} <Debug> HTTP-Session: a4e5febf-d386-4022-b708-3476ef4f3dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2705 | 2024.11.01 06:52:17.621529 [ 286 ] {} <Trace> HTTP-Session: a4e5febf-d386-4022-b708-3476ef4f3dad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2706 | 2024.11.01 06:52:17.621739 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35148) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2707 | 2024.11.01 06:52:17.621788 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2708 | 2024.11.01 06:52:17.621965 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2709 | 2024.11.01 06:52:17.622377 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2024.11.01 06:52:17.622413 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2711 | 2024.11.01 06:52:17.622814 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2712 | 2024.11.01 06:52:17.623158 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2713 | 2024.11.01 06:52:17.623327 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec. | ||
| 2714 | 2024.11.01 06:52:17.623489 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2715 | 2024.11.01 06:52:17.623512 [ 286 ] {9cea00e8-188c-4dbf-b6d8-eb2667971c5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2716 | 2024.11.01 06:52:17.623528 [ 286 ] {} <Debug> HTTP-Session: a4e5febf-d386-4022-b708-3476ef4f3dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2717 | 2024.11.01 06:52:17.623649 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2718 | 2024.11.01 06:52:17.623768 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39543, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2719 | 2024.11.01 06:52:17.623872 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2720 | 2024.11.01 06:52:17.623910 [ 282 ] {} <Debug> HTTP-Session: ff284061-0c49-48d6-8fda-eb6a3b9fd767 Authenticating user 'default' from [fd00:1122:3344:101::d]:39543 | ||
| 2721 | 2024.11.01 06:52:17.623942 [ 282 ] {} <Debug> HTTP-Session: ff284061-0c49-48d6-8fda-eb6a3b9fd767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2722 | 2024.11.01 06:52:17.623970 [ 282 ] {} <Debug> HTTP-Session: ff284061-0c49-48d6-8fda-eb6a3b9fd767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2723 | 2024.11.01 06:52:17.624037 [ 282 ] {} <Trace> HTTP-Session: ff284061-0c49-48d6-8fda-eb6a3b9fd767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2724 | 2024.11.01 06:52:17.624225 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39543) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2725 | 2024.11.01 06:52:17.624313 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2726 | 2024.11.01 06:52:17.624595 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2727 | 2024.11.01 06:52:17.624910 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2024.11.01 06:52:17.624944 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2729 | 2024.11.01 06:52:17.625295 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2730 | 2024.11.01 06:52:17.625625 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2024.11.01 06:52:17.625749 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001579 sec., 633.3122229259025 rows/sec., 42.67 KiB/sec. | ||
| 2732 | 2024.11.01 06:52:17.625958 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Debug> DynamicQueryHandler: Done processing query | ||
| 2733 | 2024.11.01 06:52:17.625982 [ 282 ] {4810fa0c-7c5b-49bf-b51e-5263bcf51682} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2734 | 2024.11.01 06:52:17.625998 [ 282 ] {} <Debug> HTTP-Session: ff284061-0c49-48d6-8fda-eb6a3b9fd767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2735 | 2024.11.01 06:52:17.626205 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2736 | 2024.11.01 06:52:17.626226 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Length: 56844, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2737 | 2024.11.01 06:52:17.626313 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2738 | 2024.11.01 06:52:17.626346 [ 286 ] {} <Debug> HTTP-Session: 18d3cce0-b404-4cea-bf09-ebea957cdf80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35148 | ||
| 2739 | 2024.11.01 06:52:17.626370 [ 286 ] {} <Debug> HTTP-Session: 18d3cce0-b404-4cea-bf09-ebea957cdf80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2740 | 2024.11.01 06:52:17.626388 [ 286 ] {} <Debug> HTTP-Session: 18d3cce0-b404-4cea-bf09-ebea957cdf80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.11.01 06:52:17.626431 [ 286 ] {} <Trace> HTTP-Session: 18d3cce0-b404-4cea-bf09-ebea957cdf80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2742 | 2024.11.01 06:52:17.626870 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35148) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2743 | 2024.11.01 06:52:17.626945 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <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 | ||
| 2744 | 2024.11.01 06:52:17.627416 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2745 | 2024.11.01 06:52:17.628082 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.11.01 06:52:17.628117 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2747 | 2024.11.01 06:52:17.628780 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2748 | 2024.11.01 06:52:17.629193 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.11.01 06:52:17.629351 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002792 sec., 12177.650429799425 rows/sec., 21.82 MiB/sec. | ||
| 2750 | 2024.11.01 06:52:17.629870 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2751 | 2024.11.01 06:52:17.629894 [ 286 ] {3f9bb1e1-e9ca-4d0d-8bea-253192f75be6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 2752 | 2024.11.01 06:52:17.629910 [ 286 ] {} <Debug> HTTP-Session: 18d3cce0-b404-4cea-bf09-ebea957cdf80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2753 | 2024.11.01 06:52:17.630088 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2754 | 2024.11.01 06:52:17.630252 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49630, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2755 | 2024.11.01 06:52:17.630355 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2756 | 2024.11.01 06:52:17.630394 [ 282 ] {} <Debug> HTTP-Session: b0e4683a-90f0-4d4f-a9f4-6f3ec7807124 Authenticating user 'default' from [fd00:1122:3344:101::d]:49630 | ||
| 2757 | 2024.11.01 06:52:17.630427 [ 282 ] {} <Debug> HTTP-Session: b0e4683a-90f0-4d4f-a9f4-6f3ec7807124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.11.01 06:52:17.630454 [ 282 ] {} <Debug> HTTP-Session: b0e4683a-90f0-4d4f-a9f4-6f3ec7807124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2759 | 2024.11.01 06:52:17.630520 [ 282 ] {} <Trace> HTTP-Session: b0e4683a-90f0-4d4f-a9f4-6f3ec7807124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2024.11.01 06:52:17.630759 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49630) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2761 | 2024.11.01 06:52:17.630805 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2762 | 2024.11.01 06:52:17.630960 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2763 | 2024.11.01 06:52:17.631267 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.11.01 06:52:17.631301 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2765 | 2024.11.01 06:52:17.631660 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2766 | 2024.11.01 06:52:17.631991 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2024.11.01 06:52:17.632145 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001479 sec., 55442.86680189317 rows/sec., 3.52 MiB/sec. | ||
| 2768 | 2024.11.01 06:52:17.632311 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Debug> DynamicQueryHandler: Done processing query | ||
| 2769 | 2024.11.01 06:52:17.632334 [ 282 ] {e0848616-9ee8-4931-8420-38cb1231e484} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2770 | 2024.11.01 06:52:17.632349 [ 282 ] {} <Debug> HTTP-Session: b0e4683a-90f0-4d4f-a9f4-6f3ec7807124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2771 | 2024.11.01 06:52:17.633132 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49630, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2772 | 2024.11.01 06:52:19.515243 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2773 | 2024.11.01 06:52:19.778510 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2774 | 2024.11.01 06:52:19.938480 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2775 | 2024.11.01 06:52:20.021624 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2776 | 2024.11.01 06:52:20.266165 [ 282 ] {} <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) | ||
| 2777 | 2024.11.01 06:52:20.287862 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52556, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2778 | 2024.11.01 06:52:20.315659 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2779 | 2024.11.01 06:52:20.346490 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2780 | 2024.11.01 06:52:20.347822 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2781 | 2024.11.01 06:52:20.353142 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2782 | 2024.11.01 06:52:20.362645 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35568, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2783 | 2024.11.01 06:52:20.587587 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2784 | 2024.11.01 06:52:20.589566 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2785 | 2024.11.01 06:52:20.589910 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2786 | 2024.11.01 06:52:20.611265 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2787 | 2024.11.01 06:52:20.639679 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2788 | 2024.11.01 06:52:20.644941 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2789 | 2024.11.01 06:52:20.665292 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2790 | 2024.11.01 06:52:20.671283 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2791 | 2024.11.01 06:52:20.681829 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2792 | 2024.11.01 06:52:20.694907 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2793 | 2024.11.01 06:52:20.713455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2794 | 2024.11.01 06:52:20.713746 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2795 | 2024.11.01 06:52:20.720405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2796 | 2024.11.01 06:52:20.979258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 304 | ||
| 2797 | 2024.11.01 06:52:20.982020 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2024.11.01 06:52:20.982070 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2799 | 2024.11.01 06:52:20.983500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2800 | 2024.11.01 06:52:20.984501 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2024.11.01 06:52:20.984656 [ 54 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2802 | 2024.11.01 06:52:20.984716 [ 54 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2803 | 2024.11.01 06:52:20.984751 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2804 | 2024.11.01 06:52:20.985556 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 2805 | 2024.11.01 06:52:20.986246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 304 | ||
| 2806 | 2024.11.01 06:52:20.986929 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2807 | 2024.11.01 06:52:20.987098 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 2808 | 2024.11.01 06:52:20.987734 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part | ||
| 2809 | 2024.11.01 06:52:20.988329 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2810 | 2024.11.01 06:52:20.988867 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part | ||
| 2811 | 2024.11.01 06:52:20.989383 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 2812 | 2024.11.01 06:52:20.989858 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
| 2813 | 2024.11.01 06:52:21.021525 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 72 columns (72 merged, 0 gathered) in 0.036631829 sec., 8298.793925905256 rows/sec., 7.56 MiB/sec. | ||
| 2814 | 2024.11.01 06:52:21.022251 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2815 | 2024.11.01 06:52:21.023697 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2024.11.01 06:52:21.023777 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_6_1} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2817 | 2024.11.01 06:52:21.023978 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2818 | 2024.11.01 06:52:22.598247 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2819 | 2024.11.01 06:52:22.598369 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2820 | 2024.11.01 06:52:22.598393 [ 286 ] {} <Debug> HTTP-Session: 35512dac-4e4d-4d7f-8b1e-72ed8fd48cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35148 | ||
| 2821 | 2024.11.01 06:52:22.598417 [ 286 ] {} <Debug> HTTP-Session: 35512dac-4e4d-4d7f-8b1e-72ed8fd48cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2822 | 2024.11.01 06:52:22.598432 [ 286 ] {} <Debug> HTTP-Session: 35512dac-4e4d-4d7f-8b1e-72ed8fd48cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2823 | 2024.11.01 06:52:22.598480 [ 286 ] {} <Trace> HTTP-Session: 35512dac-4e4d-4d7f-8b1e-72ed8fd48cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2824 | 2024.11.01 06:52:22.598670 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35148) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2825 | 2024.11.01 06:52:22.598735 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2826 | 2024.11.01 06:52:22.599057 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2827 | 2024.11.01 06:52:22.599504 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2828 | 2024.11.01 06:52:22.599550 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2829 | 2024.11.01 06:52:22.599962 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2830 | 2024.11.01 06:52:22.600341 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2831 | 2024.11.01 06:52:22.600485 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec. | ||
| 2832 | 2024.11.01 06:52:22.600541 [ 51 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2833 | 2024.11.01 06:52:22.600662 [ 51 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2024.11.01 06:52:22.600699 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2835 | 2024.11.01 06:52:22.600800 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Debug> DynamicQueryHandler: Done processing query | ||
| 2836 | 2024.11.01 06:52:22.600856 [ 286 ] {9960c406-1495-423d-b3e6-7eabdf637d52} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2837 | 2024.11.01 06:52:22.600893 [ 286 ] {} <Debug> HTTP-Session: 35512dac-4e4d-4d7f-8b1e-72ed8fd48cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2838 | 2024.11.01 06:52:22.600917 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 2839 | 2024.11.01 06:52:22.601116 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2840 | 2024.11.01 06:52:22.601143 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2841 | 2024.11.01 06:52:22.601166 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1373 rows starting from the beginning of the part | ||
| 2842 | 2024.11.01 06:52:22.601431 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 257 rows starting from the beginning of the part | ||
| 2843 | 2024.11.01 06:52:22.601501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54196, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2844 | 2024.11.01 06:52:22.601696 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2845 | 2024.11.01 06:52:22.601747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2846 | 2024.11.01 06:52:22.601837 [ 3 ] {} <Debug> HTTP-Session: eb1c4a6c-5819-42de-82cf-ef8bcbc259c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54196 | ||
| 2847 | 2024.11.01 06:52:22.602011 [ 3 ] {} <Debug> HTTP-Session: eb1c4a6c-5819-42de-82cf-ef8bcbc259c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2848 | 2024.11.01 06:52:22.602042 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2849 | 2024.11.01 06:52:22.602088 [ 3 ] {} <Debug> HTTP-Session: eb1c4a6c-5819-42de-82cf-ef8bcbc259c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2850 | 2024.11.01 06:52:22.602248 [ 3 ] {} <Trace> HTTP-Session: eb1c4a6c-5819-42de-82cf-ef8bcbc259c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2851 | 2024.11.01 06:52:22.602282 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 257 rows starting from the beginning of the part | ||
| 2852 | 2024.11.01 06:52:22.602591 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2853 | 2024.11.01 06:52:22.602680 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54196) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2854 | 2024.11.01 06:52:22.602901 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2855 | 2024.11.01 06:52:22.603890 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2856 | 2024.11.01 06:52:22.605057 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2024.11.01 06:52:22.605143 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2858 | 2024.11.01 06:52:22.606009 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2859 | 2024.11.01 06:52:22.606051 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2055 rows, containing 5 columns (5 merged, 0 gathered) in 0.00525265 sec., 391231.0928769288 rows/sec., 34.51 MiB/sec. | ||
| 2860 | 2024.11.01 06:52:22.606366 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2861 | 2024.11.01 06:52:22.606596 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2862 | 2024.11.01 06:52:22.606950 [ 51 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2863 | 2024.11.01 06:52:22.607061 [ 51 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2024.11.01 06:52:22.607143 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2865 | 2024.11.01 06:52:22.607204 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004646 sec., 13775.290572535514 rows/sec., 1.08 MiB/sec. | ||
| 2866 | 2024.11.01 06:52:22.607550 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 2867 | 2024.11.01 06:52:22.607779 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2024.11.01 06:52:22.608063 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2869 | 2024.11.01 06:52:22.608132 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_11_2} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2870 | 2024.11.01 06:52:22.608149 [ 3 ] {223791dc-46a1-49b7-bef1-04fd73939f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2871 | 2024.11.01 06:52:22.608206 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2872 | 2024.11.01 06:52:22.608219 [ 3 ] {} <Debug> HTTP-Session: eb1c4a6c-5819-42de-82cf-ef8bcbc259c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2873 | 2024.11.01 06:52:22.608340 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 873 rows starting from the beginning of the part | ||
| 2874 | 2024.11.01 06:52:22.608370 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2875 | 2024.11.01 06:52:22.608473 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 422 rows starting from the beginning of the part | ||
| 2876 | 2024.11.01 06:52:22.608578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2877 | 2024.11.01 06:52:22.608774 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63744, User-Agent: (none), Length: 30569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2878 | 2024.11.01 06:52:22.608860 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2879 | 2024.11.01 06:52:22.608972 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2880 | 2024.11.01 06:52:22.609079 [ 286 ] {} <Debug> HTTP-Session: 6be760ee-befc-491e-b603-2675ad00897c Authenticating user 'default' from [fd00:1122:3344:101::d]:63744 | ||
| 2881 | 2024.11.01 06:52:22.609163 [ 286 ] {} <Debug> HTTP-Session: 6be760ee-befc-491e-b603-2675ad00897c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2882 | 2024.11.01 06:52:22.609163 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2883 | 2024.11.01 06:52:22.609272 [ 286 ] {} <Debug> HTTP-Session: 6be760ee-befc-491e-b603-2675ad00897c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2884 | 2024.11.01 06:52:22.609446 [ 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): | ||
| 2885 | |||
| 2886 | (version 23.8.7.1) | ||
| 2887 | 2024.11.01 06:52:22.609520 [ 286 ] {} <Trace> HTTP-Session: 6be760ee-befc-491e-b603-2675ad00897c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2888 | 2024.11.01 06:52:22.609610 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 416 rows starting from the beginning of the part | ||
| 2889 | 2024.11.01 06:52:22.609950 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2890 | 2024.11.01 06:52:22.610157 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63744) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2891 | 2024.11.01 06:52:22.610352 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2892 | 2024.11.01 06:52:22.611043 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2893 | 2024.11.01 06:52:22.612090 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2894 | 2024.11.01 06:52:22.612161 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2895 | 2024.11.01 06:52:22.612967 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2896 | 2024.11.01 06:52:22.613124 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.005827205 sec., 326571.6582821438 rows/sec., 24.95 MiB/sec. | ||
| 2897 | 2024.11.01 06:52:22.613398 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2898 | 2024.11.01 06:52:22.613647 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2024.11.01 06:52:22.614095 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004239 sec., 37744.7511205473 rows/sec., 2.63 MiB/sec. | ||
| 2900 | 2024.11.01 06:52:22.614114 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2901 | 2024.11.01 06:52:22.614225 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2024.11.01 06:52:22.614319 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2903 | 2024.11.01 06:52:22.614725 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2904 | 2024.11.01 06:52:22.614724 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 2905 | 2024.11.01 06:52:22.614756 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2906 | 2024.11.01 06:52:22.614770 [ 286 ] {6d336d45-147c-4e52-93ba-aab2aa361ec2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2907 | 2024.11.01 06:52:22.614843 [ 286 ] {} <Debug> HTTP-Session: 6be760ee-befc-491e-b603-2675ad00897c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2908 | 2024.11.01 06:52:22.615116 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_11_2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2909 | 2024.11.01 06:52:22.615294 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2910 | 2024.11.01 06:52:22.615317 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2911 | 2024.11.01 06:52:22.615418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59435, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2912 | 2024.11.01 06:52:22.615487 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2913 | 2024.11.01 06:52:22.615498 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2359 rows starting from the beginning of the part | ||
| 2914 | 2024.11.01 06:52:22.615608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2915 | 2024.11.01 06:52:22.615711 [ 3 ] {} <Debug> HTTP-Session: 83015b5f-077b-4ba9-8f6e-31419316b873 Authenticating user 'default' from [fd00:1122:3344:101::d]:59435 | ||
| 2916 | 2024.11.01 06:52:22.615797 [ 3 ] {} <Debug> HTTP-Session: 83015b5f-077b-4ba9-8f6e-31419316b873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2917 | 2024.11.01 06:52:22.615840 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2918 | 2024.11.01 06:52:22.615859 [ 3 ] {} <Debug> HTTP-Session: 83015b5f-077b-4ba9-8f6e-31419316b873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2919 | 2024.11.01 06:52:22.615999 [ 3 ] {} <Trace> HTTP-Session: 83015b5f-077b-4ba9-8f6e-31419316b873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2024.11.01 06:52:22.616145 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2921 | 2024.11.01 06:52:22.616439 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2922 | 2024.11.01 06:52:22.616460 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59435) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2923 | 2024.11.01 06:52:22.616613 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2924 | 2024.11.01 06:52:22.616720 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2925 | 2024.11.01 06:52:22.617123 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2926 | 2024.11.01 06:52:22.617694 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2927 | 2024.11.01 06:52:22.618462 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2024.11.01 06:52:22.618507 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2929 | 2024.11.01 06:52:22.619444 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2930 | 2024.11.01 06:52:22.620279 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2024.11.01 06:52:22.620704 [ 51 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2932 | 2024.11.01 06:52:22.620825 [ 51 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2024.11.01 06:52:22.620838 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004551 sec., 13183.915622940012 rows/sec., 909.83 KiB/sec. | ||
| 2934 | 2024.11.01 06:52:22.620847 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3281 rows, containing 5 columns (5 merged, 0 gathered) in 0.00633349 sec., 518039.81690979225 rows/sec., 35.02 MiB/sec. | ||
| 2935 | 2024.11.01 06:52:22.620867 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2936 | 2024.11.01 06:52:22.621409 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 2937 | 2024.11.01 06:52:22.621463 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2938 | 2024.11.01 06:52:22.621555 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2939 | 2024.11.01 06:52:22.621659 [ 3 ] {e8c5c799-da4e-4e95-bc11-1b12f970b6a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2940 | 2024.11.01 06:52:22.621741 [ 3 ] {} <Debug> HTTP-Session: 83015b5f-077b-4ba9-8f6e-31419316b873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2941 | 2024.11.01 06:52:22.621940 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2942 | 2024.11.01 06:52:22.622022 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 246 rows starting from the beginning of the part | ||
| 2943 | 2024.11.01 06:52:22.622058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2944 | 2024.11.01 06:52:22.622450 [ 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): | ||
| 2945 | |||
| 2946 | (version 23.8.7.1) | ||
| 2947 | 2024.11.01 06:52:22.622576 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 2948 | 2024.11.01 06:52:22.622859 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2949 | 2024.11.01 06:52:22.623040 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2950 | 2024.11.01 06:52:22.623332 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2951 | 2024.11.01 06:52:22.623450 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2024.11.01 06:52:22.623674 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2953 | 2024.11.01 06:52:22.623797 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2954 | 2024.11.01 06:52:22.624094 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 2955 | 2024.11.01 06:52:22.625039 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 4 columns (4 merged, 0 gathered) in 0.004019109 sec., 143812.96949149674 rows/sec., 9.50 MiB/sec. | ||
| 2956 | 2024.11.01 06:52:22.625169 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2957 | 2024.11.01 06:52:22.625520 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2958 | 2024.11.01 06:52:22.625596 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_11_2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2959 | 2024.11.01 06:52:22.625658 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2960 | 2024.11.01 06:52:25.891037 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2961 | 2024.11.01 06:52:25.891096 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2962 | 2024.11.01 06:52:27.598342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46988, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2963 | 2024.11.01 06:52:27.598492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2964 | 2024.11.01 06:52:27.598522 [ 3 ] {} <Debug> HTTP-Session: 613abe35-419a-42ae-b019-123bb3edd57f Authenticating user 'default' from [fd00:1122:3344:101::d]:46988 | ||
| 2965 | 2024.11.01 06:52:27.598551 [ 3 ] {} <Debug> HTTP-Session: 613abe35-419a-42ae-b019-123bb3edd57f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2966 | 2024.11.01 06:52:27.598570 [ 3 ] {} <Debug> HTTP-Session: 613abe35-419a-42ae-b019-123bb3edd57f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2967 | 2024.11.01 06:52:27.598630 [ 3 ] {} <Trace> HTTP-Session: 613abe35-419a-42ae-b019-123bb3edd57f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2968 | 2024.11.01 06:52:27.598865 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46988) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2969 | 2024.11.01 06:52:27.598943 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2970 | 2024.11.01 06:52:27.599295 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2971 | 2024.11.01 06:52:27.599815 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2024.11.01 06:52:27.599855 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2973 | 2024.11.01 06:52:27.600276 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2974 | 2024.11.01 06:52:27.600664 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2024.11.01 06:52:27.600805 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002023 sec., 27681.66089965398 rows/sec., 2.13 MiB/sec. | ||
| 2976 | 2024.11.01 06:52:27.601004 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2977 | 2024.11.01 06:52:27.601029 [ 3 ] {4520b4bf-00f1-4e73-bf05-1d971c95c47f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2978 | 2024.11.01 06:52:27.601046 [ 3 ] {} <Debug> HTTP-Session: 613abe35-419a-42ae-b019-123bb3edd57f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2979 | 2024.11.01 06:52:27.601282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2980 | 2024.11.01 06:52:27.601335 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46563, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2981 | 2024.11.01 06:52:27.601468 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2982 | 2024.11.01 06:52:27.601498 [ 286 ] {} <Debug> HTTP-Session: 1c7d30c0-1ab0-4847-9cdd-3a533ac96666 Authenticating user 'default' from [fd00:1122:3344:101::d]:46563 | ||
| 2983 | 2024.11.01 06:52:27.601526 [ 286 ] {} <Debug> HTTP-Session: 1c7d30c0-1ab0-4847-9cdd-3a533ac96666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2984 | 2024.11.01 06:52:27.601543 [ 286 ] {} <Debug> HTTP-Session: 1c7d30c0-1ab0-4847-9cdd-3a533ac96666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2985 | 2024.11.01 06:52:27.601603 [ 286 ] {} <Trace> HTTP-Session: 1c7d30c0-1ab0-4847-9cdd-3a533ac96666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2986 | 2024.11.01 06:52:27.601827 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46563) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2987 | 2024.11.01 06:52:27.601903 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2988 | 2024.11.01 06:52:27.602254 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2989 | 2024.11.01 06:52:27.602668 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2024.11.01 06:52:27.602710 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2991 | 2024.11.01 06:52:27.603121 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2992 | 2024.11.01 06:52:27.603515 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2024.11.01 06:52:27.603684 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001931 sec., 33143.44899016054 rows/sec., 2.59 MiB/sec. | ||
| 2994 | 2024.11.01 06:52:27.603878 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2995 | 2024.11.01 06:52:27.603903 [ 286 ] {6802f404-30e1-4c0f-9de9-6de814a74c7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2996 | 2024.11.01 06:52:27.603920 [ 286 ] {} <Debug> HTTP-Session: 1c7d30c0-1ab0-4847-9cdd-3a533ac96666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2997 | 2024.11.01 06:52:27.604155 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2998 | 2024.11.01 06:52:27.604270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43946, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2999 | 2024.11.01 06:52:27.604342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3000 | 2024.11.01 06:52:27.604367 [ 3 ] {} <Debug> HTTP-Session: c0b591ae-1a94-455a-86f1-d99a138ee0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43946 | ||
| 3001 | 2024.11.01 06:52:27.604388 [ 3 ] {} <Debug> HTTP-Session: c0b591ae-1a94-455a-86f1-d99a138ee0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3002 | 2024.11.01 06:52:27.604407 [ 3 ] {} <Debug> HTTP-Session: c0b591ae-1a94-455a-86f1-d99a138ee0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3003 | 2024.11.01 06:52:27.604452 [ 3 ] {} <Trace> HTTP-Session: c0b591ae-1a94-455a-86f1-d99a138ee0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2024.11.01 06:52:27.604649 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43946) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3005 | 2024.11.01 06:52:27.604709 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3006 | 2024.11.01 06:52:27.604920 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3007 | 2024.11.01 06:52:27.605352 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2024.11.01 06:52:27.605387 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3009 | 2024.11.01 06:52:27.605779 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3010 | 2024.11.01 06:52:27.606123 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2024.11.01 06:52:27.606253 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 3012 | 2024.11.01 06:52:27.606472 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Debug> DynamicQueryHandler: Done processing query | ||
| 3013 | 2024.11.01 06:52:27.606495 [ 3 ] {12bbfa11-fad7-4d9b-b208-94cf848ea143} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3014 | 2024.11.01 06:52:27.606512 [ 3 ] {} <Debug> HTTP-Session: c0b591ae-1a94-455a-86f1-d99a138ee0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3015 | 2024.11.01 06:52:27.606694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3016 | 2024.11.01 06:52:27.606712 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46563, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3017 | 2024.11.01 06:52:27.606813 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3018 | 2024.11.01 06:52:27.606844 [ 286 ] {} <Debug> HTTP-Session: 65ad1200-6b6e-4e48-acc3-fc8f133d5a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:46563 | ||
| 3019 | 2024.11.01 06:52:27.606875 [ 286 ] {} <Debug> HTTP-Session: 65ad1200-6b6e-4e48-acc3-fc8f133d5a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3020 | 2024.11.01 06:52:27.606893 [ 286 ] {} <Debug> HTTP-Session: 65ad1200-6b6e-4e48-acc3-fc8f133d5a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3021 | 2024.11.01 06:52:27.606937 [ 286 ] {} <Trace> HTTP-Session: 65ad1200-6b6e-4e48-acc3-fc8f133d5a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2024.11.01 06:52:27.607085 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46563) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3023 | 2024.11.01 06:52:27.607135 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3024 | 2024.11.01 06:52:27.607300 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3025 | 2024.11.01 06:52:27.607604 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2024.11.01 06:52:27.607641 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3027 | 2024.11.01 06:52:27.608005 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3028 | 2024.11.01 06:52:27.608326 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2024.11.01 06:52:27.608477 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 3030 | 2024.11.01 06:52:27.608632 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Debug> DynamicQueryHandler: Done processing query | ||
| 3031 | 2024.11.01 06:52:27.608656 [ 286 ] {f7a37f6f-4e57-4941-8b05-845970231794} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3032 | 2024.11.01 06:52:27.608672 [ 286 ] {} <Debug> HTTP-Session: 65ad1200-6b6e-4e48-acc3-fc8f133d5a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3033 | 2024.11.01 06:52:27.608868 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3034 | 2024.11.01 06:52:28.892466 [ 43 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3035 | 2024.11.01 06:52:28.892533 [ 43 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2024.11.01 06:52:28.892558 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3037 | 2024.11.01 06:52:28.892720 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 3038 | 2024.11.01 06:52:28.892901 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3039 | 2024.11.01 06:52:28.892936 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 3040 | 2024.11.01 06:52:28.893017 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 3041 | 2024.11.01 06:52:28.893245 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 3042 | 2024.11.01 06:52:28.893404 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 3043 | 2024.11.01 06:52:28.893599 [ 197 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 3044 | 2024.11.01 06:52:28.894654 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 5 columns (5 merged, 0 gathered) in 0.00202099 sec., 48491.08605188547 rows/sec., 3.75 MiB/sec. | ||
| 3045 | 2024.11.01 06:52:28.894891 [ 190 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3046 | 2024.11.01 06:52:28.895420 [ 190 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2024.11.01 06:52:28.895506 [ 190 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_5_1} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3048 | 2024.11.01 06:52:28.895605 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3049 | 2024.11.01 06:52:30.193511 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3050 | 2024.11.01 06:52:30.193576 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3051 | 2024.11.01 06:52:30.193602 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3052 | 2024.11.01 06:52:30.193936 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 3053 | 2024.11.01 06:52:30.194446 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3054 | 2024.11.01 06:52:30.194528 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 3055 | 2024.11.01 06:52:30.194834 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 3056 | 2024.11.01 06:52:30.195228 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 3057 | 2024.11.01 06:52:30.195403 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 3058 | 2024.11.01 06:52:30.195578 [ 197 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 3059 | 2024.11.01 06:52:30.197564 [ 199 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 19 columns (19 merged, 0 gathered) in 0.003852946 sec., 25435.082661423236 rows/sec., 45.58 MiB/sec. | ||
| 3060 | 2024.11.01 06:52:30.198197 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3061 | 2024.11.01 06:52:30.198890 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2024.11.01 06:52:30.198981 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3063 | 2024.11.01 06:52:30.199138 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 3064 | 2024.11.01 06:52:30.986592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 320 | ||
| 3065 | 2024.11.01 06:52:30.989168 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2024.11.01 06:52:30.989225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3067 | 2024.11.01 06:52:30.990748 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3068 | 2024.11.01 06:52:30.991768 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2024.11.01 06:52:30.992317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
| 3070 | 2024.11.01 06:52:32.605345 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Length: 38990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3071 | 2024.11.01 06:52:32.605496 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3072 | 2024.11.01 06:52:32.605523 [ 289 ] {} <Debug> HTTP-Session: f0e917a5-7792-417d-a860-a6422e324eac Authenticating user 'default' from [fd00:1122:3344:101::d]:53845 | ||
| 3073 | 2024.11.01 06:52:32.605547 [ 289 ] {} <Debug> HTTP-Session: f0e917a5-7792-417d-a860-a6422e324eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3074 | 2024.11.01 06:52:32.605562 [ 289 ] {} <Debug> HTTP-Session: f0e917a5-7792-417d-a860-a6422e324eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3075 | 2024.11.01 06:52:32.605613 [ 289 ] {} <Trace> HTTP-Session: f0e917a5-7792-417d-a860-a6422e324eac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2024.11.01 06:52:32.605892 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53845) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3077 | 2024.11.01 06:52:32.605968 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3078 | 2024.11.01 06:52:32.606314 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3079 | 2024.11.01 06:52:32.606925 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2024.11.01 06:52:32.606966 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3081 | 2024.11.01 06:52:32.607399 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3082 | 2024.11.01 06:52:32.607796 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2024.11.01 06:52:32.607965 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Debug> executeQuery: Read 257 rows, 23.36 KiB in 0.0022 sec., 116818.18181818181 rows/sec., 10.37 MiB/sec. | ||
| 3084 | 2024.11.01 06:52:32.608167 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Debug> DynamicQueryHandler: Done processing query | ||
| 3085 | 2024.11.01 06:52:32.608192 [ 289 ] {87736f5c-d811-4d6a-b423-fb2d4808b641} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3086 | 2024.11.01 06:52:32.608209 [ 289 ] {} <Debug> HTTP-Session: f0e917a5-7792-417d-a860-a6422e324eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3087 | 2024.11.01 06:52:32.608445 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3088 | 2024.11.01 06:52:32.608605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42384, User-Agent: (none), Length: 4929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3089 | 2024.11.01 06:52:32.608739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3090 | 2024.11.01 06:52:32.608769 [ 3 ] {} <Debug> HTTP-Session: 3ac2dd67-234e-4c68-8263-22a497d98e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:42384 | ||
| 3091 | 2024.11.01 06:52:32.608798 [ 3 ] {} <Debug> HTTP-Session: 3ac2dd67-234e-4c68-8263-22a497d98e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3092 | 2024.11.01 06:52:32.608817 [ 3 ] {} <Debug> HTTP-Session: 3ac2dd67-234e-4c68-8263-22a497d98e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3093 | 2024.11.01 06:52:32.608879 [ 3 ] {} <Trace> HTTP-Session: 3ac2dd67-234e-4c68-8263-22a497d98e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2024.11.01 06:52:32.609100 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42384) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3095 | 2024.11.01 06:52:32.609177 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3096 | 2024.11.01 06:52:32.609541 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3097 | 2024.11.01 06:52:32.609963 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2024.11.01 06:52:32.610005 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3099 | 2024.11.01 06:52:32.610423 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3100 | 2024.11.01 06:52:32.610829 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3101 | 2024.11.01 06:52:32.611002 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001971 sec., 17250.126839167933 rows/sec., 1.27 MiB/sec. | ||
| 3102 | 2024.11.01 06:52:32.611208 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3103 | 2024.11.01 06:52:32.611236 [ 3 ] {0407c338-d478-4cee-aa09-c00f03f2efa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3104 | 2024.11.01 06:52:32.611254 [ 3 ] {} <Debug> HTTP-Session: 3ac2dd67-234e-4c68-8263-22a497d98e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3105 | 2024.11.01 06:52:32.611440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3106 | 2024.11.01 06:52:32.611456 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3107 | 2024.11.01 06:52:32.611550 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3108 | 2024.11.01 06:52:32.611574 [ 289 ] {} <Debug> HTTP-Session: bbb53e9d-b0ce-490a-844c-ad6d3137d342 Authenticating user 'default' from [fd00:1122:3344:101::d]:53845 | ||
| 3109 | 2024.11.01 06:52:32.611606 [ 289 ] {} <Debug> HTTP-Session: bbb53e9d-b0ce-490a-844c-ad6d3137d342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3110 | 2024.11.01 06:52:32.611627 [ 289 ] {} <Debug> HTTP-Session: bbb53e9d-b0ce-490a-844c-ad6d3137d342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3111 | 2024.11.01 06:52:32.611676 [ 289 ] {} <Trace> HTTP-Session: bbb53e9d-b0ce-490a-844c-ad6d3137d342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2024.11.01 06:52:32.611811 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53845) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3113 | 2024.11.01 06:52:32.611868 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3114 | 2024.11.01 06:52:32.612184 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3115 | 2024.11.01 06:52:32.612536 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2024.11.01 06:52:32.612573 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3117 | 2024.11.01 06:52:32.612933 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3118 | 2024.11.01 06:52:32.613308 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2024.11.01 06:52:32.613472 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001693 sec., 8269.344359125811 rows/sec., 579.13 KiB/sec. | ||
| 3120 | 2024.11.01 06:52:32.613780 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Debug> DynamicQueryHandler: Done processing query | ||
| 3121 | 2024.11.01 06:52:32.613805 [ 289 ] {aa93ba21-d976-4b06-8f53-c4be33d99c15} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3122 | 2024.11.01 06:52:32.613822 [ 289 ] {} <Debug> HTTP-Session: bbb53e9d-b0ce-490a-844c-ad6d3137d342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3123 | 2024.11.01 06:52:32.613971 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3124 | 2024.11.01 06:52:32.614084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48510, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3125 | 2024.11.01 06:52:32.614156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3126 | 2024.11.01 06:52:32.614182 [ 3 ] {} <Debug> HTTP-Session: a54d7367-f0dd-4d2b-aeae-9e77924078f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48510 | ||
| 3127 | 2024.11.01 06:52:32.614203 [ 3 ] {} <Debug> HTTP-Session: a54d7367-f0dd-4d2b-aeae-9e77924078f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3128 | 2024.11.01 06:52:32.614221 [ 3 ] {} <Debug> HTTP-Session: a54d7367-f0dd-4d2b-aeae-9e77924078f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3129 | 2024.11.01 06:52:32.614268 [ 3 ] {} <Trace> HTTP-Session: a54d7367-f0dd-4d2b-aeae-9e77924078f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2024.11.01 06:52:32.614376 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48510) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3131 | 2024.11.01 06:52:32.614423 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3132 | 2024.11.01 06:52:32.614678 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3133 | 2024.11.01 06:52:32.615004 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2024.11.01 06:52:32.615042 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3135 | 2024.11.01 06:52:32.615397 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3136 | 2024.11.01 06:52:32.615763 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2024.11.01 06:52:32.615925 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001575 sec., 3809.5238095238096 rows/sec., 225.07 KiB/sec. | ||
| 3138 | 2024.11.01 06:52:32.616218 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3139 | 2024.11.01 06:52:32.616248 [ 3 ] {73e7a776-bdd3-4daf-a642-f10f2d1d538c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3140 | 2024.11.01 06:52:32.616267 [ 3 ] {} <Debug> HTTP-Session: a54d7367-f0dd-4d2b-aeae-9e77924078f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3141 | 2024.11.01 06:52:32.616499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3142 | 2024.11.01 06:52:32.616559 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Length: 67565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3143 | 2024.11.01 06:52:32.616644 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3144 | 2024.11.01 06:52:32.616676 [ 289 ] {} <Debug> HTTP-Session: bfdba8c3-1e16-4ff6-a5e1-ed2530e5a8d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53845 | ||
| 3145 | 2024.11.01 06:52:32.616702 [ 289 ] {} <Debug> HTTP-Session: bfdba8c3-1e16-4ff6-a5e1-ed2530e5a8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3146 | 2024.11.01 06:52:32.616720 [ 289 ] {} <Debug> HTTP-Session: bfdba8c3-1e16-4ff6-a5e1-ed2530e5a8d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3147 | 2024.11.01 06:52:32.616764 [ 289 ] {} <Trace> HTTP-Session: bfdba8c3-1e16-4ff6-a5e1-ed2530e5a8d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3148 | 2024.11.01 06:52:32.617031 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53845) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3149 | 2024.11.01 06:52:32.617086 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3150 | 2024.11.01 06:52:32.617373 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3151 | 2024.11.01 06:52:32.617969 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.11.01 06:52:32.618006 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3153 | 2024.11.01 06:52:32.618386 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3154 | 2024.11.01 06:52:32.618746 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2024.11.01 06:52:32.618905 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Debug> executeQuery: Read 416 rows, 30.40 KiB in 0.002011 sec., 206862.25758329188 rows/sec., 14.76 MiB/sec. | ||
| 3156 | 2024.11.01 06:52:32.619252 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3157 | 2024.11.01 06:52:32.619279 [ 289 ] {a52c791d-1a95-4e79-a253-bf4e765bb86b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3158 | 2024.11.01 06:52:32.619295 [ 289 ] {} <Debug> HTTP-Session: bfdba8c3-1e16-4ff6-a5e1-ed2530e5a8d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3159 | 2024.11.01 06:52:32.619519 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3160 | 2024.11.01 06:52:32.619600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42924, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3161 | 2024.11.01 06:52:32.619677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3162 | 2024.11.01 06:52:32.619734 [ 3 ] {} <Debug> HTTP-Session: 1481b057-ccc7-407d-87fe-755c06f9acc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42924 | ||
| 3163 | 2024.11.01 06:52:32.619755 [ 3 ] {} <Debug> HTTP-Session: 1481b057-ccc7-407d-87fe-755c06f9acc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3164 | 2024.11.01 06:52:32.619773 [ 3 ] {} <Debug> HTTP-Session: 1481b057-ccc7-407d-87fe-755c06f9acc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3165 | 2024.11.01 06:52:32.619820 [ 3 ] {} <Trace> HTTP-Session: 1481b057-ccc7-407d-87fe-755c06f9acc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3166 | 2024.11.01 06:52:32.619950 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42924) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3167 | 2024.11.01 06:52:32.620007 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3168 | 2024.11.01 06:52:32.620189 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3169 | 2024.11.01 06:52:32.620499 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3170 | 2024.11.01 06:52:32.620536 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3171 | 2024.11.01 06:52:32.620927 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3172 | 2024.11.01 06:52:32.621263 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2024.11.01 06:52:32.621423 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 3174 | 2024.11.01 06:52:32.621712 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3175 | 2024.11.01 06:52:32.621736 [ 3 ] {502e66ba-6684-44ad-8ce5-5825b96af0f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3176 | 2024.11.01 06:52:32.621753 [ 3 ] {} <Debug> HTTP-Session: 1481b057-ccc7-407d-87fe-755c06f9acc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3177 | 2024.11.01 06:52:32.621990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3178 | 2024.11.01 06:52:32.622054 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3179 | 2024.11.01 06:52:32.622148 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3180 | 2024.11.01 06:52:32.622176 [ 289 ] {} <Debug> HTTP-Session: 01ab402a-c52b-4215-97b8-de75d2715a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:53845 | ||
| 3181 | 2024.11.01 06:52:32.622197 [ 289 ] {} <Debug> HTTP-Session: 01ab402a-c52b-4215-97b8-de75d2715a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3182 | 2024.11.01 06:52:32.622214 [ 289 ] {} <Debug> HTTP-Session: 01ab402a-c52b-4215-97b8-de75d2715a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3183 | 2024.11.01 06:52:32.622260 [ 289 ] {} <Trace> HTTP-Session: 01ab402a-c52b-4215-97b8-de75d2715a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3184 | 2024.11.01 06:52:32.622496 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3185 | 2024.11.01 06:52:32.622556 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3186 | 2024.11.01 06:52:32.622762 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3187 | 2024.11.01 06:52:32.623253 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3188 | 2024.11.01 06:52:32.623290 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3189 | 2024.11.01 06:52:32.623678 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3190 | 2024.11.01 06:52:32.624021 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2024.11.01 06:52:32.624182 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001811 sec., 130866.92435118719 rows/sec., 8.77 MiB/sec. | ||
| 3192 | 2024.11.01 06:52:32.624487 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Debug> DynamicQueryHandler: Done processing query | ||
| 3193 | 2024.11.01 06:52:32.624512 [ 289 ] {d88bd0b7-d73d-4486-a4ff-93fcb091b325} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3194 | 2024.11.01 06:52:32.624528 [ 289 ] {} <Debug> HTTP-Session: 01ab402a-c52b-4215-97b8-de75d2715a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3195 | 2024.11.01 06:52:32.624727 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3196 | 2024.11.01 06:52:32.624776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53615, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3197 | 2024.11.01 06:52:32.624886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3198 | 2024.11.01 06:52:32.624913 [ 3 ] {} <Debug> HTTP-Session: 9d17f801-e744-44cf-87ac-b1489134a1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53615 | ||
| 3199 | 2024.11.01 06:52:32.624937 [ 3 ] {} <Debug> HTTP-Session: 9d17f801-e744-44cf-87ac-b1489134a1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3200 | 2024.11.01 06:52:32.624956 [ 3 ] {} <Debug> HTTP-Session: 9d17f801-e744-44cf-87ac-b1489134a1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3201 | 2024.11.01 06:52:32.625001 [ 3 ] {} <Trace> HTTP-Session: 9d17f801-e744-44cf-87ac-b1489134a1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2024.11.01 06:52:32.625126 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53615) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3203 | 2024.11.01 06:52:32.625183 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3204 | 2024.11.01 06:52:32.625349 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3205 | 2024.11.01 06:52:32.625633 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2024.11.01 06:52:32.625668 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3207 | 2024.11.01 06:52:32.626034 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3208 | 2024.11.01 06:52:32.626371 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2024.11.01 06:52:32.626534 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. | ||
| 3210 | 2024.11.01 06:52:32.626825 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3211 | 2024.11.01 06:52:32.626850 [ 3 ] {498da281-d14e-40c8-b608-ba617c6274eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3212 | 2024.11.01 06:52:32.626866 [ 3 ] {} <Debug> HTTP-Session: 9d17f801-e744-44cf-87ac-b1489134a1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3213 | 2024.11.01 06:52:32.627100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3214 | 2024.11.01 06:52:32.627200 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47167, User-Agent: (none), Length: 56890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3215 | 2024.11.01 06:52:32.627276 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3216 | 2024.11.01 06:52:32.627297 [ 282 ] {} <Debug> HTTP-Session: e2a2e48c-608f-4265-9fb7-d031c99a02e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47167 | ||
| 3217 | 2024.11.01 06:52:32.627314 [ 282 ] {} <Debug> HTTP-Session: e2a2e48c-608f-4265-9fb7-d031c99a02e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.11.01 06:52:32.627329 [ 282 ] {} <Debug> HTTP-Session: e2a2e48c-608f-4265-9fb7-d031c99a02e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3219 | 2024.11.01 06:52:32.627367 [ 282 ] {} <Trace> HTTP-Session: e2a2e48c-608f-4265-9fb7-d031c99a02e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2024.11.01 06:52:32.628090 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47167) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3221 | 2024.11.01 06:52:32.628165 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <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 | ||
| 3222 | 2024.11.01 06:52:32.628631 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3223 | 2024.11.01 06:52:32.629323 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2024.11.01 06:52:32.629360 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3225 | 2024.11.01 06:52:32.630000 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3226 | 2024.11.01 06:52:32.630407 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2024.11.01 06:52:32.630586 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.003109 sec., 10935.992280476037 rows/sec., 19.60 MiB/sec. | ||
| 3228 | 2024.11.01 06:52:32.630811 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3229 | 2024.11.01 06:52:32.630835 [ 282 ] {07446f7b-866a-49a0-a6f6-08f18a8e800a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 3230 | 2024.11.01 06:52:32.630851 [ 282 ] {} <Debug> HTTP-Session: e2a2e48c-608f-4265-9fb7-d031c99a02e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3231 | 2024.11.01 06:52:32.631030 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3232 | 2024.11.01 06:52:32.631048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53615, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3233 | 2024.11.01 06:52:32.631156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3234 | 2024.11.01 06:52:32.631190 [ 3 ] {} <Debug> HTTP-Session: 23e80f7d-9f9a-4ce1-a773-4b1fb0a7b877 Authenticating user 'default' from [fd00:1122:3344:101::d]:53615 | ||
| 3235 | 2024.11.01 06:52:32.631224 [ 3 ] {} <Debug> HTTP-Session: 23e80f7d-9f9a-4ce1-a773-4b1fb0a7b877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3236 | 2024.11.01 06:52:32.631247 [ 3 ] {} <Debug> HTTP-Session: 23e80f7d-9f9a-4ce1-a773-4b1fb0a7b877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3237 | 2024.11.01 06:52:32.631293 [ 3 ] {} <Trace> HTTP-Session: 23e80f7d-9f9a-4ce1-a773-4b1fb0a7b877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2024.11.01 06:52:32.631466 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53615) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3239 | 2024.11.01 06:52:32.631521 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3240 | 2024.11.01 06:52:32.631706 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3241 | 2024.11.01 06:52:32.632080 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2024.11.01 06:52:32.632124 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3243 | 2024.11.01 06:52:32.632509 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3244 | 2024.11.01 06:52:32.632832 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3245 | 2024.11.01 06:52:32.632991 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001597 sec., 51346.27426424546 rows/sec., 3.26 MiB/sec. | ||
| 3246 | 2024.11.01 06:52:32.633162 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Debug> DynamicQueryHandler: Done processing query | ||
| 3247 | 2024.11.01 06:52:32.633186 [ 3 ] {58ad9ef7-48ed-4b0d-8c6b-467628a7e866} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3248 | 2024.11.01 06:52:32.633201 [ 3 ] {} <Debug> HTTP-Session: 23e80f7d-9f9a-4ce1-a773-4b1fb0a7b877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3249 | 2024.11.01 06:52:32.633486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3250 | 2024.11.01 06:52:37.595885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3251 | 2024.11.01 06:52:37.596021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3252 | 2024.11.01 06:52:37.596048 [ 3 ] {} <Debug> HTTP-Session: f0368961-6ad7-4d17-8783-b7e02dcf9fe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41611 | ||
| 3253 | 2024.11.01 06:52:37.596076 [ 3 ] {} <Debug> HTTP-Session: f0368961-6ad7-4d17-8783-b7e02dcf9fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3254 | 2024.11.01 06:52:37.596091 [ 3 ] {} <Debug> HTTP-Session: f0368961-6ad7-4d17-8783-b7e02dcf9fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3255 | 2024.11.01 06:52:37.596144 [ 3 ] {} <Trace> HTTP-Session: f0368961-6ad7-4d17-8783-b7e02dcf9fe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3256 | 2024.11.01 06:52:37.596404 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41611) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3257 | 2024.11.01 06:52:37.596804 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3258 | 2024.11.01 06:52:37.596855 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3259 | 2024.11.01 06:52:37.597215 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3260 | 2024.11.01 06:52:37.597359 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3261 | 2024.11.01 06:52:37.597538 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3262 | 2024.11.01 06:52:37.597689 [ 290 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3263 | 2024.11.01 06:52:37.597694 [ 284 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3264 | 2024.11.01 06:52:37.597852 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 3265 | 2024.11.01 06:52:37.597883 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3266 | 2024.11.01 06:52:37.601865 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3267 | 2024.11.01 06:52:37.603779 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Reading approx. 40 rows with 2 streams | ||
| 3268 | 2024.11.01 06:52:37.603859 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3269 | 2024.11.01 06:52:37.603919 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3270 | 2024.11.01 06:52:37.605763 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.009475 sec., 4221.635883905013 rows/sec., 160.99 KiB/sec. | ||
| 3271 | 2024.11.01 06:52:37.606117 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3272 | 2024.11.01 06:52:37.606144 [ 3 ] {a66352a3-4d60-4a17-a8de-a54eada933b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3273 | 2024.11.01 06:52:37.606161 [ 3 ] {} <Debug> HTTP-Session: f0368961-6ad7-4d17-8783-b7e02dcf9fe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3274 | 2024.11.01 06:52:37.606827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3275 | 2024.11.01 06:52:37.606958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42551, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3276 | 2024.11.01 06:52:37.607057 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3277 | 2024.11.01 06:52:37.607081 [ 282 ] {} <Debug> HTTP-Session: 7a7e97bc-40dc-4ff4-9b2c-e812c1ceb176 Authenticating user 'default' from [fd00:1122:3344:101::d]:42551 | ||
| 3278 | 2024.11.01 06:52:37.607106 [ 282 ] {} <Debug> HTTP-Session: 7a7e97bc-40dc-4ff4-9b2c-e812c1ceb176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3279 | 2024.11.01 06:52:37.607120 [ 282 ] {} <Debug> HTTP-Session: 7a7e97bc-40dc-4ff4-9b2c-e812c1ceb176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3280 | 2024.11.01 06:52:37.607175 [ 282 ] {} <Trace> HTTP-Session: 7a7e97bc-40dc-4ff4-9b2c-e812c1ceb176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3281 | 2024.11.01 06:52:37.607435 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42551) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 3282 | 2024.11.01 06:52:37.607865 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3283 | 2024.11.01 06:52:37.607919 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 3284 | 2024.11.01 06:52:37.608297 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3285 | 2024.11.01 06:52:37.608380 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3286 | 2024.11.01 06:52:37.608555 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3287 | 2024.11.01 06:52:37.608673 [ 294 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3288 | 2024.11.01 06:52:37.608676 [ 292 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3289 | 2024.11.01 06:52:37.608801 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (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 | ||
| 3290 | 2024.11.01 06:52:37.608833 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3291 | 2024.11.01 06:52:37.608925 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3292 | 2024.11.01 06:52:37.608947 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a) (SelectExecutor): Reading approx. 40 rows with 2 streams | ||
| 3293 | 2024.11.01 06:52:37.608991 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3294 | 2024.11.01 06:52:37.609037 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 3295 | 2024.11.01 06:52:37.610457 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003148 sec., 12706.480304955527 rows/sec., 484.56 KiB/sec. | ||
| 3296 | 2024.11.01 06:52:37.610854 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3297 | 2024.11.01 06:52:37.610886 [ 282 ] {c36a6b70-3628-4174-9025-82f78fcb1c8f} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
| 3298 | 2024.11.01 06:52:37.610909 [ 282 ] {} <Debug> HTTP-Session: 7a7e97bc-40dc-4ff4-9b2c-e812c1ceb176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3299 | 2024.11.01 06:52:37.617422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3300 | 2024.11.01 06:52:37.617443 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3301 | 2024.11.01 06:52:37.617531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3302 | 2024.11.01 06:52:37.617571 [ 3 ] {} <Debug> HTTP-Session: 73129407-ea1e-4220-949b-73e8783655f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41611 | ||
| 3303 | 2024.11.01 06:52:37.617591 [ 3 ] {} <Debug> HTTP-Session: 73129407-ea1e-4220-949b-73e8783655f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3304 | 2024.11.01 06:52:37.617607 [ 3 ] {} <Debug> HTTP-Session: 73129407-ea1e-4220-949b-73e8783655f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3305 | 2024.11.01 06:52:37.617663 [ 3 ] {} <Trace> HTTP-Session: 73129407-ea1e-4220-949b-73e8783655f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3306 | 2024.11.01 06:52:37.617803 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41611) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3307 | 2024.11.01 06:52:37.617856 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3308 | 2024.11.01 06:52:37.618070 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3309 | 2024.11.01 06:52:37.618413 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3310 | 2024.11.01 06:52:37.618453 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3311 | 2024.11.01 06:52:37.618973 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3312 | 2024.11.01 06:52:37.619304 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Trace> oximeter.timeseries_schema (e8c44700-f7a7-4637-b83e-2e6e6d1ebb5a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2024.11.01 06:52:37.619462 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Debug> executeQuery: Read 2 rows, 338.00 B in 0.001695 sec., 1179.9410029498526 rows/sec., 194.74 KiB/sec. | ||
| 3314 | 2024.11.01 06:52:37.619676 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Debug> DynamicQueryHandler: Done processing query | ||
| 3315 | 2024.11.01 06:52:37.619699 [ 3 ] {2a798ae8-16a4-4811-b5cf-715648129e76} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3316 | 2024.11.01 06:52:37.619715 [ 3 ] {} <Debug> HTTP-Session: 73129407-ea1e-4220-949b-73e8783655f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3317 | 2024.11.01 06:52:37.619862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3318 | 2024.11.01 06:52:37.619982 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45962, User-Agent: (none), Length: 1304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3319 | 2024.11.01 06:52:37.620064 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3320 | 2024.11.01 06:52:37.620090 [ 282 ] {} <Debug> HTTP-Session: f59948b8-4a3d-4027-a11a-18be4579f163 Authenticating user 'default' from [fd00:1122:3344:101::d]:45962 | ||
| 3321 | 2024.11.01 06:52:37.620114 [ 282 ] {} <Debug> HTTP-Session: f59948b8-4a3d-4027-a11a-18be4579f163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3322 | 2024.11.01 06:52:37.620130 [ 282 ] {} <Debug> HTTP-Session: f59948b8-4a3d-4027-a11a-18be4579f163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3323 | 2024.11.01 06:52:37.620179 [ 282 ] {} <Trace> HTTP-Session: f59948b8-4a3d-4027-a11a-18be4579f163 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3324 | 2024.11.01 06:52:37.620336 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45962) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3325 | 2024.11.01 06:52:37.620400 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3326 | 2024.11.01 06:52:37.620696 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3327 | 2024.11.01 06:52:37.621039 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3328 | 2024.11.01 06:52:37.621081 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3329 | 2024.11.01 06:52:37.621469 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3330 | 2024.11.01 06:52:37.621842 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2024.11.01 06:52:37.622008 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00172 sec., 4651.162790697675 rows/sec., 379.27 KiB/sec. | ||
| 3332 | 2024.11.01 06:52:37.622291 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Debug> DynamicQueryHandler: Done processing query | ||
| 3333 | 2024.11.01 06:52:37.622316 [ 282 ] {5e11d632-0e04-4fb3-97c7-0a001d55da76} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3334 | 2024.11.01 06:52:37.622333 [ 282 ] {} <Debug> HTTP-Session: f59948b8-4a3d-4027-a11a-18be4579f163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3335 | 2024.11.01 06:52:37.622512 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3336 | 2024.11.01 06:52:37.622555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Length: 10106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3337 | 2024.11.01 06:52:37.622628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3338 | 2024.11.01 06:52:37.622658 [ 3 ] {} <Debug> HTTP-Session: e4f77245-0615-4b5c-89ba-c3d6d308ead8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41611 | ||
| 3339 | 2024.11.01 06:52:37.622689 [ 3 ] {} <Debug> HTTP-Session: e4f77245-0615-4b5c-89ba-c3d6d308ead8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3340 | 2024.11.01 06:52:37.622707 [ 3 ] {} <Debug> HTTP-Session: e4f77245-0615-4b5c-89ba-c3d6d308ead8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3341 | 2024.11.01 06:52:37.622744 [ 3 ] {} <Trace> HTTP-Session: e4f77245-0615-4b5c-89ba-c3d6d308ead8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3342 | 2024.11.01 06:52:37.622876 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41611) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3343 | 2024.11.01 06:52:37.622922 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3344 | 2024.11.01 06:52:37.623183 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3345 | 2024.11.01 06:52:37.623574 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3346 | 2024.11.01 06:52:37.623610 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3347 | 2024.11.01 06:52:37.623970 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3348 | 2024.11.01 06:52:37.624342 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3349 | 2024.11.01 06:52:37.624495 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Debug> executeQuery: Read 71 rows, 5.77 KiB in 0.001654 sec., 42926.23941958887 rows/sec., 3.40 MiB/sec. | ||
| 3350 | 2024.11.01 06:52:37.624724 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Debug> DynamicQueryHandler: Done processing query | ||
| 3351 | 2024.11.01 06:52:37.624749 [ 3 ] {c5896464-75ac-4a32-815f-5051be1e0c13} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3352 | 2024.11.01 06:52:37.624765 [ 3 ] {} <Debug> HTTP-Session: e4f77245-0615-4b5c-89ba-c3d6d308ead8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3353 | 2024.11.01 06:52:37.624931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3354 | 2024.11.01 06:52:37.625033 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44871, User-Agent: (none), Length: 1889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3355 | 2024.11.01 06:52:37.625113 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3356 | 2024.11.01 06:52:37.625138 [ 282 ] {} <Debug> HTTP-Session: 517163a8-b4b0-42e2-a2b2-9b806fb6a857 Authenticating user 'default' from [fd00:1122:3344:101::d]:44871 | ||
| 3357 | 2024.11.01 06:52:37.625160 [ 282 ] {} <Debug> HTTP-Session: 517163a8-b4b0-42e2-a2b2-9b806fb6a857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3358 | 2024.11.01 06:52:37.625178 [ 282 ] {} <Debug> HTTP-Session: 517163a8-b4b0-42e2-a2b2-9b806fb6a857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3359 | 2024.11.01 06:52:37.625223 [ 282 ] {} <Trace> HTTP-Session: 517163a8-b4b0-42e2-a2b2-9b806fb6a857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3360 | 2024.11.01 06:52:37.625366 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44871) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3361 | 2024.11.01 06:52:37.625422 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3362 | 2024.11.01 06:52:37.625692 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3363 | 2024.11.01 06:52:37.626036 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2024.11.01 06:52:37.626073 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3365 | 2024.11.01 06:52:37.626437 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3366 | 2024.11.01 06:52:37.626830 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2024.11.01 06:52:37.626986 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Debug> executeQuery: Read 13 rows, 957.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 564.35 KiB/sec. | ||
| 3368 | 2024.11.01 06:52:37.627172 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3369 | 2024.11.01 06:52:37.627197 [ 282 ] {a65c2a9c-0952-4e21-978c-af07f2d0550b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3370 | 2024.11.01 06:52:37.627213 [ 282 ] {} <Debug> HTTP-Session: 517163a8-b4b0-42e2-a2b2-9b806fb6a857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3371 | 2024.11.01 06:52:37.627380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3372 | 2024.11.01 06:52:37.627387 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3373 | 2024.11.01 06:52:37.627470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3374 | 2024.11.01 06:52:37.627501 [ 3 ] {} <Debug> HTTP-Session: ab5f5d8c-898b-4a89-86fb-2198afb61233 Authenticating user 'default' from [fd00:1122:3344:101::d]:41611 | ||
| 3375 | 2024.11.01 06:52:37.627521 [ 3 ] {} <Debug> HTTP-Session: ab5f5d8c-898b-4a89-86fb-2198afb61233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3376 | 2024.11.01 06:52:37.627544 [ 3 ] {} <Debug> HTTP-Session: ab5f5d8c-898b-4a89-86fb-2198afb61233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3377 | 2024.11.01 06:52:37.627589 [ 3 ] {} <Trace> HTTP-Session: ab5f5d8c-898b-4a89-86fb-2198afb61233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3378 | 2024.11.01 06:52:37.627691 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41611) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3379 | 2024.11.01 06:52:37.627736 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3380 | 2024.11.01 06:52:37.627999 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3381 | 2024.11.01 06:52:37.628313 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2024.11.01 06:52:37.628353 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3383 | 2024.11.01 06:52:37.628744 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3384 | 2024.11.01 06:52:37.629130 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3385 | 2024.11.01 06:52:37.629281 [ 34 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3386 | 2024.11.01 06:52:37.629289 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001614 sec., 619.5786864931846 rows/sec., 41.14 KiB/sec. | ||
| 3387 | 2024.11.01 06:52:37.629342 [ 34 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2024.11.01 06:52:37.629417 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3389 | 2024.11.01 06:52:37.629586 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::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 | ||
| 3390 | 2024.11.01 06:52:37.629591 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Debug> DynamicQueryHandler: Done processing query | ||
| 3391 | 2024.11.01 06:52:37.629638 [ 3 ] {8fafff11-eb70-4e50-b18d-7cbb6f62b632} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3392 | 2024.11.01 06:52:37.629658 [ 3 ] {} <Debug> HTTP-Session: ab5f5d8c-898b-4a89-86fb-2198afb61233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3393 | 2024.11.01 06:52:37.629740 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3394 | 2024.11.01 06:52:37.629771 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 3395 | 2024.11.01 06:52:37.629825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3396 | 2024.11.01 06:52:37.630038 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 3397 | 2024.11.01 06:52:37.630046 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39150, User-Agent: (none), Length: 13610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3398 | 2024.11.01 06:52:37.630252 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3399 | 2024.11.01 06:52:37.630357 [ 282 ] {} <Debug> HTTP-Session: 779a7248-6823-4177-a42c-81987b840dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:39150 | ||
| 3400 | 2024.11.01 06:52:37.630404 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3401 | 2024.11.01 06:52:37.630430 [ 282 ] {} <Debug> HTTP-Session: 779a7248-6823-4177-a42c-81987b840dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3402 | 2024.11.01 06:52:37.630488 [ 282 ] {} <Debug> HTTP-Session: 779a7248-6823-4177-a42c-81987b840dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3403 | 2024.11.01 06:52:37.630632 [ 282 ] {} <Trace> HTTP-Session: 779a7248-6823-4177-a42c-81987b840dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2024.11.01 06:52:37.630699 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3405 | 2024.11.01 06:52:37.630919 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 3406 | 2024.11.01 06:52:37.631031 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3407 | 2024.11.01 06:52:37.631199 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3408 | 2024.11.01 06:52:37.631279 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3409 | 2024.11.01 06:52:37.632199 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3410 | 2024.11.01 06:52:37.633332 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2024.11.01 06:52:37.633388 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3412 | 2024.11.01 06:52:37.634534 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 5 columns (5 merged, 0 gathered) in 0.005003697 sec., 56957.885339579916 rows/sec., 3.88 MiB/sec. | ||
| 3413 | 2024.11.01 06:52:37.634577 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3414 | 2024.11.01 06:52:37.634742 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3415 | 2024.11.01 06:52:37.635633 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3416 | 2024.11.01 06:52:37.635766 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2024.11.01 06:52:37.635967 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Debug> executeQuery: Read 80 rows, 6.41 KiB in 0.005094 sec., 15704.750687082844 rows/sec., 1.23 MiB/sec. | ||
| 3418 | 2024.11.01 06:52:37.635984 [ 189 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_6_1} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3419 | 2024.11.01 06:52:37.636237 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3420 | 2024.11.01 06:52:37.636375 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Debug> DynamicQueryHandler: Done processing query | ||
| 3421 | 2024.11.01 06:52:37.636405 [ 282 ] {dc33af76-56f6-48fb-b246-181712464d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3422 | 2024.11.01 06:52:37.636421 [ 282 ] {} <Debug> HTTP-Session: 779a7248-6823-4177-a42c-81987b840dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3423 | 2024.11.01 06:52:37.636614 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3424 | 2024.11.01 06:52:37.636750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47276, User-Agent: (none), Length: 25236, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3425 | 2024.11.01 06:52:37.636821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3426 | 2024.11.01 06:52:37.636845 [ 3 ] {} <Debug> HTTP-Session: 361039e1-edce-4bb1-99b2-8b8eaa0c9baa Authenticating user 'default' from [fd00:1122:3344:101::d]:47276 | ||
| 3427 | 2024.11.01 06:52:37.636866 [ 3 ] {} <Debug> HTTP-Session: 361039e1-edce-4bb1-99b2-8b8eaa0c9baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3428 | 2024.11.01 06:52:37.636883 [ 3 ] {} <Debug> HTTP-Session: 361039e1-edce-4bb1-99b2-8b8eaa0c9baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3429 | 2024.11.01 06:52:37.636928 [ 3 ] {} <Trace> HTTP-Session: 361039e1-edce-4bb1-99b2-8b8eaa0c9baa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2024.11.01 06:52:37.637184 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47276) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3431 | 2024.11.01 06:52:37.637241 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3432 | 2024.11.01 06:52:37.637438 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3433 | 2024.11.01 06:52:37.637815 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2024.11.01 06:52:37.637851 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3435 | 2024.11.01 06:52:37.638232 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3436 | 2024.11.01 06:52:37.638564 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2024.11.01 06:52:37.638735 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Debug> executeQuery: Read 132 rows, 9.41 KiB in 0.001698 sec., 77738.51590106006 rows/sec., 5.41 MiB/sec. | ||
| 3438 | 2024.11.01 06:52:37.638956 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Debug> DynamicQueryHandler: Done processing query | ||
| 3439 | 2024.11.01 06:52:37.638980 [ 3 ] {a582ac00-7c56-4463-bdc1-d183c588ac66} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3440 | 2024.11.01 06:52:37.638996 [ 3 ] {} <Debug> HTTP-Session: 361039e1-edce-4bb1-99b2-8b8eaa0c9baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3441 | 2024.11.01 06:52:37.639233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3442 | 2024.11.01 06:52:37.639266 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39150, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3443 | 2024.11.01 06:52:37.639376 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3444 | 2024.11.01 06:52:37.639432 [ 282 ] {} <Debug> HTTP-Session: 6e34208c-76ec-4e51-97a7-dd72ebbf0983 Authenticating user 'default' from [fd00:1122:3344:101::d]:39150 | ||
| 3445 | 2024.11.01 06:52:37.639467 [ 282 ] {} <Debug> HTTP-Session: 6e34208c-76ec-4e51-97a7-dd72ebbf0983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3446 | 2024.11.01 06:52:37.639488 [ 282 ] {} <Debug> HTTP-Session: 6e34208c-76ec-4e51-97a7-dd72ebbf0983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3447 | 2024.11.01 06:52:37.639533 [ 282 ] {} <Trace> HTTP-Session: 6e34208c-76ec-4e51-97a7-dd72ebbf0983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3448 | 2024.11.01 06:52:37.639657 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3449 | 2024.11.01 06:52:37.639714 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3450 | 2024.11.01 06:52:37.639908 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3451 | 2024.11.01 06:52:37.640225 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3452 | 2024.11.01 06:52:37.640268 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3453 | 2024.11.01 06:52:37.640662 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3454 | 2024.11.01 06:52:37.640999 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3455 | 2024.11.01 06:52:37.641158 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001533 sec., 652.3157208088714 rows/sec., 41.41 KiB/sec. | ||
| 3456 | 2024.11.01 06:52:37.641423 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Debug> DynamicQueryHandler: Done processing query | ||
| 3457 | 2024.11.01 06:52:37.641448 [ 282 ] {b7f55b9b-d2a4-45f0-870d-b14f539b2010} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3458 | 2024.11.01 06:52:37.641465 [ 282 ] {} <Debug> HTTP-Session: 6e34208c-76ec-4e51-97a7-dd72ebbf0983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3459 | 2024.11.01 06:52:37.641658 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3460 | 2024.11.01 06:52:37.641723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59523, User-Agent: (none), Length: 8281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3461 | 2024.11.01 06:52:37.641805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3462 | 2024.11.01 06:52:37.641831 [ 3 ] {} <Debug> HTTP-Session: a4d455db-9543-4171-8588-e04c555149e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59523 | ||
| 3463 | 2024.11.01 06:52:37.641853 [ 3 ] {} <Debug> HTTP-Session: a4d455db-9543-4171-8588-e04c555149e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3464 | 2024.11.01 06:52:37.641870 [ 3 ] {} <Debug> HTTP-Session: a4d455db-9543-4171-8588-e04c555149e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3465 | 2024.11.01 06:52:37.641913 [ 3 ] {} <Trace> HTTP-Session: a4d455db-9543-4171-8588-e04c555149e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3466 | 2024.11.01 06:52:37.642101 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59523) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3467 | 2024.11.01 06:52:37.642189 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <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 | ||
| 3468 | 2024.11.01 06:52:37.642712 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3469 | 2024.11.01 06:52:37.643164 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2024.11.01 06:52:37.643200 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3471 | 2024.11.01 06:52:37.643779 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3472 | 2024.11.01 06:52:37.644194 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2024.11.01 06:52:37.644396 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Debug> executeQuery: Read 5 rows, 9.17 KiB in 0.002384 sec., 2097.3154362416108 rows/sec., 3.76 MiB/sec. | ||
| 3474 | 2024.11.01 06:52:37.644718 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3475 | 2024.11.01 06:52:37.644743 [ 3 ] {c895e1b7-067a-4ccc-8a69-35a9effe12f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
| 3476 | 2024.11.01 06:52:37.644759 [ 3 ] {} <Debug> HTTP-Session: a4d455db-9543-4171-8588-e04c555149e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3477 | 2024.11.01 06:52:37.644942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3478 | 2024.11.01 06:52:37.645078 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58460, User-Agent: (none), Length: 516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3479 | 2024.11.01 06:52:37.645195 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3480 | 2024.11.01 06:52:37.645234 [ 282 ] {} <Debug> HTTP-Session: 05180dee-5309-4314-9f46-1d720eac42bd Authenticating user 'default' from [fd00:1122:3344:101::d]:58460 | ||
| 3481 | 2024.11.01 06:52:37.645268 [ 282 ] {} <Debug> HTTP-Session: 05180dee-5309-4314-9f46-1d720eac42bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3482 | 2024.11.01 06:52:37.645296 [ 282 ] {} <Debug> HTTP-Session: 05180dee-5309-4314-9f46-1d720eac42bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3483 | 2024.11.01 06:52:37.645367 [ 282 ] {} <Trace> HTTP-Session: 05180dee-5309-4314-9f46-1d720eac42bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3484 | 2024.11.01 06:52:37.645526 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58460) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3485 | 2024.11.01 06:52:37.645574 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3486 | 2024.11.01 06:52:37.645737 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3487 | 2024.11.01 06:52:37.646016 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Trace> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3488 | 2024.11.01 06:52:37.646052 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3489 | 2024.11.01 06:52:37.646422 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3490 | 2024.11.01 06:52:37.646766 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Trace> oximeter.measurements_i64 (eb33a5ac-d1e6-4303-bce0-dfc9addf3cd9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3491 | 2024.11.01 06:52:37.646902 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.0014 sec., 2142.8571428571427 rows/sec., 151.37 KiB/sec. | ||
| 3492 | 2024.11.01 06:52:37.647201 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Debug> DynamicQueryHandler: Done processing query | ||
| 3493 | 2024.11.01 06:52:37.647226 [ 282 ] {36e94288-15c8-4abc-b4f8-f0b6e5011a37} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3494 | 2024.11.01 06:52:37.647241 [ 282 ] {} <Debug> HTTP-Session: 05180dee-5309-4314-9f46-1d720eac42bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3495 | 2024.11.01 06:52:37.647395 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3496 | 2024.11.01 06:52:37.647504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52331, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3497 | 2024.11.01 06:52:37.647564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3498 | 2024.11.01 06:52:37.647584 [ 3 ] {} <Debug> HTTP-Session: e220e592-61f8-4e38-9cc1-f72c6e06f7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:52331 | ||
| 3499 | 2024.11.01 06:52:37.647601 [ 3 ] {} <Debug> HTTP-Session: e220e592-61f8-4e38-9cc1-f72c6e06f7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3500 | 2024.11.01 06:52:37.647616 [ 3 ] {} <Debug> HTTP-Session: e220e592-61f8-4e38-9cc1-f72c6e06f7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3501 | 2024.11.01 06:52:37.647653 [ 3 ] {} <Trace> HTTP-Session: e220e592-61f8-4e38-9cc1-f72c6e06f7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2024.11.01 06:52:37.647777 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52331) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3503 | 2024.11.01 06:52:37.647825 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3504 | 2024.11.01 06:52:37.647987 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3505 | 2024.11.01 06:52:37.648272 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3506 | 2024.11.01 06:52:37.648307 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3507 | 2024.11.01 06:52:37.648667 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3508 | 2024.11.01 06:52:37.648997 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3509 | 2024.11.01 06:52:37.649118 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001382 sec., 34732.27206946455 rows/sec., 2.34 MiB/sec. | ||
| 3510 | 2024.11.01 06:52:37.649309 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3511 | 2024.11.01 06:52:37.649344 [ 3 ] {6b5eaa57-f583-4bfd-af7f-b01c1f7c0ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3512 | 2024.11.01 06:52:37.649364 [ 3 ] {} <Debug> HTTP-Session: e220e592-61f8-4e38-9cc1-f72c6e06f7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3513 | 2024.11.01 06:52:37.649621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3514 | 2024.11.01 06:52:38.871577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3515 | 2024.11.01 06:52:39.174070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3516 | 2024.11.01 06:52:39.196380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3517 | 2024.11.01 06:52:39.203598 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3518 | 2024.11.01 06:52:39.302029 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3519 | 2024.11.01 06:52:39.303331 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3520 | 2024.11.01 06:52:39.304663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3521 | 2024.11.01 06:52:39.318972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3522 | 2024.11.01 06:52:40.891139 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3523 | 2024.11.01 06:52:40.891189 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3524 | 2024.11.01 06:52:40.992609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 366 | ||
| 3525 | 2024.11.01 06:52:40.996005 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2024.11.01 06:52:40.996054 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3527 | 2024.11.01 06:52:40.997814 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3528 | 2024.11.01 06:52:40.998864 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2024.11.01 06:52:40.999470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366 | ||
| 3530 | 2024.11.01 06:52:42.599160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52643, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3531 | 2024.11.01 06:52:42.599361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3532 | 2024.11.01 06:52:42.599408 [ 3 ] {} <Debug> HTTP-Session: 76dc4e22-00ea-44dc-bc3f-5113f03a6b95 Authenticating user 'default' from [fd00:1122:3344:101::d]:52643 | ||
| 3533 | 2024.11.01 06:52:42.599462 [ 3 ] {} <Debug> HTTP-Session: 76dc4e22-00ea-44dc-bc3f-5113f03a6b95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3534 | 2024.11.01 06:52:42.599491 [ 3 ] {} <Debug> HTTP-Session: 76dc4e22-00ea-44dc-bc3f-5113f03a6b95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3535 | 2024.11.01 06:52:42.599577 [ 3 ] {} <Trace> HTTP-Session: 76dc4e22-00ea-44dc-bc3f-5113f03a6b95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3536 | 2024.11.01 06:52:42.599820 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52643) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3537 | 2024.11.01 06:52:42.599889 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3538 | 2024.11.01 06:52:42.600229 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3539 | 2024.11.01 06:52:42.600774 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2024.11.01 06:52:42.600816 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3541 | 2024.11.01 06:52:42.601256 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3542 | 2024.11.01 06:52:42.601658 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2024.11.01 06:52:42.601839 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00207 sec., 27053.14009661836 rows/sec., 2.08 MiB/sec. | ||
| 3544 | 2024.11.01 06:52:42.602047 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Debug> DynamicQueryHandler: Done processing query | ||
| 3545 | 2024.11.01 06:52:42.602073 [ 3 ] {6d880f3d-7b29-4ddb-8513-7664f3896b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3546 | 2024.11.01 06:52:42.602090 [ 3 ] {} <Debug> HTTP-Session: 76dc4e22-00ea-44dc-bc3f-5113f03a6b95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3547 | 2024.11.01 06:52:42.602319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3548 | 2024.11.01 06:52:42.602527 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42239, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3549 | 2024.11.01 06:52:42.602602 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3550 | 2024.11.01 06:52:42.602627 [ 285 ] {} <Debug> HTTP-Session: 4a99b3ef-26c8-4ba9-9b17-d515f4f75d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:42239 | ||
| 3551 | 2024.11.01 06:52:42.602645 [ 285 ] {} <Debug> HTTP-Session: 4a99b3ef-26c8-4ba9-9b17-d515f4f75d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3552 | 2024.11.01 06:52:42.602659 [ 285 ] {} <Debug> HTTP-Session: 4a99b3ef-26c8-4ba9-9b17-d515f4f75d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3553 | 2024.11.01 06:52:42.602690 [ 285 ] {} <Trace> HTTP-Session: 4a99b3ef-26c8-4ba9-9b17-d515f4f75d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3554 | 2024.11.01 06:52:42.602815 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42239) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3555 | 2024.11.01 06:52:42.602860 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3556 | 2024.11.01 06:52:42.603090 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3557 | 2024.11.01 06:52:42.603504 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2024.11.01 06:52:42.603541 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3559 | 2024.11.01 06:52:42.603909 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3560 | 2024.11.01 06:52:42.604271 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2024.11.01 06:52:42.604437 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001657 sec., 38624.01931200965 rows/sec., 3.01 MiB/sec. | ||
| 3562 | 2024.11.01 06:52:42.604623 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Debug> DynamicQueryHandler: Done processing query | ||
| 3563 | 2024.11.01 06:52:42.604647 [ 285 ] {d5692e6b-0dcd-4d12-9368-61586b370311} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3564 | 2024.11.01 06:52:42.604662 [ 285 ] {} <Debug> HTTP-Session: 4a99b3ef-26c8-4ba9-9b17-d515f4f75d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3565 | 2024.11.01 06:52:42.604852 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3566 | 2024.11.01 06:52:42.604867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52643, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3567 | 2024.11.01 06:52:42.604926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3568 | 2024.11.01 06:52:42.604946 [ 3 ] {} <Debug> HTTP-Session: 72a5ecd8-c8e4-4ef7-bd14-8fae19d13119 Authenticating user 'default' from [fd00:1122:3344:101::d]:52643 | ||
| 3569 | 2024.11.01 06:52:42.604963 [ 3 ] {} <Debug> HTTP-Session: 72a5ecd8-c8e4-4ef7-bd14-8fae19d13119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3570 | 2024.11.01 06:52:42.604981 [ 3 ] {} <Debug> HTTP-Session: 72a5ecd8-c8e4-4ef7-bd14-8fae19d13119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.11.01 06:52:42.605014 [ 3 ] {} <Trace> HTTP-Session: 72a5ecd8-c8e4-4ef7-bd14-8fae19d13119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3572 | 2024.11.01 06:52:42.605162 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52643) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3573 | 2024.11.01 06:52:42.605210 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3574 | 2024.11.01 06:52:42.605357 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3575 | 2024.11.01 06:52:42.605848 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2024.11.01 06:52:42.605888 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3577 | 2024.11.01 06:52:42.606292 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3578 | 2024.11.01 06:52:42.606660 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2024.11.01 06:52:42.606835 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec. | ||
| 3580 | 2024.11.01 06:52:42.607011 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Debug> DynamicQueryHandler: Done processing query | ||
| 3581 | 2024.11.01 06:52:42.607037 [ 3 ] {36d19af4-65a9-4187-83b0-8d1e92bdc073} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3582 | 2024.11.01 06:52:42.607053 [ 3 ] {} <Debug> HTTP-Session: 72a5ecd8-c8e4-4ef7-bd14-8fae19d13119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3583 | 2024.11.01 06:52:42.607235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3584 | 2024.11.01 06:52:42.607313 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65327, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3585 | 2024.11.01 06:52:42.607377 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3586 | 2024.11.01 06:52:42.607401 [ 285 ] {} <Debug> HTTP-Session: a24f02b7-3665-46e5-be54-27632dccef90 Authenticating user 'default' from [fd00:1122:3344:101::d]:65327 | ||
| 3587 | 2024.11.01 06:52:42.607422 [ 285 ] {} <Debug> HTTP-Session: a24f02b7-3665-46e5-be54-27632dccef90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3588 | 2024.11.01 06:52:42.607439 [ 285 ] {} <Debug> HTTP-Session: a24f02b7-3665-46e5-be54-27632dccef90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3589 | 2024.11.01 06:52:42.607478 [ 285 ] {} <Trace> HTTP-Session: a24f02b7-3665-46e5-be54-27632dccef90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2024.11.01 06:52:42.607624 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65327) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3591 | 2024.11.01 06:52:42.607667 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3592 | 2024.11.01 06:52:42.607794 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3593 | 2024.11.01 06:52:42.608091 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2024.11.01 06:52:42.608127 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3595 | 2024.11.01 06:52:42.608484 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3596 | 2024.11.01 06:52:42.608807 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2024.11.01 06:52:42.608966 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 3598 | 2024.11.01 06:52:42.609287 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Debug> DynamicQueryHandler: Done processing query | ||
| 3599 | 2024.11.01 06:52:42.609311 [ 285 ] {5735d4f8-392e-4701-a105-d13aec434e87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3600 | 2024.11.01 06:52:42.609327 [ 285 ] {} <Debug> HTTP-Session: a24f02b7-3665-46e5-be54-27632dccef90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3601 | 2024.11.01 06:52:42.609514 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3602 | 2024.11.01 06:52:47.606116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49177, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3603 | 2024.11.01 06:52:47.606259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3604 | 2024.11.01 06:52:47.606293 [ 3 ] {} <Debug> HTTP-Session: 6e0c2101-7f03-429a-8ee2-0949c4cdff07 Authenticating user 'default' from [fd00:1122:3344:101::d]:49177 | ||
| 3605 | 2024.11.01 06:52:47.606320 [ 3 ] {} <Debug> HTTP-Session: 6e0c2101-7f03-429a-8ee2-0949c4cdff07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3606 | 2024.11.01 06:52:47.606335 [ 3 ] {} <Debug> HTTP-Session: 6e0c2101-7f03-429a-8ee2-0949c4cdff07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3607 | 2024.11.01 06:52:47.606386 [ 3 ] {} <Trace> HTTP-Session: 6e0c2101-7f03-429a-8ee2-0949c4cdff07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3608 | 2024.11.01 06:52:47.606653 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49177) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3609 | 2024.11.01 06:52:47.606721 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3610 | 2024.11.01 06:52:47.607059 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3611 | 2024.11.01 06:52:47.607679 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2024.11.01 06:52:47.607720 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3613 | 2024.11.01 06:52:47.608163 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3614 | 2024.11.01 06:52:47.608542 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2024.11.01 06:52:47.608717 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002178 sec., 122589.53168044078 rows/sec., 10.91 MiB/sec. | ||
| 3616 | 2024.11.01 06:52:47.608728 [ 27 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3617 | 2024.11.01 06:52:47.608837 [ 27 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2024.11.01 06:52:47.608898 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3619 | 2024.11.01 06:52:47.609046 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Debug> DynamicQueryHandler: Done processing query | ||
| 3620 | 2024.11.01 06:52:47.609132 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 3621 | 2024.11.01 06:52:47.609147 [ 3 ] {2a02eed7-e965-43c2-9f64-400866399ada} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3622 | 2024.11.01 06:52:47.609246 [ 3 ] {} <Debug> HTTP-Session: 6e0c2101-7f03-429a-8ee2-0949c4cdff07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3623 | 2024.11.01 06:52:47.609399 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3624 | 2024.11.01 06:52:47.609444 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1397 rows starting from the beginning of the part | ||
| 3625 | 2024.11.01 06:52:47.609639 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 3626 | 2024.11.01 06:52:47.609675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3627 | 2024.11.01 06:52:47.609731 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46281, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3628 | 2024.11.01 06:52:47.610058 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3629 | 2024.11.01 06:52:47.610112 [ 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): | ||
| 3630 | |||
| 3631 | (version 23.8.7.1) | ||
| 3632 | 2024.11.01 06:52:47.610195 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 257 rows starting from the beginning of the part | ||
| 3633 | 2024.11.01 06:52:47.610219 [ 285 ] {} <Debug> HTTP-Session: 6440a1fe-3c14-49ed-b19b-4ea69f36d9a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46281 | ||
| 3634 | 2024.11.01 06:52:47.610294 [ 285 ] {} <Debug> HTTP-Session: 6440a1fe-3c14-49ed-b19b-4ea69f36d9a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3635 | 2024.11.01 06:52:47.610365 [ 285 ] {} <Debug> HTTP-Session: 6440a1fe-3c14-49ed-b19b-4ea69f36d9a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3636 | 2024.11.01 06:52:47.610491 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 71 rows starting from the beginning of the part | ||
| 3637 | 2024.11.01 06:52:47.610555 [ 285 ] {} <Trace> HTTP-Session: 6440a1fe-3c14-49ed-b19b-4ea69f36d9a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3638 | 2024.11.01 06:52:47.610734 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 3639 | 2024.11.01 06:52:47.610993 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 267 rows starting from the beginning of the part | ||
| 3640 | 2024.11.01 06:52:47.611091 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46281) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3641 | 2024.11.01 06:52:47.611282 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3642 | 2024.11.01 06:52:47.612168 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3643 | 2024.11.01 06:52:47.613166 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3644 | 2024.11.01 06:52:47.613244 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3645 | 2024.11.01 06:52:47.614062 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3646 | 2024.11.01 06:52:47.614506 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2104 rows, containing 5 columns (5 merged, 0 gathered) in 0.005520623 sec., 381116.4066084571 rows/sec., 33.68 MiB/sec. | ||
| 3647 | 2024.11.01 06:52:47.614852 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3648 | 2024.11.01 06:52:47.614879 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2024.11.01 06:52:47.615254 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004367 sec., 8930.61598351271 rows/sec., 671.54 KiB/sec. | ||
| 3650 | 2024.11.01 06:52:47.616025 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3651 | 2024.11.01 06:52:47.616087 [ 285 ] {806493c7-dd09-476b-b59b-d35a7f6f23b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3652 | 2024.11.01 06:52:47.616126 [ 285 ] {} <Debug> HTTP-Session: 6440a1fe-3c14-49ed-b19b-4ea69f36d9a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3653 | 2024.11.01 06:52:47.616180 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2024.11.01 06:52:47.616268 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_16_3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3655 | 2024.11.01 06:52:47.616412 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3656 | 2024.11.01 06:52:47.616417 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 3657 | 2024.11.01 06:52:47.616454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53975, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3658 | 2024.11.01 06:52:47.616549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3659 | 2024.11.01 06:52:47.616579 [ 3 ] {} <Debug> HTTP-Session: 78f9dcad-2205-4e18-a17c-140bb730fbc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53975 | ||
| 3660 | 2024.11.01 06:52:47.616602 [ 3 ] {} <Debug> HTTP-Session: 78f9dcad-2205-4e18-a17c-140bb730fbc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3661 | 2024.11.01 06:52:47.616620 [ 3 ] {} <Debug> HTTP-Session: 78f9dcad-2205-4e18-a17c-140bb730fbc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3662 | 2024.11.01 06:52:47.616660 [ 3 ] {} <Trace> HTTP-Session: 78f9dcad-2205-4e18-a17c-140bb730fbc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3663 | 2024.11.01 06:52:47.616793 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53975) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3664 | 2024.11.01 06:52:47.616840 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3665 | 2024.11.01 06:52:47.617101 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3666 | 2024.11.01 06:52:47.617453 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2024.11.01 06:52:47.617491 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3668 | 2024.11.01 06:52:47.617861 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3669 | 2024.11.01 06:52:47.618232 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3670 | 2024.11.01 06:52:47.618385 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001633 sec., 8573.178199632579 rows/sec., 600.41 KiB/sec. | ||
| 3671 | 2024.11.01 06:52:47.618573 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3672 | 2024.11.01 06:52:47.618597 [ 3 ] {b44a3f5f-fb19-4144-80bf-79a280762eaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3673 | 2024.11.01 06:52:47.618614 [ 3 ] {} <Debug> HTTP-Session: 78f9dcad-2205-4e18-a17c-140bb730fbc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3674 | 2024.11.01 06:52:47.618763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3675 | 2024.11.01 06:52:47.618829 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41429, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3676 | 2024.11.01 06:52:47.618896 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3677 | 2024.11.01 06:52:47.618922 [ 285 ] {} <Debug> HTTP-Session: 7c28d4c0-fa22-4e62-af9c-e38bdefd044e Authenticating user 'default' from [fd00:1122:3344:101::d]:41429 | ||
| 3678 | 2024.11.01 06:52:47.618943 [ 285 ] {} <Debug> HTTP-Session: 7c28d4c0-fa22-4e62-af9c-e38bdefd044e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3679 | 2024.11.01 06:52:47.618960 [ 285 ] {} <Debug> HTTP-Session: 7c28d4c0-fa22-4e62-af9c-e38bdefd044e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3680 | 2024.11.01 06:52:47.618998 [ 285 ] {} <Trace> HTTP-Session: 7c28d4c0-fa22-4e62-af9c-e38bdefd044e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3681 | 2024.11.01 06:52:47.619113 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41429) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3682 | 2024.11.01 06:52:47.619165 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3683 | 2024.11.01 06:52:47.619452 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3684 | 2024.11.01 06:52:47.619803 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2024.11.01 06:52:47.619840 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3686 | 2024.11.01 06:52:47.620179 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3687 | 2024.11.01 06:52:47.620525 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2024.11.01 06:52:47.620657 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 225.22 KiB/sec. | ||
| 3689 | 2024.11.01 06:52:47.620715 [ 90 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3690 | 2024.11.01 06:52:47.620824 [ 90 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2024.11.01 06:52:47.620860 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3692 | 2024.11.01 06:52:47.620938 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Debug> DynamicQueryHandler: Done processing query | ||
| 3693 | 2024.11.01 06:52:47.621007 [ 285 ] {f6043b39-294d-455e-a2f6-56763d0e7446} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3694 | 2024.11.01 06:52:47.621056 [ 285 ] {} <Debug> HTTP-Session: 7c28d4c0-fa22-4e62-af9c-e38bdefd044e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3695 | 2024.11.01 06:52:47.621061 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 3696 | 2024.11.01 06:52:47.621199 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3697 | 2024.11.01 06:52:47.621229 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 3698 | 2024.11.01 06:52:47.621292 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3699 | 2024.11.01 06:52:47.621501 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 3700 | 2024.11.01 06:52:47.621560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35675, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3701 | 2024.11.01 06:52:47.621633 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3702 | |||
| 3703 | (version 23.8.7.1) | ||
| 3704 | 2024.11.01 06:52:47.621828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3705 | 2024.11.01 06:52:47.621881 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 3706 | 2024.11.01 06:52:47.621921 [ 3 ] {} <Debug> HTTP-Session: ea41c0c1-974b-4742-8624-b5f542470ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35675 | ||
| 3707 | 2024.11.01 06:52:47.621974 [ 3 ] {} <Debug> HTTP-Session: ea41c0c1-974b-4742-8624-b5f542470ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3708 | 2024.11.01 06:52:47.622050 [ 3 ] {} <Debug> HTTP-Session: ea41c0c1-974b-4742-8624-b5f542470ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3709 | 2024.11.01 06:52:47.622156 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 3710 | 2024.11.01 06:52:47.622201 [ 3 ] {} <Trace> HTTP-Session: ea41c0c1-974b-4742-8624-b5f542470ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3711 | 2024.11.01 06:52:47.622390 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 3712 | 2024.11.01 06:52:47.622817 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35675) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3713 | 2024.11.01 06:52:47.622899 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3714 | 2024.11.01 06:52:47.623826 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3715 | 2024.11.01 06:52:47.624597 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003636594 sec., 8249.477395606988 rows/sec., 523.65 KiB/sec. | ||
| 3716 | 2024.11.01 06:52:47.624801 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3717 | 2024.11.01 06:52:47.624997 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2024.11.01 06:52:47.625090 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3719 | 2024.11.01 06:52:47.625804 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_5_1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2024.11.01 06:52:47.626010 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_5_1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3721 | 2024.11.01 06:52:47.626118 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3722 | 2024.11.01 06:52:47.626173 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3723 | 2024.11.01 06:52:47.626561 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2024.11.01 06:52:47.626721 [ 90 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3725 | 2024.11.01 06:52:47.626737 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004204 sec., 100142.72121788772 rows/sec., 7.16 MiB/sec. | ||
| 3726 | 2024.11.01 06:52:47.626769 [ 90 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2024.11.01 06:52:47.626843 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3728 | 2024.11.01 06:52:47.627169 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 3729 | 2024.11.01 06:52:47.627194 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3730 | 2024.11.01 06:52:47.627283 [ 3 ] {dfd26da7-233f-48a2-8dd2-6743ea7096aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3731 | 2024.11.01 06:52:47.627360 [ 3 ] {} <Debug> HTTP-Session: ea41c0c1-974b-4742-8624-b5f542470ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3732 | 2024.11.01 06:52:47.627643 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3733 | 2024.11.01 06:52:47.627657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3734 | 2024.11.01 06:52:47.627696 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 888 rows starting from the beginning of the part | ||
| 3735 | 2024.11.01 06:52:47.627738 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54746, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3736 | 2024.11.01 06:52:47.627863 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3737 | 2024.11.01 06:52:47.627876 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 3738 | 2024.11.01 06:52:47.627908 [ 285 ] {} <Debug> HTTP-Session: d15b4c5c-4a8c-42d5-ba34-804dd5eb9897 Authenticating user 'default' from [fd00:1122:3344:101::d]:54746 | ||
| 3739 | 2024.11.01 06:52:47.627946 [ 285 ] {} <Debug> HTTP-Session: d15b4c5c-4a8c-42d5-ba34-804dd5eb9897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3740 | 2024.11.01 06:52:47.627994 [ 285 ] {} <Debug> HTTP-Session: d15b4c5c-4a8c-42d5-ba34-804dd5eb9897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3741 | 2024.11.01 06:52:47.628051 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 416 rows starting from the beginning of the part | ||
| 3742 | 2024.11.01 06:52:47.628068 [ 285 ] {} <Trace> HTTP-Session: d15b4c5c-4a8c-42d5-ba34-804dd5eb9897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3743 | 2024.11.01 06:52:47.628191 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 80 rows starting from the beginning of the part | ||
| 3744 | 2024.11.01 06:52:47.628248 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54746) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3745 | 2024.11.01 06:52:47.628317 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 3746 | 2024.11.01 06:52:47.628347 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3747 | 2024.11.01 06:52:47.628598 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 421 rows starting from the beginning of the part | ||
| 3748 | 2024.11.01 06:52:47.629145 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3749 | 2024.11.01 06:52:47.629603 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2024.11.01 06:52:47.629642 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3751 | 2024.11.01 06:52:47.630186 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3752 | 2024.11.01 06:52:47.630619 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2024.11.01 06:52:47.630751 [ 199 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1933 rows, containing 5 columns (5 merged, 0 gathered) in 0.003790296 sec., 509986.55513975694 rows/sec., 39.01 MiB/sec. | ||
| 3754 | 2024.11.01 06:52:47.630915 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002722 sec., 2204.261572373255 rows/sec., 115.16 KiB/sec. | ||
| 3755 | 2024.11.01 06:52:47.631239 [ 186 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3756 | 2024.11.01 06:52:47.631411 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3757 | 2024.11.01 06:52:47.631441 [ 285 ] {3cea6009-053f-4266-abc1-328788cb7cd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3758 | 2024.11.01 06:52:47.631462 [ 285 ] {} <Debug> HTTP-Session: d15b4c5c-4a8c-42d5-ba34-804dd5eb9897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3759 | 2024.11.01 06:52:47.631780 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3760 | 2024.11.01 06:52:47.631822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34908, User-Agent: (none), Length: 44621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3761 | 2024.11.01 06:52:47.631953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3762 | 2024.11.01 06:52:47.632006 [ 3 ] {} <Debug> HTTP-Session: 52437b92-8b2a-4e00-bf7f-5efb786c85c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34908 | ||
| 3763 | 2024.11.01 06:52:47.632045 [ 3 ] {} <Debug> HTTP-Session: 52437b92-8b2a-4e00-bf7f-5efb786c85c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3764 | 2024.11.01 06:52:47.632085 [ 3 ] {} <Debug> HTTP-Session: 52437b92-8b2a-4e00-bf7f-5efb786c85c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3765 | 2024.11.01 06:52:47.632116 [ 186 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.11.01 06:52:47.632156 [ 3 ] {} <Trace> HTTP-Session: 52437b92-8b2a-4e00-bf7f-5efb786c85c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3767 | 2024.11.01 06:52:47.632279 [ 186 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_16_3} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3768 | 2024.11.01 06:52:47.632430 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3769 | 2024.11.01 06:52:47.632503 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34908) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3770 | 2024.11.01 06:52:47.632566 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3771 | 2024.11.01 06:52:47.632775 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3772 | 2024.11.01 06:52:47.633240 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2024.11.01 06:52:47.633279 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3774 | 2024.11.01 06:52:47.633678 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3775 | 2024.11.01 06:52:47.634030 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3776 | 2024.11.01 06:52:47.634190 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3777 | 2024.11.01 06:52:47.634198 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001872 sec., 126602.56410256411 rows/sec., 8.49 MiB/sec. | ||
| 3778 | 2024.11.01 06:52:47.634240 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3779 | 2024.11.01 06:52:47.634313 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3780 | 2024.11.01 06:52:47.634515 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 3781 | 2024.11.01 06:52:47.634575 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3782 | 2024.11.01 06:52:47.634620 [ 3 ] {3aec6b16-a22d-4819-a1f3-f82b8591a27b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3783 | 2024.11.01 06:52:47.634669 [ 3 ] {} <Debug> HTTP-Session: 52437b92-8b2a-4e00-bf7f-5efb786c85c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3784 | 2024.11.01 06:52:47.634757 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3785 | 2024.11.01 06:52:47.634791 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3281 rows starting from the beginning of the part | ||
| 3786 | 2024.11.01 06:52:47.634901 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 3787 | 2024.11.01 06:52:47.635030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3788 | 2024.11.01 06:52:47.635178 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3789 | 2024.11.01 06:52:47.635264 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 3790 | 2024.11.01 06:52:47.635404 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3791 | 2024.11.01 06:52:47.635572 [ 285 ] {} <Debug> HTTP-Session: a31db805-08e6-4bc3-a5ae-ae32b35e8428 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
| 3792 | 2024.11.01 06:52:47.635658 [ 285 ] {} <Debug> HTTP-Session: a31db805-08e6-4bc3-a5ae-ae32b35e8428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3793 | 2024.11.01 06:52:47.635681 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 132 rows starting from the beginning of the part | ||
| 3794 | 2024.11.01 06:52:47.635707 [ 285 ] {} <Debug> HTTP-Session: a31db805-08e6-4bc3-a5ae-ae32b35e8428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3795 | 2024.11.01 06:52:47.635839 [ 285 ] {} <Trace> HTTP-Session: a31db805-08e6-4bc3-a5ae-ae32b35e8428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.11.01 06:52:47.635960 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3797 | 2024.11.01 06:52:47.636141 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3798 | 2024.11.01 06:52:47.636231 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 3799 | 2024.11.01 06:52:47.636276 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3800 | 2024.11.01 06:52:47.637015 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3801 | 2024.11.01 06:52:47.637572 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2024.11.01 06:52:47.637623 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3803 | 2024.11.01 06:52:47.638490 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3804 | 2024.11.01 06:52:47.639068 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2024.11.01 06:52:47.639340 [ 90 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3806 | 2024.11.01 06:52:47.639368 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003354 sec., 298.1514609421586 rows/sec., 20.09 KiB/sec. | ||
| 3807 | 2024.11.01 06:52:47.639457 [ 90 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2024.11.01 06:52:47.639576 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3809 | 2024.11.01 06:52:47.639927 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::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 | ||
| 3810 | 2024.11.01 06:52:47.640051 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005626573 sec., 747702.0203950077 rows/sec., 50.66 MiB/sec. | ||
| 3811 | 2024.11.01 06:52:47.640280 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3812 | 2024.11.01 06:52:47.640294 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Debug> DynamicQueryHandler: Done processing query | ||
| 3813 | 2024.11.01 06:52:47.640337 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3814 | 2024.11.01 06:52:47.640343 [ 285 ] {9ed33664-8d7f-4d21-a2a6-6ca8a662d834} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3815 | 2024.11.01 06:52:47.640418 [ 285 ] {} <Debug> HTTP-Session: a31db805-08e6-4bc3-a5ae-ae32b35e8428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3816 | 2024.11.01 06:52:47.640622 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3817 | 2024.11.01 06:52:47.640709 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3818 | 2024.11.01 06:52:47.640846 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3819 | 2024.11.01 06:52:47.641296 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3820 | 2024.11.01 06:52:47.641714 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3821 | 2024.11.01 06:52:47.641393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54352, User-Agent: (none), Length: 65092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3822 | 2024.11.01 06:52:47.641572 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3823 | 2024.11.01 06:52:47.642207 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3824 | 2024.11.01 06:52:47.642378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3825 | 2024.11.01 06:52:47.642809 [ 3 ] {} <Debug> HTTP-Session: 22004463-fd36-428f-b9ee-0459df2953ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54352 | ||
| 3826 | 2024.11.01 06:52:47.642869 [ 3 ] {} <Debug> HTTP-Session: 22004463-fd36-428f-b9ee-0459df2953ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3827 | 2024.11.01 06:52:47.642954 [ 3 ] {} <Debug> HTTP-Session: 22004463-fd36-428f-b9ee-0459df2953ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3828 | 2024.11.01 06:52:47.643088 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2024.11.01 06:52:47.643096 [ 3 ] {} <Trace> HTTP-Session: 22004463-fd36-428f-b9ee-0459df2953ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2024.11.01 06:52:47.643356 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3831 | 2024.11.01 06:52:47.643561 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 3832 | 2024.11.01 06:52:47.644302 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.004578324 sec., 1310.5232395086061 rows/sec., 87.45 KiB/sec. | ||
| 3833 | 2024.11.01 06:52:47.644342 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54352) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3834 | 2024.11.01 06:52:47.644487 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <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 | ||
| 3835 | 2024.11.01 06:52:47.644573 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3836 | 2024.11.01 06:52:47.646078 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3837 | 2024.11.01 06:52:47.646297 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3838 | 2024.11.01 06:52:47.646335 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_6_1} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3839 | 2024.11.01 06:52:47.646513 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3840 | 2024.11.01 06:52:47.647371 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3841 | 2024.11.01 06:52:47.647414 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3842 | 2024.11.01 06:52:47.648105 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3843 | 2024.11.01 06:52:47.648521 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3844 | 2024.11.01 06:52:47.648707 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005297 sec., 7362.658108363225 rows/sec., 13.19 MiB/sec. | ||
| 3845 | 2024.11.01 06:52:47.648960 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3846 | 2024.11.01 06:52:47.648984 [ 3 ] {57fb8daf-96cb-4921-9cc3-7425ba39cbfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 3847 | 2024.11.01 06:52:47.649001 [ 3 ] {} <Debug> HTTP-Session: 22004463-fd36-428f-b9ee-0459df2953ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3848 | 2024.11.01 06:52:47.649213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3849 | 2024.11.01 06:52:47.649316 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43830, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3850 | 2024.11.01 06:52:47.649377 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3851 | 2024.11.01 06:52:47.649401 [ 285 ] {} <Debug> HTTP-Session: d261d493-740d-4d84-9f81-56edda47ab2e Authenticating user 'default' from [fd00:1122:3344:101::d]:43830 | ||
| 3852 | 2024.11.01 06:52:47.649420 [ 285 ] {} <Debug> HTTP-Session: d261d493-740d-4d84-9f81-56edda47ab2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3853 | 2024.11.01 06:52:47.649437 [ 285 ] {} <Debug> HTTP-Session: d261d493-740d-4d84-9f81-56edda47ab2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3854 | 2024.11.01 06:52:47.649475 [ 285 ] {} <Trace> HTTP-Session: d261d493-740d-4d84-9f81-56edda47ab2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3855 | 2024.11.01 06:52:47.649619 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43830) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3856 | 2024.11.01 06:52:47.649671 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3857 | 2024.11.01 06:52:47.649832 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3858 | 2024.11.01 06:52:47.650127 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3859 | 2024.11.01 06:52:47.650162 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3860 | 2024.11.01 06:52:47.650519 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3861 | 2024.11.01 06:52:47.650842 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2024.11.01 06:52:47.651000 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001428 sec., 57422.969187675066 rows/sec., 3.65 MiB/sec. | ||
| 3863 | 2024.11.01 06:52:47.651007 [ 90 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3864 | 2024.11.01 06:52:47.651094 [ 90 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.11.01 06:52:47.651146 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3866 | 2024.11.01 06:52:47.651300 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Debug> DynamicQueryHandler: Done processing query | ||
| 3867 | 2024.11.01 06:52:47.651314 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 3868 | 2024.11.01 06:52:47.651340 [ 285 ] {a6e32f90-f358-4390-a878-f10961263b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3869 | 2024.11.01 06:52:47.651382 [ 285 ] {} <Debug> HTTP-Session: d261d493-740d-4d84-9f81-56edda47ab2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3870 | 2024.11.01 06:52:47.651501 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3871 | 2024.11.01 06:52:47.651537 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 578 rows starting from the beginning of the part | ||
| 3872 | 2024.11.01 06:52:47.651628 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3873 | 2024.11.01 06:52:47.651712 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 3874 | 2024.11.01 06:52:47.651897 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3875 | 2024.11.01 06:52:47.652029 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 3876 | 2024.11.01 06:52:47.652154 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3877 | 2024.11.01 06:52:47.652233 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 3878 | 2024.11.01 06:52:47.653230 [ 194 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 4 columns (4 merged, 0 gathered) in 0.001991279 sec., 456992.7167413507 rows/sec., 30.08 MiB/sec. | ||
| 3879 | 2024.11.01 06:52:47.653395 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3880 | 2024.11.01 06:52:47.653765 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3881 | 2024.11.01 06:52:47.653838 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_16_3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3882 | 2024.11.01 06:52:47.653904 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3883 | 2024.11.01 06:52:47.673635 [ 285 ] {} <Error> ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::d]:43830). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): | ||
| 3884 | |||
| 3885 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 3886 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 3887 | 2. DB::NetException::NetException<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type, std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x0000000015b19afe in /opt/oxide/clickhouse/clickhouse | ||
| 3888 | 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000190bd7af in /opt/oxide/clickhouse/clickhouse | ||
| 3889 | 4. DB::HTTPServerRequest::readRequest(DB::ReadBuffer&) @ 0x00000000168c607c in /opt/oxide/clickhouse/clickhouse | ||
| 3890 | 5. DB::HTTPServerRequest::HTTPServerRequest(std::shared_ptr<DB::IHTTPContext>, DB::HTTPServerResponse&, Poco::Net::HTTPServerSession&) @ 0x00000000168c5985 in /opt/oxide/clickhouse/clickhouse | ||
| 3891 | 6. DB::HTTPServerConnection::run() @ 0x00000000168c4c4e in /opt/oxide/clickhouse/clickhouse | ||
| 3892 | 7. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 3893 | 8. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 3894 | 9. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 3895 | 10. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 3896 | 11. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 3897 | (version 23.8.7.1) | ||
| 3898 | 2024.11.01 06:52:49.517969 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3899 | 2024.11.01 06:52:49.784302 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3900 | 2024.11.01 06:52:49.947448 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3901 | 2024.11.01 06:52:50.041588 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3902 | 2024.11.01 06:52:50.277060 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3903 | 2024.11.01 06:52:50.295707 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3904 | 2024.11.01 06:52:50.321442 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3905 | 2024.11.01 06:52:50.354006 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3906 | 2024.11.01 06:52:50.357307 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3907 | 2024.11.01 06:52:50.367759 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3908 | 2024.11.01 06:52:50.369997 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3909 | 2024.11.01 06:52:50.599412 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3910 | 2024.11.01 06:52:50.600537 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3911 | 2024.11.01 06:52:50.609752 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3912 | 2024.11.01 06:52:50.629088 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3913 | 2024.11.01 06:52:50.647827 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3914 | 2024.11.01 06:52:50.650408 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3915 | 2024.11.01 06:52:50.678236 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3916 | 2024.11.01 06:52:50.686486 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3917 | 2024.11.01 06:52:50.687785 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3918 | 2024.11.01 06:52:50.712393 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3919 | 2024.11.01 06:52:50.719669 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55415, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3920 | 2024.11.01 06:52:50.722935 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3921 | 2024.11.01 06:52:50.734194 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3922 | 2024.11.01 06:52:50.999833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 394 | ||
| 3923 | 2024.11.01 06:52:51.002627 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2024.11.01 06:52:51.002670 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3925 | 2024.11.01 06:52:51.004137 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3926 | 2024.11.01 06:52:51.005117 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3927 | 2024.11.01 06:52:51.005629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 394 | ||
| 3928 | 2024.11.01 06:52:52.597359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54352, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3929 | 2024.11.01 06:52:52.597496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3930 | 2024.11.01 06:52:52.597525 [ 3 ] {} <Debug> HTTP-Session: dbc0d11f-6d82-4bcb-874e-5ff67b43f4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54352 | ||
| 3931 | 2024.11.01 06:52:52.597554 [ 3 ] {} <Debug> HTTP-Session: dbc0d11f-6d82-4bcb-874e-5ff67b43f4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3932 | 2024.11.01 06:52:52.597572 [ 3 ] {} <Debug> HTTP-Session: dbc0d11f-6d82-4bcb-874e-5ff67b43f4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3933 | 2024.11.01 06:52:52.597633 [ 3 ] {} <Trace> HTTP-Session: dbc0d11f-6d82-4bcb-874e-5ff67b43f4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3934 | 2024.11.01 06:52:52.597928 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54352) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3935 | 2024.11.01 06:52:52.598019 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3936 | 2024.11.01 06:52:52.598364 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3937 | 2024.11.01 06:52:52.598795 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2024.11.01 06:52:52.598838 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3939 | 2024.11.01 06:52:52.599247 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3940 | 2024.11.01 06:52:52.599639 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2024.11.01 06:52:52.599810 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002011 sec., 2983.5902536051713 rows/sec., 243.29 KiB/sec. | ||
| 3942 | 2024.11.01 06:52:52.600131 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3943 | 2024.11.01 06:52:52.600157 [ 3 ] {3b2b1460-1c06-4f82-80c7-694095d8eda3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3944 | 2024.11.01 06:52:52.600174 [ 3 ] {} <Debug> HTTP-Session: dbc0d11f-6d82-4bcb-874e-5ff67b43f4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3945 | 2024.11.01 06:52:52.600365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3946 | 2024.11.01 06:52:52.600463 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62388, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3947 | 2024.11.01 06:52:52.600589 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3948 | 2024.11.01 06:52:52.600613 [ 287 ] {} <Debug> HTTP-Session: 4a15904c-1c0d-4cfe-a948-0e9cd776d9bd Authenticating user 'default' from [fd00:1122:3344:101::d]:62388 | ||
| 3949 | 2024.11.01 06:52:52.600637 [ 287 ] {} <Debug> HTTP-Session: 4a15904c-1c0d-4cfe-a948-0e9cd776d9bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3950 | 2024.11.01 06:52:52.600652 [ 287 ] {} <Debug> HTTP-Session: 4a15904c-1c0d-4cfe-a948-0e9cd776d9bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3951 | 2024.11.01 06:52:52.600707 [ 287 ] {} <Trace> HTTP-Session: 4a15904c-1c0d-4cfe-a948-0e9cd776d9bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3952 | 2024.11.01 06:52:52.600898 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62388) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3953 | 2024.11.01 06:52:52.600965 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3954 | 2024.11.01 06:52:52.601303 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3955 | 2024.11.01 06:52:52.601703 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2024.11.01 06:52:52.601743 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3957 | 2024.11.01 06:52:52.602157 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3958 | 2024.11.01 06:52:52.602548 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2024.11.01 06:52:52.602723 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.00189 sec., 31216.931216931218 rows/sec., 2.39 MiB/sec. | ||
| 3960 | 2024.11.01 06:52:52.602916 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Debug> DynamicQueryHandler: Done processing query | ||
| 3961 | 2024.11.01 06:52:52.602941 [ 287 ] {cab2632e-834a-4d60-bea4-e908417f4315} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3962 | 2024.11.01 06:52:52.602958 [ 287 ] {} <Debug> HTTP-Session: 4a15904c-1c0d-4cfe-a948-0e9cd776d9bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3963 | 2024.11.01 06:52:52.603126 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3964 | 2024.11.01 06:52:52.603230 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3965 | 2024.11.01 06:52:52.603361 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3966 | 2024.11.01 06:52:52.603388 [ 286 ] {} <Debug> HTTP-Session: fbfafa85-f2ec-49c2-b723-02dd8a567e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61729 | ||
| 3967 | 2024.11.01 06:52:52.603415 [ 286 ] {} <Debug> HTTP-Session: fbfafa85-f2ec-49c2-b723-02dd8a567e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3968 | 2024.11.01 06:52:52.603433 [ 286 ] {} <Debug> HTTP-Session: fbfafa85-f2ec-49c2-b723-02dd8a567e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3969 | 2024.11.01 06:52:52.603491 [ 286 ] {} <Trace> HTTP-Session: fbfafa85-f2ec-49c2-b723-02dd8a567e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3970 | 2024.11.01 06:52:52.603673 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3971 | 2024.11.01 06:52:52.603747 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3972 | 2024.11.01 06:52:52.604106 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3973 | 2024.11.01 06:52:52.604467 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2024.11.01 06:52:52.604513 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3975 | 2024.11.01 06:52:52.604912 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3976 | 2024.11.01 06:52:52.605304 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3977 | 2024.11.01 06:52:52.605446 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001831 sec., 3276.897870016385 rows/sec., 228.81 KiB/sec. | ||
| 3978 | 2024.11.01 06:52:52.605770 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Debug> DynamicQueryHandler: Done processing query | ||
| 3979 | 2024.11.01 06:52:52.605797 [ 286 ] {489842ff-3427-4d13-b45d-8c70ad717073} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3980 | 2024.11.01 06:52:52.605814 [ 286 ] {} <Debug> HTTP-Session: fbfafa85-f2ec-49c2-b723-02dd8a567e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3981 | 2024.11.01 06:52:52.605989 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3982 | 2024.11.01 06:52:52.606076 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54868, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3983 | 2024.11.01 06:52:52.606144 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3984 | 2024.11.01 06:52:52.606169 [ 287 ] {} <Debug> HTTP-Session: 274d068f-d6cd-45a2-a89f-573314b75459 Authenticating user 'default' from [fd00:1122:3344:101::d]:54868 | ||
| 3985 | 2024.11.01 06:52:52.606191 [ 287 ] {} <Debug> HTTP-Session: 274d068f-d6cd-45a2-a89f-573314b75459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3986 | 2024.11.01 06:52:52.606208 [ 287 ] {} <Debug> HTTP-Session: 274d068f-d6cd-45a2-a89f-573314b75459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3987 | 2024.11.01 06:52:52.606254 [ 287 ] {} <Trace> HTTP-Session: 274d068f-d6cd-45a2-a89f-573314b75459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3988 | 2024.11.01 06:52:52.606407 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54868) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3989 | 2024.11.01 06:52:52.606463 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3990 | 2024.11.01 06:52:52.606766 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3991 | 2024.11.01 06:52:52.607203 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3992 | 2024.11.01 06:52:52.607238 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3993 | 2024.11.01 06:52:52.607604 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3994 | 2024.11.01 06:52:52.607974 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2024.11.01 06:52:52.608130 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001778 sec., 39370.07874015748 rows/sec., 3.08 MiB/sec. | ||
| 3996 | 2024.11.01 06:52:52.608309 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Debug> DynamicQueryHandler: Done processing query | ||
| 3997 | 2024.11.01 06:52:52.608332 [ 287 ] {08382d49-7dfe-45f3-87d2-8fb489a7ec01} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3998 | 2024.11.01 06:52:52.608350 [ 287 ] {} <Debug> HTTP-Session: 274d068f-d6cd-45a2-a89f-573314b75459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3999 | 2024.11.01 06:52:52.608574 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4000 | 2024.11.01 06:52:52.608579 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Length: 25070, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4001 | 2024.11.01 06:52:52.608679 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4002 | 2024.11.01 06:52:52.608711 [ 286 ] {} <Debug> HTTP-Session: 3d21e0fc-391e-4ec9-8971-0053603be76a Authenticating user 'default' from [fd00:1122:3344:101::d]:61729 | ||
| 4003 | 2024.11.01 06:52:52.608735 [ 286 ] {} <Debug> HTTP-Session: 3d21e0fc-391e-4ec9-8971-0053603be76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4004 | 2024.11.01 06:52:52.608753 [ 286 ] {} <Debug> HTTP-Session: 3d21e0fc-391e-4ec9-8971-0053603be76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4005 | 2024.11.01 06:52:52.608800 [ 286 ] {} <Trace> HTTP-Session: 3d21e0fc-391e-4ec9-8971-0053603be76a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2024.11.01 06:52:52.608994 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4007 | 2024.11.01 06:52:52.609047 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4008 | 2024.11.01 06:52:52.609225 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4009 | 2024.11.01 06:52:52.609607 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2024.11.01 06:52:52.609642 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4011 | 2024.11.01 06:52:52.610047 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4012 | 2024.11.01 06:52:52.610408 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2024.11.01 06:52:52.610533 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001626 sec., 80565.80565805658 rows/sec., 5.61 MiB/sec. | ||
| 4014 | 2024.11.01 06:52:52.610713 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Debug> DynamicQueryHandler: Done processing query | ||
| 4015 | 2024.11.01 06:52:52.610737 [ 286 ] {6ddd8228-76fa-49ec-a36d-be713ffb9197} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4016 | 2024.11.01 06:52:52.610753 [ 286 ] {} <Debug> HTTP-Session: 3d21e0fc-391e-4ec9-8971-0053603be76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4017 | 2024.11.01 06:52:52.610924 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4018 | 2024.11.01 06:52:52.610993 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34223, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4019 | 2024.11.01 06:52:52.611060 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4020 | 2024.11.01 06:52:52.611083 [ 287 ] {} <Debug> HTTP-Session: b4a7605f-43c8-46ee-9457-7538e0ddee66 Authenticating user 'default' from [fd00:1122:3344:101::d]:34223 | ||
| 4021 | 2024.11.01 06:52:52.611105 [ 287 ] {} <Debug> HTTP-Session: b4a7605f-43c8-46ee-9457-7538e0ddee66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4022 | 2024.11.01 06:52:52.611122 [ 287 ] {} <Debug> HTTP-Session: b4a7605f-43c8-46ee-9457-7538e0ddee66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4023 | 2024.11.01 06:52:52.611167 [ 287 ] {} <Trace> HTTP-Session: b4a7605f-43c8-46ee-9457-7538e0ddee66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4024 | 2024.11.01 06:52:52.611307 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34223) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4025 | 2024.11.01 06:52:52.611363 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4026 | 2024.11.01 06:52:52.611547 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4027 | 2024.11.01 06:52:52.611884 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2024.11.01 06:52:52.611925 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4029 | 2024.11.01 06:52:52.612275 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4030 | 2024.11.01 06:52:52.612658 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2024.11.01 06:52:52.612805 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001536 sec., 31250 rows/sec., 2.11 MiB/sec. | ||
| 4032 | 2024.11.01 06:52:52.613130 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4033 | 2024.11.01 06:52:52.613154 [ 287 ] {91815c52-c7bd-442c-b8d6-43851dbb9ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4034 | 2024.11.01 06:52:52.613170 [ 287 ] {} <Debug> HTTP-Session: b4a7605f-43c8-46ee-9457-7538e0ddee66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4035 | 2024.11.01 06:52:52.613343 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4036 | 2024.11.01 06:52:55.891233 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4037 | 2024.11.01 06:52:55.891309 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4038 | 2024.11.01 06:52:57.599216 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4039 | 2024.11.01 06:52:57.599352 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4040 | 2024.11.01 06:52:57.599381 [ 286 ] {} <Debug> HTTP-Session: 9878016d-f966-4834-9b6f-3e90d127ee09 Authenticating user 'default' from [fd00:1122:3344:101::d]:61729 | ||
| 4041 | 2024.11.01 06:52:57.599408 [ 286 ] {} <Debug> HTTP-Session: 9878016d-f966-4834-9b6f-3e90d127ee09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4042 | 2024.11.01 06:52:57.599427 [ 286 ] {} <Debug> HTTP-Session: 9878016d-f966-4834-9b6f-3e90d127ee09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4043 | 2024.11.01 06:52:57.599482 [ 286 ] {} <Trace> HTTP-Session: 9878016d-f966-4834-9b6f-3e90d127ee09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4044 | 2024.11.01 06:52:57.599692 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4045 | 2024.11.01 06:52:57.599762 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4046 | 2024.11.01 06:52:57.600128 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4047 | 2024.11.01 06:52:57.600726 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2024.11.01 06:52:57.600765 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4049 | 2024.11.01 06:52:57.601169 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4050 | 2024.11.01 06:52:57.601546 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2024.11.01 06:52:57.601697 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002077 sec., 26961.96437168994 rows/sec., 2.07 MiB/sec. | ||
| 4052 | 2024.11.01 06:52:57.602055 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Debug> DynamicQueryHandler: Done processing query | ||
| 4053 | 2024.11.01 06:52:57.602082 [ 286 ] {a96cebe6-3fec-4d37-a74d-5c048fbe3126} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4054 | 2024.11.01 06:52:57.602098 [ 286 ] {} <Debug> HTTP-Session: 9878016d-f966-4834-9b6f-3e90d127ee09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4055 | 2024.11.01 06:52:57.602331 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4056 | 2024.11.01 06:52:57.602436 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50388, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4057 | 2024.11.01 06:52:57.602606 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4058 | 2024.11.01 06:52:57.602649 [ 287 ] {} <Debug> HTTP-Session: c948dbd6-709d-428b-8517-ecdb4840aded Authenticating user 'default' from [fd00:1122:3344:101::d]:50388 | ||
| 4059 | 2024.11.01 06:52:57.602691 [ 287 ] {} <Debug> HTTP-Session: c948dbd6-709d-428b-8517-ecdb4840aded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4060 | 2024.11.01 06:52:57.602719 [ 287 ] {} <Debug> HTTP-Session: c948dbd6-709d-428b-8517-ecdb4840aded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4061 | 2024.11.01 06:52:57.602800 [ 287 ] {} <Trace> HTTP-Session: c948dbd6-709d-428b-8517-ecdb4840aded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2024.11.01 06:52:57.603119 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50388) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4063 | 2024.11.01 06:52:57.603221 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4064 | 2024.11.01 06:52:57.603555 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4065 | 2024.11.01 06:52:57.604002 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4066 | 2024.11.01 06:52:57.604044 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4067 | 2024.11.01 06:52:57.604468 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4068 | 2024.11.01 06:52:57.604855 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2024.11.01 06:52:57.605031 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002034 sec., 31465.09341199607 rows/sec., 2.46 MiB/sec. | ||
| 4070 | 2024.11.01 06:52:57.605239 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4071 | 2024.11.01 06:52:57.605264 [ 287 ] {a70de8a6-f05d-4706-84c3-8ed5e073c3d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4072 | 2024.11.01 06:52:57.605280 [ 287 ] {} <Debug> HTTP-Session: c948dbd6-709d-428b-8517-ecdb4840aded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4073 | 2024.11.01 06:52:57.605458 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50388, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4074 | 2024.11.01 06:52:57.605498 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4075 | 2024.11.01 06:52:57.605568 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4076 | 2024.11.01 06:52:57.605592 [ 286 ] {} <Debug> HTTP-Session: 9105ab41-cc26-44dd-8100-0d6ac760b311 Authenticating user 'default' from [fd00:1122:3344:101::d]:61729 | ||
| 4077 | 2024.11.01 06:52:57.605614 [ 286 ] {} <Debug> HTTP-Session: 9105ab41-cc26-44dd-8100-0d6ac760b311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4078 | 2024.11.01 06:52:57.605632 [ 286 ] {} <Debug> HTTP-Session: 9105ab41-cc26-44dd-8100-0d6ac760b311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4079 | 2024.11.01 06:52:57.605668 [ 286 ] {} <Trace> HTTP-Session: 9105ab41-cc26-44dd-8100-0d6ac760b311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4080 | 2024.11.01 06:52:57.605838 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4081 | 2024.11.01 06:52:57.605888 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4082 | 2024.11.01 06:52:57.606061 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4083 | 2024.11.01 06:52:57.606456 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4084 | 2024.11.01 06:52:57.606490 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4085 | 2024.11.01 06:52:57.606873 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4086 | 2024.11.01 06:52:57.607226 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4087 | 2024.11.01 06:52:57.607363 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
| 4088 | 2024.11.01 06:52:57.607516 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Debug> DynamicQueryHandler: Done processing query | ||
| 4089 | 2024.11.01 06:52:57.607539 [ 286 ] {3bfc48bc-1fda-4733-837d-a6d6d42d0861} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4090 | 2024.11.01 06:52:57.607555 [ 286 ] {} <Debug> HTTP-Session: 9105ab41-cc26-44dd-8100-0d6ac760b311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4091 | 2024.11.01 06:52:57.607710 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4092 | 2024.11.01 06:52:57.607770 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49539, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4093 | 2024.11.01 06:52:57.607834 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4094 | 2024.11.01 06:52:57.607859 [ 287 ] {} <Debug> HTTP-Session: faebd36f-39f6-493b-a5e5-09c55b79aff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49539 | ||
| 4095 | 2024.11.01 06:52:57.607878 [ 287 ] {} <Debug> HTTP-Session: faebd36f-39f6-493b-a5e5-09c55b79aff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4096 | 2024.11.01 06:52:57.607892 [ 287 ] {} <Debug> HTTP-Session: faebd36f-39f6-493b-a5e5-09c55b79aff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4097 | 2024.11.01 06:52:57.607929 [ 287 ] {} <Trace> HTTP-Session: faebd36f-39f6-493b-a5e5-09c55b79aff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2024.11.01 06:52:57.608073 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49539) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4099 | 2024.11.01 06:52:57.608122 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4100 | 2024.11.01 06:52:57.608280 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4101 | 2024.11.01 06:52:57.608605 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4102 | 2024.11.01 06:52:57.608641 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4103 | 2024.11.01 06:52:57.609011 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4104 | 2024.11.01 06:52:57.609330 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2024.11.01 06:52:57.609486 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec. | ||
| 4106 | 2024.11.01 06:52:57.609808 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4107 | 2024.11.01 06:52:57.609833 [ 287 ] {ddf130c8-3434-4825-9bc4-97535dcff8f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4108 | 2024.11.01 06:52:57.609849 [ 287 ] {} <Debug> HTTP-Session: faebd36f-39f6-493b-a5e5-09c55b79aff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4109 | 2024.11.01 06:52:57.610081 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4110 | 2024.11.01 06:52:58.659532 [ 150 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4111 | 2024.11.01 06:52:58.659596 [ 150 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2024.11.01 06:52:58.659618 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4113 | 2024.11.01 06:52:58.659817 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 4114 | 2024.11.01 06:52:58.660020 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4115 | 2024.11.01 06:52:58.660060 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 4116 | 2024.11.01 06:52:58.660132 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 4117 | 2024.11.01 06:52:58.660233 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 4118 | 2024.11.01 06:52:58.660338 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 4119 | 2024.11.01 06:52:58.660446 [ 191 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 4120 | 2024.11.01 06:52:58.661330 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001680186 sec., 17855.166035188962 rows/sec., 932.86 KiB/sec. | ||
| 4121 | 2024.11.01 06:52:58.661542 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4122 | 2024.11.01 06:52:58.662073 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_5_1} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.11.01 06:52:58.662161 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_5_1} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4124 | 2024.11.01 06:52:58.662259 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4125 | 2024.11.01 06:53:01.005942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 414 | ||
| 4126 | 2024.11.01 06:53:01.008542 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2024.11.01 06:53:01.008590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4128 | 2024.11.01 06:53:01.010074 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4129 | 2024.11.01 06:53:01.011081 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2024.11.01 06:53:01.011596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 414 | ||
| 4131 | 2024.11.01 06:53:02.606315 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44494, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4132 | 2024.11.01 06:53:02.606449 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4133 | 2024.11.01 06:53:02.606474 [ 285 ] {} <Debug> HTTP-Session: d4ce01c4-7ac0-4ef9-8322-ea040ddb8e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:44494 | ||
| 4134 | 2024.11.01 06:53:02.606499 [ 285 ] {} <Debug> HTTP-Session: d4ce01c4-7ac0-4ef9-8322-ea040ddb8e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4135 | 2024.11.01 06:53:02.606513 [ 285 ] {} <Debug> HTTP-Session: d4ce01c4-7ac0-4ef9-8322-ea040ddb8e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4136 | 2024.11.01 06:53:02.606565 [ 285 ] {} <Trace> HTTP-Session: d4ce01c4-7ac0-4ef9-8322-ea040ddb8e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4137 | 2024.11.01 06:53:02.606833 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4138 | 2024.11.01 06:53:02.606900 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4139 | 2024.11.01 06:53:02.607238 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4140 | 2024.11.01 06:53:02.607862 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4141 | 2024.11.01 06:53:02.607905 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4142 | 2024.11.01 06:53:02.608355 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4143 | 2024.11.01 06:53:02.608747 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4144 | 2024.11.01 06:53:02.608922 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002205 sec., 121088.43537414966 rows/sec., 10.78 MiB/sec. | ||
| 4145 | 2024.11.01 06:53:02.609123 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Debug> DynamicQueryHandler: Done processing query | ||
| 4146 | 2024.11.01 06:53:02.609148 [ 285 ] {9b762d04-1abd-445d-8656-2e33378f39de} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4147 | 2024.11.01 06:53:02.609164 [ 285 ] {} <Debug> HTTP-Session: d4ce01c4-7ac0-4ef9-8322-ea040ddb8e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4148 | 2024.11.01 06:53:02.609379 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4149 | 2024.11.01 06:53:02.609528 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54462, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4150 | 2024.11.01 06:53:02.609654 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4151 | 2024.11.01 06:53:02.609681 [ 282 ] {} <Debug> HTTP-Session: 747ac9d2-6680-4ec1-933d-a01c0e9c9d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:54462 | ||
| 4152 | 2024.11.01 06:53:02.609709 [ 282 ] {} <Debug> HTTP-Session: 747ac9d2-6680-4ec1-933d-a01c0e9c9d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4153 | 2024.11.01 06:53:02.609727 [ 282 ] {} <Debug> HTTP-Session: 747ac9d2-6680-4ec1-933d-a01c0e9c9d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4154 | 2024.11.01 06:53:02.609796 [ 282 ] {} <Trace> HTTP-Session: 747ac9d2-6680-4ec1-933d-a01c0e9c9d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4155 | 2024.11.01 06:53:02.610004 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54462) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4156 | 2024.11.01 06:53:02.610080 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4157 | 2024.11.01 06:53:02.610460 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4158 | 2024.11.01 06:53:02.610880 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4159 | 2024.11.01 06:53:02.610919 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4160 | 2024.11.01 06:53:02.611330 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4161 | 2024.11.01 06:53:02.611729 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4162 | 2024.11.01 06:53:02.611900 [ 147 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4163 | 2024.11.01 06:53:02.611912 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001969 sec., 19807.008633824276 rows/sec., 1.45 MiB/sec. | ||
| 4164 | 2024.11.01 06:53:02.611992 [ 147 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2024.11.01 06:53:02.612067 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4166 | 2024.11.01 06:53:02.612248 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 4167 | 2024.11.01 06:53:02.612298 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4168 | 2024.11.01 06:53:02.612352 [ 282 ] {10b709b7-258a-4c34-bb73-e75ea1cfe81d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4169 | 2024.11.01 06:53:02.612394 [ 282 ] {} <Debug> HTTP-Session: 747ac9d2-6680-4ec1-933d-a01c0e9c9d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4170 | 2024.11.01 06:53:02.612502 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4171 | 2024.11.01 06:53:02.612542 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 34 rows starting from the beginning of the part | ||
| 4172 | 2024.11.01 06:53:02.612659 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44494, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4173 | 2024.11.01 06:53:02.612702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4174 | 2024.11.01 06:53:02.612909 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 4175 | 2024.11.01 06:53:02.612952 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4176 | 2024.11.01 06:53:02.613166 [ 285 ] {} <Debug> HTTP-Session: 307689bc-c0ef-44ca-bc63-26495dd52697 Authenticating user 'default' from [fd00:1122:3344:101::d]:44494 | ||
| 4177 | 2024.11.01 06:53:02.613235 [ 285 ] {} <Debug> HTTP-Session: 307689bc-c0ef-44ca-bc63-26495dd52697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4178 | 2024.11.01 06:53:02.613252 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 13 rows starting from the beginning of the part | ||
| 4179 | 2024.11.01 06:53:02.613301 [ 285 ] {} <Debug> HTTP-Session: 307689bc-c0ef-44ca-bc63-26495dd52697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4180 | 2024.11.01 06:53:02.613473 [ 285 ] {} <Trace> HTTP-Session: 307689bc-c0ef-44ca-bc63-26495dd52697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2024.11.01 06:53:02.613540 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 4182 | 2024.11.01 06:53:02.613808 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4183 | 2024.11.01 06:53:02.613907 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44494) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4184 | 2024.11.01 06:53:02.613999 [ 191 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 4185 | 2024.11.01 06:53:02.614100 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4186 | 2024.11.01 06:53:02.615111 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4187 | 2024.11.01 06:53:02.616075 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2024.11.01 06:53:02.616152 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4189 | 2024.11.01 06:53:02.617208 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4190 | 2024.11.01 06:53:02.617207 [ 194 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.005034758 sec., 32772.18090720547 rows/sec., 2.52 MiB/sec. | ||
| 4191 | 2024.11.01 06:53:02.617494 [ 194 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4192 | 2024.11.01 06:53:02.617844 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2024.11.01 06:53:02.618439 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004617 sec., 3032.2720381199915 rows/sec., 212.36 KiB/sec. | ||
| 4194 | 2024.11.01 06:53:02.618909 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Debug> DynamicQueryHandler: Done processing query | ||
| 4195 | 2024.11.01 06:53:02.618918 [ 194 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2024.11.01 06:53:02.618950 [ 285 ] {161bf647-40be-48a4-b2aa-9713bf5e1912} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4197 | 2024.11.01 06:53:02.619016 [ 285 ] {} <Debug> HTTP-Session: 307689bc-c0ef-44ca-bc63-26495dd52697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4198 | 2024.11.01 06:53:02.619132 [ 194 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_10_2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4199 | 2024.11.01 06:53:02.619177 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4200 | 2024.11.01 06:53:02.619348 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4201 | 2024.11.01 06:53:02.619361 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65212, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4202 | 2024.11.01 06:53:02.619453 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4203 | 2024.11.01 06:53:02.619476 [ 282 ] {} <Debug> HTTP-Session: 6c7ba3dc-dd5b-46d4-a97b-08c0d47002d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:65212 | ||
| 4204 | 2024.11.01 06:53:02.619494 [ 282 ] {} <Debug> HTTP-Session: 6c7ba3dc-dd5b-46d4-a97b-08c0d47002d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4205 | 2024.11.01 06:53:02.619508 [ 282 ] {} <Debug> HTTP-Session: 6c7ba3dc-dd5b-46d4-a97b-08c0d47002d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4206 | 2024.11.01 06:53:02.619547 [ 282 ] {} <Trace> HTTP-Session: 6c7ba3dc-dd5b-46d4-a97b-08c0d47002d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4207 | 2024.11.01 06:53:02.619661 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65212) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4208 | 2024.11.01 06:53:02.619707 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4209 | 2024.11.01 06:53:02.619969 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4210 | 2024.11.01 06:53:02.620292 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2024.11.01 06:53:02.620329 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4212 | 2024.11.01 06:53:02.620683 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4213 | 2024.11.01 06:53:02.621059 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2024.11.01 06:53:02.621207 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 225.50 KiB/sec. | ||
| 4215 | 2024.11.01 06:53:02.621388 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4216 | 2024.11.01 06:53:02.621413 [ 282 ] {ab3b3d08-063b-40c8-9c87-cdd70eccc8f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4217 | 2024.11.01 06:53:02.621429 [ 282 ] {} <Debug> HTTP-Session: 6c7ba3dc-dd5b-46d4-a97b-08c0d47002d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4218 | 2024.11.01 06:53:02.621751 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4219 | 2024.11.01 06:53:02.621857 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64005, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4220 | 2024.11.01 06:53:02.621926 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4221 | 2024.11.01 06:53:02.621952 [ 285 ] {} <Debug> HTTP-Session: 7590858f-f96d-4db3-a78d-4807e2651112 Authenticating user 'default' from [fd00:1122:3344:101::d]:64005 | ||
| 4222 | 2024.11.01 06:53:02.621972 [ 285 ] {} <Debug> HTTP-Session: 7590858f-f96d-4db3-a78d-4807e2651112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4223 | 2024.11.01 06:53:02.621990 [ 285 ] {} <Debug> HTTP-Session: 7590858f-f96d-4db3-a78d-4807e2651112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4224 | 2024.11.01 06:53:02.622035 [ 285 ] {} <Trace> HTTP-Session: 7590858f-f96d-4db3-a78d-4807e2651112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2024.11.01 06:53:02.622307 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64005) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4226 | 2024.11.01 06:53:02.622363 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4227 | 2024.11.01 06:53:02.622626 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4228 | 2024.11.01 06:53:02.623237 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2024.11.01 06:53:02.623274 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4230 | 2024.11.01 06:53:02.623653 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4231 | 2024.11.01 06:53:02.624030 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2024.11.01 06:53:02.624189 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00201 sec., 209452.73631840796 rows/sec., 14.97 MiB/sec. | ||
| 4233 | 2024.11.01 06:53:02.624372 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4234 | 2024.11.01 06:53:02.624396 [ 285 ] {274ccd64-ec19-4e38-acbb-439c6e12e81b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4235 | 2024.11.01 06:53:02.624413 [ 285 ] {} <Debug> HTTP-Session: 7590858f-f96d-4db3-a78d-4807e2651112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4236 | 2024.11.01 06:53:02.624583 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65212, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4237 | 2024.11.01 06:53:02.624591 [ 285 ] {} <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) | ||
| 4238 | 2024.11.01 06:53:02.624674 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4239 | 2024.11.01 06:53:02.624708 [ 282 ] {} <Debug> HTTP-Session: 911a12a1-bab6-49a5-8e11-c2d7c3038415 Authenticating user 'default' from [fd00:1122:3344:101::d]:65212 | ||
| 4240 | 2024.11.01 06:53:02.624726 [ 282 ] {} <Debug> HTTP-Session: 911a12a1-bab6-49a5-8e11-c2d7c3038415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4241 | 2024.11.01 06:53:02.624746 [ 282 ] {} <Debug> HTTP-Session: 911a12a1-bab6-49a5-8e11-c2d7c3038415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4242 | 2024.11.01 06:53:02.624794 [ 282 ] {} <Trace> HTTP-Session: 911a12a1-bab6-49a5-8e11-c2d7c3038415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4243 | 2024.11.01 06:53:02.624903 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65212) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4244 | 2024.11.01 06:53:02.624951 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4245 | 2024.11.01 06:53:02.625117 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4246 | 2024.11.01 06:53:02.625405 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2024.11.01 06:53:02.625441 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4248 | 2024.11.01 06:53:02.625808 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4249 | 2024.11.01 06:53:02.626138 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2024.11.01 06:53:02.626288 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. | ||
| 4251 | 2024.11.01 06:53:02.626455 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4252 | 2024.11.01 06:53:02.626479 [ 282 ] {bb6fcd3e-f1f2-466d-93c5-2744d0ef082c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4253 | 2024.11.01 06:53:02.626494 [ 282 ] {} <Debug> HTTP-Session: 911a12a1-bab6-49a5-8e11-c2d7c3038415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4254 | 2024.11.01 06:53:02.626732 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4255 | 2024.11.01 06:53:02.626828 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48166, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4256 | 2024.11.01 06:53:02.626902 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4257 | 2024.11.01 06:53:02.626928 [ 285 ] {} <Debug> HTTP-Session: a2b68f1a-e616-4659-9ddd-1fce6565a502 Authenticating user 'default' from [fd00:1122:3344:101::d]:48166 | ||
| 4258 | 2024.11.01 06:53:02.626949 [ 285 ] {} <Debug> HTTP-Session: a2b68f1a-e616-4659-9ddd-1fce6565a502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4259 | 2024.11.01 06:53:02.626966 [ 285 ] {} <Debug> HTTP-Session: a2b68f1a-e616-4659-9ddd-1fce6565a502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4260 | 2024.11.01 06:53:02.627010 [ 285 ] {} <Trace> HTTP-Session: a2b68f1a-e616-4659-9ddd-1fce6565a502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2024.11.01 06:53:02.627262 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48166) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4262 | 2024.11.01 06:53:02.627321 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4263 | 2024.11.01 06:53:02.627513 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4264 | 2024.11.01 06:53:02.627957 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2024.11.01 06:53:02.627994 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4266 | 2024.11.01 06:53:02.628388 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4267 | 2024.11.01 06:53:02.628731 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.11.01 06:53:02.628891 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001758 sec., 134812.2866894198 rows/sec., 9.04 MiB/sec. | ||
| 4269 | 2024.11.01 06:53:02.629112 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4270 | 2024.11.01 06:53:02.629136 [ 285 ] {03764e48-7925-4b7f-a6ac-7599d884e4c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4271 | 2024.11.01 06:53:02.629153 [ 285 ] {} <Debug> HTTP-Session: a2b68f1a-e616-4659-9ddd-1fce6565a502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4272 | 2024.11.01 06:53:02.629338 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4273 | 2024.11.01 06:53:02.629409 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47643, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4274 | 2024.11.01 06:53:02.629497 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4275 | 2024.11.01 06:53:02.629523 [ 287 ] {} <Debug> HTTP-Session: 0fd3fb8d-4157-4833-bde9-1575e6d4f440 Authenticating user 'default' from [fd00:1122:3344:101::d]:47643 | ||
| 4276 | 2024.11.01 06:53:02.629545 [ 287 ] {} <Debug> HTTP-Session: 0fd3fb8d-4157-4833-bde9-1575e6d4f440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4277 | 2024.11.01 06:53:02.629563 [ 287 ] {} <Debug> HTTP-Session: 0fd3fb8d-4157-4833-bde9-1575e6d4f440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4278 | 2024.11.01 06:53:02.629610 [ 287 ] {} <Trace> HTTP-Session: 0fd3fb8d-4157-4833-bde9-1575e6d4f440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2024.11.01 06:53:02.629742 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47643) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4280 | 2024.11.01 06:53:02.629803 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4281 | 2024.11.01 06:53:02.629998 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4282 | 2024.11.01 06:53:02.630317 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2024.11.01 06:53:02.630363 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4284 | 2024.11.01 06:53:02.630729 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4285 | 2024.11.01 06:53:02.631072 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2024.11.01 06:53:02.631224 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001515 sec., 660.06600660066 rows/sec., 44.48 KiB/sec. | ||
| 4287 | 2024.11.01 06:53:02.631403 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Debug> DynamicQueryHandler: Done processing query | ||
| 4288 | 2024.11.01 06:53:02.631427 [ 287 ] {0d7d47d5-8d63-403e-9a36-a687f7e34484} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4289 | 2024.11.01 06:53:02.631443 [ 287 ] {} <Debug> HTTP-Session: 0fd3fb8d-4157-4833-bde9-1575e6d4f440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4290 | 2024.11.01 06:53:02.631732 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4291 | 2024.11.01 06:53:02.631826 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38664, User-Agent: (none), Length: 65237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4292 | 2024.11.01 06:53:02.631891 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4293 | 2024.11.01 06:53:02.631913 [ 285 ] {} <Debug> HTTP-Session: c7f28eb4-feec-409b-ad27-ca60fedac6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:38664 | ||
| 4294 | 2024.11.01 06:53:02.631932 [ 285 ] {} <Debug> HTTP-Session: c7f28eb4-feec-409b-ad27-ca60fedac6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4295 | 2024.11.01 06:53:02.631949 [ 285 ] {} <Debug> HTTP-Session: c7f28eb4-feec-409b-ad27-ca60fedac6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.11.01 06:53:02.631991 [ 285 ] {} <Trace> HTTP-Session: c7f28eb4-feec-409b-ad27-ca60fedac6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2024.11.01 06:53:02.632439 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38664) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4298 | 2024.11.01 06:53:02.632512 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <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 | ||
| 4299 | 2024.11.01 06:53:02.633053 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4300 | 2024.11.01 06:53:02.633776 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.11.01 06:53:02.633812 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4302 | 2024.11.01 06:53:02.634477 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4303 | 2024.11.01 06:53:02.634896 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2024.11.01 06:53:02.635080 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002942 sec., 13256.288239292997 rows/sec., 23.75 MiB/sec. | ||
| 4305 | 2024.11.01 06:53:02.635313 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4306 | 2024.11.01 06:53:02.635337 [ 285 ] {c34dc097-717d-4570-b5f4-b3bcb617599a} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 4307 | 2024.11.01 06:53:02.635353 [ 285 ] {} <Debug> HTTP-Session: c7f28eb4-feec-409b-ad27-ca60fedac6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4308 | 2024.11.01 06:53:02.635543 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4309 | 2024.11.01 06:53:02.635543 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47643, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4310 | 2024.11.01 06:53:02.635647 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4311 | 2024.11.01 06:53:02.635681 [ 287 ] {} <Debug> HTTP-Session: 8e4780af-5ab0-40e9-abfc-ecb2a734c131 Authenticating user 'default' from [fd00:1122:3344:101::d]:47643 | ||
| 4312 | 2024.11.01 06:53:02.635707 [ 287 ] {} <Debug> HTTP-Session: 8e4780af-5ab0-40e9-abfc-ecb2a734c131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4313 | 2024.11.01 06:53:02.635725 [ 287 ] {} <Debug> HTTP-Session: 8e4780af-5ab0-40e9-abfc-ecb2a734c131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4314 | 2024.11.01 06:53:02.635771 [ 287 ] {} <Trace> HTTP-Session: 8e4780af-5ab0-40e9-abfc-ecb2a734c131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2024.11.01 06:53:02.635947 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47643) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4316 | 2024.11.01 06:53:02.636004 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4317 | 2024.11.01 06:53:02.636196 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4318 | 2024.11.01 06:53:02.636545 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2024.11.01 06:53:02.636581 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4320 | 2024.11.01 06:53:02.636958 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4321 | 2024.11.01 06:53:02.637284 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2024.11.01 06:53:02.637439 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 4323 | 2024.11.01 06:53:02.637641 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4324 | 2024.11.01 06:53:02.637665 [ 287 ] {adb51564-3093-457b-a74e-1c32ceecbbb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4325 | 2024.11.01 06:53:02.637681 [ 287 ] {} <Debug> HTTP-Session: 8e4780af-5ab0-40e9-abfc-ecb2a734c131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4326 | 2024.11.01 06:53:02.638545 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4327 | 2024.11.01 06:53:07.598305 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53011, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4328 | 2024.11.01 06:53:07.598446 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4329 | 2024.11.01 06:53:07.598475 [ 287 ] {} <Debug> HTTP-Session: 428c1e89-51c2-453c-974d-1721e3b2fcbd Authenticating user 'default' from [fd00:1122:3344:101::d]:53011 | ||
| 4330 | 2024.11.01 06:53:07.598502 [ 287 ] {} <Debug> HTTP-Session: 428c1e89-51c2-453c-974d-1721e3b2fcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4331 | 2024.11.01 06:53:07.598520 [ 287 ] {} <Debug> HTTP-Session: 428c1e89-51c2-453c-974d-1721e3b2fcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4332 | 2024.11.01 06:53:07.598576 [ 287 ] {} <Trace> HTTP-Session: 428c1e89-51c2-453c-974d-1721e3b2fcbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4333 | 2024.11.01 06:53:07.598772 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53011) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4334 | 2024.11.01 06:53:07.598837 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4335 | 2024.11.01 06:53:07.599162 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4336 | 2024.11.01 06:53:07.599609 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2024.11.01 06:53:07.599651 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4338 | 2024.11.01 06:53:07.600061 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4339 | 2024.11.01 06:53:07.600440 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2024.11.01 06:53:07.600622 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 4341 | 2024.11.01 06:53:07.600825 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4342 | 2024.11.01 06:53:07.600850 [ 287 ] {a7860006-d0b7-44fc-8567-3fd18894798f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4343 | 2024.11.01 06:53:07.600867 [ 287 ] {} <Debug> HTTP-Session: 428c1e89-51c2-453c-974d-1721e3b2fcbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4344 | 2024.11.01 06:53:07.601097 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4345 | 2024.11.01 06:53:07.601200 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41914, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4346 | 2024.11.01 06:53:07.601384 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4347 | 2024.11.01 06:53:07.601427 [ 285 ] {} <Debug> HTTP-Session: 436099d6-3621-4762-9eea-376b9876a7c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:41914 | ||
| 4348 | 2024.11.01 06:53:07.601469 [ 285 ] {} <Debug> HTTP-Session: 436099d6-3621-4762-9eea-376b9876a7c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4349 | 2024.11.01 06:53:07.601497 [ 285 ] {} <Debug> HTTP-Session: 436099d6-3621-4762-9eea-376b9876a7c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4350 | 2024.11.01 06:53:07.601583 [ 285 ] {} <Trace> HTTP-Session: 436099d6-3621-4762-9eea-376b9876a7c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4351 | 2024.11.01 06:53:07.601793 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41914) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4352 | 2024.11.01 06:53:07.601861 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4353 | 2024.11.01 06:53:07.602204 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4354 | 2024.11.01 06:53:07.602620 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4355 | 2024.11.01 06:53:07.602659 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4356 | 2024.11.01 06:53:07.603074 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4357 | 2024.11.01 06:53:07.603459 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4358 | 2024.11.01 06:53:07.603636 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001905 sec., 33595.800524934384 rows/sec., 2.62 MiB/sec. | ||
| 4359 | 2024.11.01 06:53:07.603991 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Debug> DynamicQueryHandler: Done processing query | ||
| 4360 | 2024.11.01 06:53:07.604035 [ 285 ] {9ce0a1d0-e87b-420d-abae-5cdca2642e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4361 | 2024.11.01 06:53:07.604061 [ 285 ] {} <Debug> HTTP-Session: 436099d6-3621-4762-9eea-376b9876a7c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4362 | 2024.11.01 06:53:07.604308 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4363 | 2024.11.01 06:53:07.604413 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59299, User-Agent: (none), Length: 26806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4364 | 2024.11.01 06:53:07.604480 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4365 | 2024.11.01 06:53:07.604504 [ 287 ] {} <Debug> HTTP-Session: ef82aa34-0e72-45b2-a8ac-4086d6a58056 Authenticating user 'default' from [fd00:1122:3344:101::d]:59299 | ||
| 4366 | 2024.11.01 06:53:07.604526 [ 287 ] {} <Debug> HTTP-Session: ef82aa34-0e72-45b2-a8ac-4086d6a58056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4367 | 2024.11.01 06:53:07.604543 [ 287 ] {} <Debug> HTTP-Session: ef82aa34-0e72-45b2-a8ac-4086d6a58056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4368 | 2024.11.01 06:53:07.604588 [ 287 ] {} <Trace> HTTP-Session: ef82aa34-0e72-45b2-a8ac-4086d6a58056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4369 | 2024.11.01 06:53:07.604774 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59299) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4370 | 2024.11.01 06:53:07.604834 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4371 | 2024.11.01 06:53:07.605059 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4372 | 2024.11.01 06:53:07.605474 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4373 | 2024.11.01 06:53:07.605517 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4374 | 2024.11.01 06:53:07.605914 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4375 | 2024.11.01 06:53:07.606260 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2024.11.01 06:53:07.606415 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.00172 sec., 81395.3488372093 rows/sec., 5.67 MiB/sec. | ||
| 4377 | 2024.11.01 06:53:07.606747 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4378 | 2024.11.01 06:53:07.606772 [ 287 ] {6d44925b-4e47-4e4e-bdd2-230f573c17cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4379 | 2024.11.01 06:53:07.606788 [ 287 ] {} <Debug> HTTP-Session: ef82aa34-0e72-45b2-a8ac-4086d6a58056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4380 | 2024.11.01 06:53:07.606966 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41914, User-Agent: (none), Length: 8201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4381 | 2024.11.01 06:53:07.607014 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4382 | 2024.11.01 06:53:07.607056 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4383 | 2024.11.01 06:53:07.607100 [ 285 ] {} <Debug> HTTP-Session: bc6b2632-356a-4b4a-8861-b668ed322241 Authenticating user 'default' from [fd00:1122:3344:101::d]:41914 | ||
| 4384 | 2024.11.01 06:53:07.607118 [ 285 ] {} <Debug> HTTP-Session: bc6b2632-356a-4b4a-8861-b668ed322241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4385 | 2024.11.01 06:53:07.607143 [ 285 ] {} <Debug> HTTP-Session: bc6b2632-356a-4b4a-8861-b668ed322241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.11.01 06:53:07.607196 [ 285 ] {} <Trace> HTTP-Session: bc6b2632-356a-4b4a-8861-b668ed322241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2024.11.01 06:53:07.607332 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41914) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4388 | 2024.11.01 06:53:07.607380 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4389 | 2024.11.01 06:53:07.607529 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4390 | 2024.11.01 06:53:07.607819 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2024.11.01 06:53:07.607853 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4392 | 2024.11.01 06:53:07.608227 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4393 | 2024.11.01 06:53:07.608547 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2024.11.01 06:53:07.608674 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001391 sec., 38820.992092020126 rows/sec., 2.61 MiB/sec. | ||
| 4395 | 2024.11.01 06:53:07.608838 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Debug> DynamicQueryHandler: Done processing query | ||
| 4396 | 2024.11.01 06:53:07.608862 [ 285 ] {95f9c9d1-fc2a-489d-a079-c071a9823718} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4397 | 2024.11.01 06:53:07.608878 [ 285 ] {} <Debug> HTTP-Session: bc6b2632-356a-4b4a-8861-b668ed322241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4398 | 2024.11.01 06:53:07.609058 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4399 | 2024.11.01 06:53:08.874469 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4400 | 2024.11.01 06:53:09.186740 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4401 | 2024.11.01 06:53:09.214142 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4402 | 2024.11.01 06:53:09.221452 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4403 | 2024.11.01 06:53:09.308863 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4404 | 2024.11.01 06:53:09.310163 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4405 | 2024.11.01 06:53:09.316466 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4406 | 2024.11.01 06:53:09.338759 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4407 | 2024.11.01 06:53:10.891368 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4408 | 2024.11.01 06:53:10.891417 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4409 | 2024.11.01 06:53:11.001235 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000881588 sec. | ||
| 4410 | 2024.11.01 06:53:11.011878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 442 | ||
| 4411 | 2024.11.01 06:53:11.014631 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2024.11.01 06:53:11.014669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4413 | 2024.11.01 06:53:11.016130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4414 | 2024.11.01 06:53:11.017100 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2024.11.01 06:53:11.017257 [ 138 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4416 | 2024.11.01 06:53:11.017327 [ 138 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4417 | 2024.11.01 06:53:11.017373 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4418 | 2024.11.01 06:53:11.018342 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 4419 | 2024.11.01 06:53:11.018752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442 | ||
| 4420 | 2024.11.01 06:53:11.019564 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4421 | 2024.11.01 06:53:11.019726 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 304 rows starting from the beginning of the part | ||
| 4422 | 2024.11.01 06:53:11.020425 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 4423 | 2024.11.01 06:53:11.021005 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 4424 | 2024.11.01 06:53:11.021554 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 4425 | 2024.11.01 06:53:11.022039 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 4426 | 2024.11.01 06:53:11.022504 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 4427 | 2024.11.01 06:53:11.030226 [ 191 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 72 columns (72 merged, 0 gathered) in 0.01264341 sec., 34958.92326516343 rows/sec., 29.33 MiB/sec. | ||
| 4428 | 2024.11.01 06:53:11.031043 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4429 | 2024.11.01 06:53:11.032477 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2024.11.01 06:53:11.032565 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_11_2} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4431 | 2024.11.01 06:53:11.032757 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 4432 | 2024.11.01 06:53:12.598985 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62186, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4433 | 2024.11.01 06:53:12.599133 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4434 | 2024.11.01 06:53:12.599162 [ 285 ] {} <Debug> HTTP-Session: 573e0721-acdc-4fdc-ba5f-a806307ff880 Authenticating user 'default' from [fd00:1122:3344:101::d]:62186 | ||
| 4435 | 2024.11.01 06:53:12.599192 [ 285 ] {} <Debug> HTTP-Session: 573e0721-acdc-4fdc-ba5f-a806307ff880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4436 | 2024.11.01 06:53:12.599210 [ 285 ] {} <Debug> HTTP-Session: 573e0721-acdc-4fdc-ba5f-a806307ff880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4437 | 2024.11.01 06:53:12.599270 [ 285 ] {} <Trace> HTTP-Session: 573e0721-acdc-4fdc-ba5f-a806307ff880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2024.11.01 06:53:12.599495 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62186) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4439 | 2024.11.01 06:53:12.599571 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4440 | 2024.11.01 06:53:12.599930 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4441 | 2024.11.01 06:53:12.600445 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4442 | 2024.11.01 06:53:12.600484 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4443 | 2024.11.01 06:53:12.600935 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4444 | 2024.11.01 06:53:12.601347 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2024.11.01 06:53:12.601484 [ 137 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4446 | 2024.11.01 06:53:12.601492 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.07 MiB/sec. | ||
| 4447 | 2024.11.01 06:53:12.601523 [ 137 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4448 | 2024.11.01 06:53:12.601559 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4449 | 2024.11.01 06:53:12.601774 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 4450 | 2024.11.01 06:53:12.601811 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Debug> DynamicQueryHandler: Done processing query | ||
| 4451 | 2024.11.01 06:53:12.601865 [ 285 ] {ed369cc6-f88e-4ad7-98c6-5327b71c1f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4452 | 2024.11.01 06:53:12.601892 [ 285 ] {} <Debug> HTTP-Session: 573e0721-acdc-4fdc-ba5f-a806307ff880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4453 | 2024.11.01 06:53:12.602027 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4454 | 2024.11.01 06:53:12.602078 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1412 rows starting from the beginning of the part | ||
| 4455 | 2024.11.01 06:53:12.602097 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4456 | 2024.11.01 06:53:12.602263 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56944, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4457 | 2024.11.01 06:53:12.602394 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 4458 | |||
| 4459 | (version 23.8.7.1) | ||
| 4460 | 2024.11.01 06:53:12.602414 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 59 rows starting from the beginning of the part | ||
| 4461 | 2024.11.01 06:53:12.602504 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4462 | 2024.11.01 06:53:12.602613 [ 287 ] {} <Debug> HTTP-Session: 034f6591-a565-462e-866e-b3f66a4f0dec Authenticating user 'default' from [fd00:1122:3344:101::d]:56944 | ||
| 4463 | 2024.11.01 06:53:12.602707 [ 287 ] {} <Debug> HTTP-Session: 034f6591-a565-462e-866e-b3f66a4f0dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4464 | 2024.11.01 06:53:12.602712 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 4465 | 2024.11.01 06:53:12.602762 [ 287 ] {} <Debug> HTTP-Session: 034f6591-a565-462e-866e-b3f66a4f0dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4466 | 2024.11.01 06:53:12.603044 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 267 rows starting from the beginning of the part | ||
| 4467 | 2024.11.01 06:53:12.603044 [ 287 ] {} <Trace> HTTP-Session: 034f6591-a565-462e-866e-b3f66a4f0dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4468 | 2024.11.01 06:53:12.603358 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 4469 | 2024.11.01 06:53:12.603640 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56944) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4470 | 2024.11.01 06:53:12.603711 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 4471 | 2024.11.01 06:53:12.603857 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4472 | 2024.11.01 06:53:12.604999 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4473 | 2024.11.01 06:53:12.606017 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2024.11.01 06:53:12.606085 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4475 | 2024.11.01 06:53:12.606835 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4476 | 2024.11.01 06:53:12.607081 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1906 rows, containing 5 columns (5 merged, 0 gathered) in 0.005409672 sec., 352331.8973867547 rows/sec., 30.85 MiB/sec. | ||
| 4477 | 2024.11.01 06:53:12.607449 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4478 | 2024.11.01 06:53:12.607641 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4479 | 2024.11.01 06:53:12.607963 [ 137 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4480 | 2024.11.01 06:53:12.608081 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004672 sec., 13698.630136986301 rows/sec., 1.07 MiB/sec. | ||
| 4481 | 2024.11.01 06:53:12.608149 [ 137 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4482 | 2024.11.01 06:53:12.608305 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4483 | 2024.11.01 06:53:12.608901 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 4484 | 2024.11.01 06:53:12.608942 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Debug> DynamicQueryHandler: Done processing query | ||
| 4485 | 2024.11.01 06:53:12.609035 [ 287 ] {fce11568-cbff-44ef-8059-ebc8a2566921} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4486 | 2024.11.01 06:53:12.609154 [ 287 ] {} <Debug> HTTP-Session: 034f6591-a565-462e-866e-b3f66a4f0dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4487 | 2024.11.01 06:53:12.609544 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4488 | 2024.11.01 06:53:12.609848 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4489 | 2024.11.01 06:53:12.609862 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50474, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4490 | 2024.11.01 06:53:12.609855 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2024.11.01 06:53:12.609932 [ 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): | ||
| 4492 | |||
| 4493 | (version 23.8.7.1) | ||
| 4494 | 2024.11.01 06:53:12.609989 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 903 rows starting from the beginning of the part | ||
| 4495 | 2024.11.01 06:53:12.610195 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4496 | 2024.11.01 06:53:12.610383 [ 285 ] {} <Debug> HTTP-Session: 990944eb-9a80-44c8-91c8-3c5574be9973 Authenticating user 'default' from [fd00:1122:3344:101::d]:50474 | ||
| 4497 | 2024.11.01 06:53:12.610451 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_21_4} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4498 | 2024.11.01 06:53:12.610477 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 70 rows starting from the beginning of the part | ||
| 4499 | 2024.11.01 06:53:12.610503 [ 285 ] {} <Debug> HTTP-Session: 990944eb-9a80-44c8-91c8-3c5574be9973 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4500 | 2024.11.01 06:53:12.610596 [ 285 ] {} <Debug> HTTP-Session: 990944eb-9a80-44c8-91c8-3c5574be9973 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4501 | 2024.11.01 06:53:12.610808 [ 285 ] {} <Trace> HTTP-Session: 990944eb-9a80-44c8-91c8-3c5574be9973 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2024.11.01 06:53:12.610884 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 4503 | 2024.11.01 06:53:12.610970 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4504 | 2024.11.01 06:53:12.611202 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 4505 | 2024.11.01 06:53:12.611495 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 4506 | 2024.11.01 06:53:12.611601 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50474) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4507 | 2024.11.01 06:53:12.611731 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 4508 | 2024.11.01 06:53:12.611839 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4509 | 2024.11.01 06:53:12.612677 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4510 | 2024.11.01 06:53:12.613745 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2024.11.01 06:53:12.613808 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4512 | 2024.11.01 06:53:12.614772 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4513 | 2024.11.01 06:53:12.614799 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 5 columns (5 merged, 0 gathered) in 0.00627755 sec., 252646.3349555161 rows/sec., 19.47 MiB/sec. | ||
| 4514 | 2024.11.01 06:53:12.615065 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4515 | 2024.11.01 06:53:12.615719 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4516 | 2024.11.01 06:53:12.616064 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4517 | 2024.11.01 06:53:12.616124 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004874 sec., 32827.24661469019 rows/sec., 2.29 MiB/sec. | ||
| 4518 | 2024.11.01 06:53:12.616135 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2024.11.01 06:53:12.616206 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4520 | 2024.11.01 06:53:12.616363 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4521 | 2024.11.01 06:53:12.616937 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Debug> DynamicQueryHandler: Done processing query | ||
| 4522 | 2024.11.01 06:53:12.616951 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_21_4} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4523 | 2024.11.01 06:53:12.616997 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 4524 | 2024.11.01 06:53:12.617036 [ 285 ] {14a8717b-12ea-4735-95ab-1e4962a96378} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4525 | 2024.11.01 06:53:12.617167 [ 285 ] {} <Debug> HTTP-Session: 990944eb-9a80-44c8-91c8-3c5574be9973 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4526 | 2024.11.01 06:53:12.617408 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4527 | 2024.11.01 06:53:12.617724 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63795, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4528 | 2024.11.01 06:53:12.617908 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4529 | 2024.11.01 06:53:12.618007 [ 287 ] {} <Debug> HTTP-Session: caa8bd07-13d3-4561-94d6-4a152e5166e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63795 | ||
| 4530 | 2024.11.01 06:53:12.618100 [ 287 ] {} <Debug> HTTP-Session: caa8bd07-13d3-4561-94d6-4a152e5166e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4531 | 2024.11.01 06:53:12.618120 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4532 | 2024.11.01 06:53:12.618206 [ 287 ] {} <Debug> HTTP-Session: caa8bd07-13d3-4561-94d6-4a152e5166e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4533 | 2024.11.01 06:53:12.618257 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4534 | 2024.11.01 06:53:12.618376 [ 287 ] {} <Trace> HTTP-Session: caa8bd07-13d3-4561-94d6-4a152e5166e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2024.11.01 06:53:12.618380 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4207 rows starting from the beginning of the part | ||
| 4536 | 2024.11.01 06:53:12.618754 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63795) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4537 | 2024.11.01 06:53:12.618772 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 131 rows starting from the beginning of the part | ||
| 4538 | 2024.11.01 06:53:12.618893 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4539 | 2024.11.01 06:53:12.619130 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 4540 | 2024.11.01 06:53:12.619562 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 4541 | 2024.11.01 06:53:12.619942 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4542 | 2024.11.01 06:53:12.619968 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 140 rows starting from the beginning of the part | ||
| 4543 | 2024.11.01 06:53:12.620301 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 4544 | 2024.11.01 06:53:12.620994 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2024.11.01 06:53:12.621055 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4546 | 2024.11.01 06:53:12.621693 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4547 | 2024.11.01 06:53:12.622583 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4548 | 2024.11.01 06:53:12.622903 [ 137 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4549 | 2024.11.01 06:53:12.622998 [ 137 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2024.11.01 06:53:12.623015 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004434 sec., 13531.799729364007 rows/sec., 933.84 KiB/sec. | ||
| 4551 | 2024.11.01 06:53:12.623062 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4552 | 2024.11.01 06:53:12.624073 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 4553 | 2024.11.01 06:53:12.624400 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4554 | 2024.11.01 06:53:12.624505 [ 287 ] {ae70a065-d240-4842-b014-e8045d344ffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4555 | 2024.11.01 06:53:12.624634 [ 287 ] {} <Debug> HTTP-Session: caa8bd07-13d3-4561-94d6-4a152e5166e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4556 | 2024.11.01 06:53:12.624806 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4557 | 2024.11.01 06:53:12.624836 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 910 rows starting from the beginning of the part | ||
| 4558 | 2024.11.01 06:53:12.624992 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4559 | 2024.11.01 06:53:12.625126 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 4560 | 2024.11.01 06:53:12.625371 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 4561 | 2024.11.01 06:53:12.625519 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 4562 | 2024.11.01 06:53:12.625648 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 54 rows starting from the beginning of the part | ||
| 4563 | 2024.11.01 06:53:12.625860 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 4564 | 2024.11.01 06:53:12.627073 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 4 columns (4 merged, 0 gathered) in 0.003868088 sec., 313850.15025511314 rows/sec., 20.70 MiB/sec. | ||
| 4565 | 2024.11.01 06:53:12.627376 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4566 | 2024.11.01 06:53:12.627663 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5035 rows, containing 5 columns (5 merged, 0 gathered) in 0.011249587 sec., 447571.98642047925 rows/sec., 30.41 MiB/sec. | ||
| 4567 | 2024.11.01 06:53:12.628016 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4568 | 2024.11.01 06:53:12.628125 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2024.11.01 06:53:12.628273 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_21_4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4570 | 2024.11.01 06:53:12.628558 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 4571 | 2024.11.01 06:53:12.628822 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4572 | 2024.11.01 06:53:12.628903 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4573 | 2024.11.01 06:53:12.628981 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 4574 | 2024.11.01 06:53:17.606086 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46061, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4575 | 2024.11.01 06:53:17.606212 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4576 | 2024.11.01 06:53:17.606236 [ 287 ] {} <Debug> HTTP-Session: c1b26907-f5f0-47ef-bf71-c48975c656b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46061 | ||
| 4577 | 2024.11.01 06:53:17.606260 [ 287 ] {} <Debug> HTTP-Session: c1b26907-f5f0-47ef-bf71-c48975c656b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4578 | 2024.11.01 06:53:17.606275 [ 287 ] {} <Debug> HTTP-Session: c1b26907-f5f0-47ef-bf71-c48975c656b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4579 | 2024.11.01 06:53:17.606324 [ 287 ] {} <Trace> HTTP-Session: c1b26907-f5f0-47ef-bf71-c48975c656b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2024.11.01 06:53:17.606580 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46061) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4581 | 2024.11.01 06:53:17.606645 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4582 | 2024.11.01 06:53:17.606969 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4583 | 2024.11.01 06:53:17.607580 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.11.01 06:53:17.607620 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4585 | 2024.11.01 06:53:17.608053 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4586 | 2024.11.01 06:53:17.608435 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.11.01 06:53:17.608585 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002122 sec., 125824.69368520263 rows/sec., 11.20 MiB/sec. | ||
| 4588 | 2024.11.01 06:53:17.608788 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4589 | 2024.11.01 06:53:17.608814 [ 287 ] {c5790d53-84a8-41b9-b960-ef4c0b1b240c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4590 | 2024.11.01 06:53:17.608830 [ 287 ] {} <Debug> HTTP-Session: c1b26907-f5f0-47ef-bf71-c48975c656b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4591 | 2024.11.01 06:53:17.609033 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4592 | 2024.11.01 06:53:17.609101 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4593 | 2024.11.01 06:53:17.609231 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4594 | 2024.11.01 06:53:17.609260 [ 285 ] {} <Debug> HTTP-Session: 62abc28a-2b13-4143-984b-f4d717628ca5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49529 | ||
| 4595 | 2024.11.01 06:53:17.609289 [ 285 ] {} <Debug> HTTP-Session: 62abc28a-2b13-4143-984b-f4d717628ca5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4596 | 2024.11.01 06:53:17.609306 [ 285 ] {} <Debug> HTTP-Session: 62abc28a-2b13-4143-984b-f4d717628ca5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4597 | 2024.11.01 06:53:17.609367 [ 285 ] {} <Trace> HTTP-Session: 62abc28a-2b13-4143-984b-f4d717628ca5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2024.11.01 06:53:17.609580 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49529) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4599 | 2024.11.01 06:53:17.609658 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4600 | 2024.11.01 06:53:17.610040 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4601 | 2024.11.01 06:53:17.610456 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2024.11.01 06:53:17.610494 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4603 | 2024.11.01 06:53:17.610910 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4604 | 2024.11.01 06:53:17.611306 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2024.11.01 06:53:17.611450 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00195 sec., 20000 rows/sec., 1.47 MiB/sec. | ||
| 4606 | 2024.11.01 06:53:17.611640 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Debug> DynamicQueryHandler: Done processing query | ||
| 4607 | 2024.11.01 06:53:17.611665 [ 285 ] {cb012e41-ccb4-4d35-a46d-3f454b3d3a28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4608 | 2024.11.01 06:53:17.611682 [ 285 ] {} <Debug> HTTP-Session: 62abc28a-2b13-4143-984b-f4d717628ca5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4609 | 2024.11.01 06:53:17.611841 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4610 | 2024.11.01 06:53:17.611969 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34852, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4611 | 2024.11.01 06:53:17.612079 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4612 | 2024.11.01 06:53:17.612119 [ 287 ] {} <Debug> HTTP-Session: 75a2ef33-0972-4200-8a7e-50808dc33a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:34852 | ||
| 4613 | 2024.11.01 06:53:17.612153 [ 287 ] {} <Debug> HTTP-Session: 75a2ef33-0972-4200-8a7e-50808dc33a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4614 | 2024.11.01 06:53:17.612180 [ 287 ] {} <Debug> HTTP-Session: 75a2ef33-0972-4200-8a7e-50808dc33a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4615 | 2024.11.01 06:53:17.612249 [ 287 ] {} <Trace> HTTP-Session: 75a2ef33-0972-4200-8a7e-50808dc33a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2024.11.01 06:53:17.612456 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34852) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4617 | 2024.11.01 06:53:17.612543 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4618 | 2024.11.01 06:53:17.612996 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4619 | 2024.11.01 06:53:17.613326 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2024.11.01 06:53:17.613363 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4621 | 2024.11.01 06:53:17.613720 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4622 | 2024.11.01 06:53:17.614086 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2024.11.01 06:53:17.614258 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001866 sec., 7502.679528403001 rows/sec., 525.44 KiB/sec. | ||
| 4624 | 2024.11.01 06:53:17.614576 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4625 | 2024.11.01 06:53:17.614600 [ 287 ] {037c0597-4ca3-4f9a-a24f-216cc0ddc69a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4626 | 2024.11.01 06:53:17.614615 [ 287 ] {} <Debug> HTTP-Session: 75a2ef33-0972-4200-8a7e-50808dc33a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4627 | 2024.11.01 06:53:17.614846 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4628 | 2024.11.01 06:53:17.614847 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4629 | 2024.11.01 06:53:17.615044 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4630 | 2024.11.01 06:53:17.615071 [ 285 ] {} <Debug> HTTP-Session: 08c6961f-f934-4c64-85f2-8f7104587c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:49529 | ||
| 4631 | 2024.11.01 06:53:17.615092 [ 285 ] {} <Debug> HTTP-Session: 08c6961f-f934-4c64-85f2-8f7104587c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4632 | 2024.11.01 06:53:17.615109 [ 285 ] {} <Debug> HTTP-Session: 08c6961f-f934-4c64-85f2-8f7104587c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4633 | 2024.11.01 06:53:17.615151 [ 285 ] {} <Trace> HTTP-Session: 08c6961f-f934-4c64-85f2-8f7104587c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2024.11.01 06:53:17.615281 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49529) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4635 | 2024.11.01 06:53:17.615337 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4636 | 2024.11.01 06:53:17.615656 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4637 | 2024.11.01 06:53:17.616009 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4638 | 2024.11.01 06:53:17.616045 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4639 | 2024.11.01 06:53:17.616401 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4640 | 2024.11.01 06:53:17.616781 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2024.11.01 06:53:17.616911 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001667 sec., 3599.2801439712057 rows/sec., 212.65 KiB/sec. | ||
| 4642 | 2024.11.01 06:53:17.617144 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4643 | 2024.11.01 06:53:17.617168 [ 285 ] {f990b306-543b-4464-bf19-602da90b848e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4644 | 2024.11.01 06:53:17.617184 [ 285 ] {} <Debug> HTTP-Session: 08c6961f-f934-4c64-85f2-8f7104587c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4645 | 2024.11.01 06:53:17.617476 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4646 | 2024.11.01 06:53:17.617605 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51658, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4647 | 2024.11.01 06:53:17.617712 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4648 | 2024.11.01 06:53:17.617749 [ 287 ] {} <Debug> HTTP-Session: fb69fa6a-248d-400a-a043-1b4912c65e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:51658 | ||
| 4649 | 2024.11.01 06:53:17.617782 [ 287 ] {} <Debug> HTTP-Session: fb69fa6a-248d-400a-a043-1b4912c65e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4650 | 2024.11.01 06:53:17.617810 [ 287 ] {} <Debug> HTTP-Session: fb69fa6a-248d-400a-a043-1b4912c65e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4651 | 2024.11.01 06:53:17.617877 [ 287 ] {} <Trace> HTTP-Session: fb69fa6a-248d-400a-a043-1b4912c65e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2024.11.01 06:53:17.618146 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51658) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4653 | 2024.11.01 06:53:17.618194 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4654 | 2024.11.01 06:53:17.618454 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4655 | 2024.11.01 06:53:17.619030 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2024.11.01 06:53:17.619067 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4657 | 2024.11.01 06:53:17.619439 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4658 | 2024.11.01 06:53:17.619806 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2024.11.01 06:53:17.619975 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001929 sec., 218247.79678589944 rows/sec., 15.59 MiB/sec. | ||
| 4660 | 2024.11.01 06:53:17.620155 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Debug> DynamicQueryHandler: Done processing query | ||
| 4661 | 2024.11.01 06:53:17.620179 [ 287 ] {292bd239-4b6d-4c57-a2d6-98f6bab51d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4662 | 2024.11.01 06:53:17.620194 [ 287 ] {} <Debug> HTTP-Session: fb69fa6a-248d-400a-a043-1b4912c65e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4663 | 2024.11.01 06:53:17.620451 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4664 | 2024.11.01 06:53:17.620467 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4665 | 2024.11.01 06:53:17.620607 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4666 | 2024.11.01 06:53:17.620652 [ 285 ] {} <Debug> HTTP-Session: 501c2fba-f248-41db-b987-393569721a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:49529 | ||
| 4667 | 2024.11.01 06:53:17.620686 [ 285 ] {} <Debug> HTTP-Session: 501c2fba-f248-41db-b987-393569721a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4668 | 2024.11.01 06:53:17.620713 [ 285 ] {} <Debug> HTTP-Session: 501c2fba-f248-41db-b987-393569721a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4669 | 2024.11.01 06:53:17.620790 [ 285 ] {} <Trace> HTTP-Session: 501c2fba-f248-41db-b987-393569721a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2024.11.01 06:53:17.620988 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49529) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4671 | 2024.11.01 06:53:17.621036 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4672 | 2024.11.01 06:53:17.621200 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4673 | 2024.11.01 06:53:17.621480 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2024.11.01 06:53:17.621516 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4675 | 2024.11.01 06:53:17.621883 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4676 | 2024.11.01 06:53:17.622218 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4677 | 2024.11.01 06:53:17.622346 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 221.07 KiB/sec. | ||
| 4678 | 2024.11.01 06:53:17.622633 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4679 | 2024.11.01 06:53:17.622657 [ 285 ] {b1cff41d-d862-47f6-a770-7ec852300ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4680 | 2024.11.01 06:53:17.622674 [ 285 ] {} <Debug> HTTP-Session: 501c2fba-f248-41db-b987-393569721a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4681 | 2024.11.01 06:53:17.622847 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4682 | 2024.11.01 06:53:17.622949 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33733, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4683 | 2024.11.01 06:53:17.623056 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4684 | 2024.11.01 06:53:17.623094 [ 287 ] {} <Debug> HTTP-Session: acce9672-ec84-4393-a1ed-48321bf83184 Authenticating user 'default' from [fd00:1122:3344:101::d]:33733 | ||
| 4685 | 2024.11.01 06:53:17.623127 [ 287 ] {} <Debug> HTTP-Session: acce9672-ec84-4393-a1ed-48321bf83184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4686 | 2024.11.01 06:53:17.623154 [ 287 ] {} <Debug> HTTP-Session: acce9672-ec84-4393-a1ed-48321bf83184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4687 | 2024.11.01 06:53:17.623221 [ 287 ] {} <Trace> HTTP-Session: acce9672-ec84-4393-a1ed-48321bf83184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2024.11.01 06:53:17.623587 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33733) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4689 | 2024.11.01 06:53:17.623678 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4690 | 2024.11.01 06:53:17.623986 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4691 | 2024.11.01 06:53:17.624466 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4692 | 2024.11.01 06:53:17.624501 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4693 | 2024.11.01 06:53:17.624894 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4694 | 2024.11.01 06:53:17.625231 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2024.11.01 06:53:17.625403 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00201 sec., 117910.44776119402 rows/sec., 7.90 MiB/sec. | ||
| 4696 | 2024.11.01 06:53:17.625575 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4697 | 2024.11.01 06:53:17.625599 [ 287 ] {99e266f5-656d-4d3f-a1c4-9333cb978fb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4698 | 2024.11.01 06:53:17.625614 [ 287 ] {} <Debug> HTTP-Session: acce9672-ec84-4393-a1ed-48321bf83184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4699 | 2024.11.01 06:53:17.625848 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4700 | 2024.11.01 06:53:17.625867 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4701 | 2024.11.01 06:53:17.625992 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4702 | 2024.11.01 06:53:17.626022 [ 285 ] {} <Debug> HTTP-Session: b43a1b97-28d9-4f30-b071-cf88f585f1f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49529 | ||
| 4703 | 2024.11.01 06:53:17.626043 [ 285 ] {} <Debug> HTTP-Session: b43a1b97-28d9-4f30-b071-cf88f585f1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4704 | 2024.11.01 06:53:17.626061 [ 285 ] {} <Debug> HTTP-Session: b43a1b97-28d9-4f30-b071-cf88f585f1f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4705 | 2024.11.01 06:53:17.626105 [ 285 ] {} <Trace> HTTP-Session: b43a1b97-28d9-4f30-b071-cf88f585f1f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2024.11.01 06:53:17.626226 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49529) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4707 | 2024.11.01 06:53:17.626284 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4708 | 2024.11.01 06:53:17.626476 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4709 | 2024.11.01 06:53:17.626821 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4710 | 2024.11.01 06:53:17.626866 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4711 | 2024.11.01 06:53:17.627252 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4712 | 2024.11.01 06:53:17.627581 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2024.11.01 06:53:17.627712 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec. | ||
| 4714 | 2024.11.01 06:53:17.627945 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4715 | 2024.11.01 06:53:17.627969 [ 285 ] {f3fe764c-7f6f-4a12-9ff2-2db9b3af3f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4716 | 2024.11.01 06:53:17.627985 [ 285 ] {} <Debug> HTTP-Session: b43a1b97-28d9-4f30-b071-cf88f585f1f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4717 | 2024.11.01 06:53:17.628225 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4718 | 2024.11.01 06:53:17.628349 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62336, User-Agent: (none), Length: 65311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4719 | 2024.11.01 06:53:17.628417 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4720 | 2024.11.01 06:53:17.628441 [ 287 ] {} <Debug> HTTP-Session: bfea501c-42ef-4d7c-b935-bdebf177fc8e Authenticating user 'default' from [fd00:1122:3344:101::d]:62336 | ||
| 4721 | 2024.11.01 06:53:17.628462 [ 287 ] {} <Debug> HTTP-Session: bfea501c-42ef-4d7c-b935-bdebf177fc8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4722 | 2024.11.01 06:53:17.628479 [ 287 ] {} <Debug> HTTP-Session: bfea501c-42ef-4d7c-b935-bdebf177fc8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4723 | 2024.11.01 06:53:17.628523 [ 287 ] {} <Trace> HTTP-Session: bfea501c-42ef-4d7c-b935-bdebf177fc8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2024.11.01 06:53:17.629230 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62336) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4725 | 2024.11.01 06:53:17.629310 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <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 | ||
| 4726 | 2024.11.01 06:53:17.629789 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4727 | 2024.11.01 06:53:17.630559 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4728 | 2024.11.01 06:53:17.630595 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4729 | 2024.11.01 06:53:17.631230 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4730 | 2024.11.01 06:53:17.631657 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4731 | 2024.11.01 06:53:17.631824 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4732 | 2024.11.01 06:53:17.631850 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003212 sec., 12141.967621419677 rows/sec., 21.76 MiB/sec. | ||
| 4733 | 2024.11.01 06:53:17.631892 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2024.11.01 06:53:17.631965 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4735 | 2024.11.01 06:53:17.632564 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 4736 | 2024.11.01 06:53:17.632579 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Debug> DynamicQueryHandler: Done processing query | ||
| 4737 | 2024.11.01 06:53:17.632631 [ 287 ] {2931f174-24b5-4356-a043-2fda9b997911} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 4738 | 2024.11.01 06:53:17.632673 [ 287 ] {} <Debug> HTTP-Session: bfea501c-42ef-4d7c-b935-bdebf177fc8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4739 | 2024.11.01 06:53:17.632913 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4740 | 2024.11.01 06:53:17.632943 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4741 | 2024.11.01 06:53:17.633081 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4742 | 2024.11.01 06:53:17.633159 [ 285 ] {} <Debug> HTTP-Session: 83bedb4a-a998-4ecf-a698-704a00feb5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49529 | ||
| 4743 | 2024.11.01 06:53:17.633224 [ 285 ] {} <Debug> HTTP-Session: 83bedb4a-a998-4ecf-a698-704a00feb5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4744 | 2024.11.01 06:53:17.633259 [ 285 ] {} <Debug> HTTP-Session: 83bedb4a-a998-4ecf-a698-704a00feb5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4745 | 2024.11.01 06:53:17.633271 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4746 | 2024.11.01 06:53:17.633321 [ 285 ] {} <Trace> HTTP-Session: 83bedb4a-a998-4ecf-a698-704a00feb5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4747 | 2024.11.01 06:53:17.633362 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 98 rows starting from the beginning of the part | ||
| 4748 | 2024.11.01 06:53:17.633643 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49529) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4749 | 2024.11.01 06:53:17.633803 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 4750 | 2024.11.01 06:53:17.633809 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4751 | 2024.11.01 06:53:17.634523 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 5 rows starting from the beginning of the part | ||
| 4752 | 2024.11.01 06:53:17.634563 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4753 | 2024.11.01 06:53:17.635057 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 4754 | 2024.11.01 06:53:17.635608 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2024.11.01 06:53:17.635609 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 4756 | 2024.11.01 06:53:17.635650 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4757 | 2024.11.01 06:53:17.636257 [ 189 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 4758 | 2024.11.01 06:53:17.637040 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4759 | 2024.11.01 06:53:17.637507 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2024.11.01 06:53:17.637710 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004269 sec., 19208.245490747246 rows/sec., 1.22 MiB/sec. | ||
| 4761 | 2024.11.01 06:53:17.637881 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4762 | 2024.11.01 06:53:17.637913 [ 285 ] {0555a046-04b5-4776-9127-cf62a8e79ed4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4763 | 2024.11.01 06:53:17.637939 [ 285 ] {} <Debug> HTTP-Session: 83bedb4a-a998-4ecf-a698-704a00feb5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4764 | 2024.11.01 06:53:17.638564 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4765 | 2024.11.01 06:53:17.640282 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 19 columns (19 merged, 0 gathered) in 0.008189729 sec., 31014.45725493481 rows/sec., 55.58 MiB/sec. | ||
| 4766 | 2024.11.01 06:53:17.640965 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4767 | 2024.11.01 06:53:17.641626 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4768 | 2024.11.01 06:53:17.641717 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4769 | 2024.11.01 06:53:17.641877 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
| 4770 | 2024.11.01 06:53:19.522283 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4771 | 2024.11.01 06:53:19.800281 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4772 | 2024.11.01 06:53:19.957336 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4773 | 2024.11.01 06:53:20.054017 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4774 | 2024.11.01 06:53:20.294434 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58550, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4775 | 2024.11.01 06:53:20.298712 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4776 | 2024.11.01 06:53:20.340166 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4777 | 2024.11.01 06:53:20.373022 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4778 | 2024.11.01 06:53:20.375431 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4779 | 2024.11.01 06:53:20.375513 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4780 | 2024.11.01 06:53:20.376834 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4781 | 2024.11.01 06:53:20.604762 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4782 | 2024.11.01 06:53:20.618889 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4783 | 2024.11.01 06:53:20.623308 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4784 | 2024.11.01 06:53:20.647821 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4785 | 2024.11.01 06:53:20.659170 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4786 | 2024.11.01 06:53:20.659233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4787 | 2024.11.01 06:53:20.680541 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4788 | 2024.11.01 06:53:20.693108 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4789 | 2024.11.01 06:53:20.705361 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4790 | 2024.11.01 06:53:20.715424 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4791 | 2024.11.01 06:53:20.732761 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4792 | 2024.11.01 06:53:20.737200 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4793 | 2024.11.01 06:53:20.741483 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4794 | 2024.11.01 06:53:21.019069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 470 | ||
| 4795 | 2024.11.01 06:53:21.021783 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2024.11.01 06:53:21.021832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4797 | 2024.11.01 06:53:21.023371 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4798 | 2024.11.01 06:53:21.024373 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2024.11.01 06:53:21.025230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 470 | ||
| 4800 | 2024.11.01 06:53:22.598740 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64760, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4801 | 2024.11.01 06:53:22.598882 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4802 | 2024.11.01 06:53:22.598909 [ 297 ] {} <Debug> HTTP-Session: 321c0a3a-2840-40ba-b444-e4b448e443e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64760 | ||
| 4803 | 2024.11.01 06:53:22.598933 [ 297 ] {} <Debug> HTTP-Session: 321c0a3a-2840-40ba-b444-e4b448e443e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4804 | 2024.11.01 06:53:22.598948 [ 297 ] {} <Debug> HTTP-Session: 321c0a3a-2840-40ba-b444-e4b448e443e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4805 | 2024.11.01 06:53:22.599001 [ 297 ] {} <Trace> HTTP-Session: 321c0a3a-2840-40ba-b444-e4b448e443e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4806 | 2024.11.01 06:53:22.599214 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64760) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4807 | 2024.11.01 06:53:22.599292 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4808 | 2024.11.01 06:53:22.599644 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4809 | 2024.11.01 06:53:22.600170 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2024.11.01 06:53:22.600211 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4811 | 2024.11.01 06:53:22.600629 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4812 | 2024.11.01 06:53:22.601027 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2024.11.01 06:53:22.601195 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002062 sec., 27158.098933074685 rows/sec., 2.09 MiB/sec. | ||
| 4814 | 2024.11.01 06:53:22.601415 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4815 | 2024.11.01 06:53:22.601442 [ 297 ] {60a9ae23-a9b5-4ce4-86ea-ab84730cb64c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4816 | 2024.11.01 06:53:22.601459 [ 297 ] {} <Debug> HTTP-Session: 321c0a3a-2840-40ba-b444-e4b448e443e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4817 | 2024.11.01 06:53:22.601657 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4818 | 2024.11.01 06:53:22.601782 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42540, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4819 | 2024.11.01 06:53:22.601931 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4820 | 2024.11.01 06:53:22.601961 [ 298 ] {} <Debug> HTTP-Session: 6439c2de-80f4-48c1-be85-78d28e3307cd Authenticating user 'default' from [fd00:1122:3344:101::d]:42540 | ||
| 4821 | 2024.11.01 06:53:22.601990 [ 298 ] {} <Debug> HTTP-Session: 6439c2de-80f4-48c1-be85-78d28e3307cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4822 | 2024.11.01 06:53:22.602012 [ 298 ] {} <Debug> HTTP-Session: 6439c2de-80f4-48c1-be85-78d28e3307cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4823 | 2024.11.01 06:53:22.602097 [ 298 ] {} <Trace> HTTP-Session: 6439c2de-80f4-48c1-be85-78d28e3307cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2024.11.01 06:53:22.602324 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42540) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4825 | 2024.11.01 06:53:22.602421 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4826 | 2024.11.01 06:53:22.602801 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4827 | 2024.11.01 06:53:22.603278 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4828 | 2024.11.01 06:53:22.603319 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4829 | 2024.11.01 06:53:22.603735 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4830 | 2024.11.01 06:53:22.604128 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4831 | 2024.11.01 06:53:22.604313 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002068 sec., 30947.775628626692 rows/sec., 2.42 MiB/sec. | ||
| 4832 | 2024.11.01 06:53:22.604690 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Debug> DynamicQueryHandler: Done processing query | ||
| 4833 | 2024.11.01 06:53:22.604717 [ 298 ] {58776f52-4172-488b-a754-949182517a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4834 | 2024.11.01 06:53:22.604733 [ 298 ] {} <Debug> HTTP-Session: 6439c2de-80f4-48c1-be85-78d28e3307cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.11.01 06:53:22.605007 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4836 | 2024.11.01 06:53:22.605096 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64444, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4837 | 2024.11.01 06:53:22.605165 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4838 | 2024.11.01 06:53:22.605186 [ 297 ] {} <Debug> HTTP-Session: f17919e3-1bd2-40c5-9ca1-0f3234780ac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64444 | ||
| 4839 | 2024.11.01 06:53:22.605204 [ 297 ] {} <Debug> HTTP-Session: f17919e3-1bd2-40c5-9ca1-0f3234780ac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4840 | 2024.11.01 06:53:22.605219 [ 297 ] {} <Debug> HTTP-Session: f17919e3-1bd2-40c5-9ca1-0f3234780ac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4841 | 2024.11.01 06:53:22.605259 [ 297 ] {} <Trace> HTTP-Session: f17919e3-1bd2-40c5-9ca1-0f3234780ac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4842 | 2024.11.01 06:53:22.605428 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64444) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4843 | 2024.11.01 06:53:22.605481 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4844 | 2024.11.01 06:53:22.605669 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4845 | 2024.11.01 06:53:22.606060 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4846 | 2024.11.01 06:53:22.606097 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4847 | 2024.11.01 06:53:22.606493 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4848 | 2024.11.01 06:53:22.606843 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4849 | 2024.11.01 06:53:22.607003 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001641 sec., 78001.21876904326 rows/sec., 5.43 MiB/sec. | ||
| 4850 | 2024.11.01 06:53:22.607187 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4851 | 2024.11.01 06:53:22.607212 [ 297 ] {d9496ad8-5822-4a93-a589-9a239c937a3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4852 | 2024.11.01 06:53:22.607229 [ 297 ] {} <Debug> HTTP-Session: f17919e3-1bd2-40c5-9ca1-0f3234780ac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4853 | 2024.11.01 06:53:22.607404 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4854 | 2024.11.01 06:53:22.607419 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42540, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4855 | 2024.11.01 06:53:22.607511 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4856 | 2024.11.01 06:53:22.607552 [ 298 ] {} <Debug> HTTP-Session: 0cc1412d-bd66-4a8e-9436-adc83ae09260 Authenticating user 'default' from [fd00:1122:3344:101::d]:42540 | ||
| 4857 | 2024.11.01 06:53:22.607579 [ 298 ] {} <Debug> HTTP-Session: 0cc1412d-bd66-4a8e-9436-adc83ae09260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4858 | 2024.11.01 06:53:22.607598 [ 298 ] {} <Debug> HTTP-Session: 0cc1412d-bd66-4a8e-9436-adc83ae09260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4859 | 2024.11.01 06:53:22.607646 [ 298 ] {} <Trace> HTTP-Session: 0cc1412d-bd66-4a8e-9436-adc83ae09260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4860 | 2024.11.01 06:53:22.607800 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42540) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4861 | 2024.11.01 06:53:22.607858 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4862 | 2024.11.01 06:53:22.608053 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4863 | 2024.11.01 06:53:22.608375 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2024.11.01 06:53:22.608411 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4865 | 2024.11.01 06:53:22.608787 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4866 | 2024.11.01 06:53:22.609134 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2024.11.01 06:53:22.609289 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001539 sec., 31189.083820662767 rows/sec., 2.10 MiB/sec. | ||
| 4868 | 2024.11.01 06:53:22.609476 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4869 | 2024.11.01 06:53:22.609501 [ 298 ] {dc9fd97a-2702-4708-a0c1-df18af380ef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4870 | 2024.11.01 06:53:22.609518 [ 298 ] {} <Debug> HTTP-Session: 0cc1412d-bd66-4a8e-9436-adc83ae09260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4871 | 2024.11.01 06:53:22.609748 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4872 | 2024.11.01 06:53:25.891468 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4873 | 2024.11.01 06:53:25.891542 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4874 | 2024.11.01 06:53:27.599751 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57201, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4875 | 2024.11.01 06:53:27.599899 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4876 | 2024.11.01 06:53:27.599929 [ 297 ] {} <Debug> HTTP-Session: 9c91e3d3-4ecc-4bf0-a9d9-64d0f7d5429b Authenticating user 'default' from [fd00:1122:3344:101::d]:57201 | ||
| 4877 | 2024.11.01 06:53:27.599958 [ 297 ] {} <Debug> HTTP-Session: 9c91e3d3-4ecc-4bf0-a9d9-64d0f7d5429b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4878 | 2024.11.01 06:53:27.599976 [ 297 ] {} <Debug> HTTP-Session: 9c91e3d3-4ecc-4bf0-a9d9-64d0f7d5429b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4879 | 2024.11.01 06:53:27.600035 [ 297 ] {} <Trace> HTTP-Session: 9c91e3d3-4ecc-4bf0-a9d9-64d0f7d5429b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2024.11.01 06:53:27.600261 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57201) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4881 | 2024.11.01 06:53:27.600335 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4882 | 2024.11.01 06:53:27.600675 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4883 | 2024.11.01 06:53:27.601172 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4884 | 2024.11.01 06:53:27.601213 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4885 | 2024.11.01 06:53:27.601633 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4886 | 2024.11.01 06:53:27.602028 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2024.11.01 06:53:27.602188 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec. | ||
| 4888 | 2024.11.01 06:53:27.602413 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4889 | 2024.11.01 06:53:27.602439 [ 297 ] {640c76e4-943b-448e-b061-2fb17e140fbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4890 | 2024.11.01 06:53:27.602456 [ 297 ] {} <Debug> HTTP-Session: 9c91e3d3-4ecc-4bf0-a9d9-64d0f7d5429b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4891 | 2024.11.01 06:53:27.602648 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4892 | 2024.11.01 06:53:27.602767 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35975, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4893 | 2024.11.01 06:53:27.602899 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4894 | 2024.11.01 06:53:27.602928 [ 298 ] {} <Debug> HTTP-Session: 7b8ebe71-b09f-4256-a09a-8218389be610 Authenticating user 'default' from [fd00:1122:3344:101::d]:35975 | ||
| 4895 | 2024.11.01 06:53:27.602956 [ 298 ] {} <Debug> HTTP-Session: 7b8ebe71-b09f-4256-a09a-8218389be610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4896 | 2024.11.01 06:53:27.602974 [ 298 ] {} <Debug> HTTP-Session: 7b8ebe71-b09f-4256-a09a-8218389be610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4897 | 2024.11.01 06:53:27.603035 [ 298 ] {} <Trace> HTTP-Session: 7b8ebe71-b09f-4256-a09a-8218389be610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4898 | 2024.11.01 06:53:27.603268 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35975) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4899 | 2024.11.01 06:53:27.603340 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4900 | 2024.11.01 06:53:27.603682 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4901 | 2024.11.01 06:53:27.604138 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2024.11.01 06:53:27.604179 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4903 | 2024.11.01 06:53:27.604597 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4904 | 2024.11.01 06:53:27.604995 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2024.11.01 06:53:27.605136 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00196 sec., 32653.061224489797 rows/sec., 2.55 MiB/sec. | ||
| 4906 | 2024.11.01 06:53:27.605463 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Debug> DynamicQueryHandler: Done processing query | ||
| 4907 | 2024.11.01 06:53:27.605492 [ 298 ] {349ff4c9-12c9-4bb4-8d95-742888f08d99} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4908 | 2024.11.01 06:53:27.605509 [ 298 ] {} <Debug> HTTP-Session: 7b8ebe71-b09f-4256-a09a-8218389be610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4909 | 2024.11.01 06:53:27.605704 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4910 | 2024.11.01 06:53:27.605804 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51836, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4911 | 2024.11.01 06:53:27.605874 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4912 | 2024.11.01 06:53:27.605899 [ 297 ] {} <Debug> HTTP-Session: 326526eb-5957-4739-9a8e-972d29a602f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51836 | ||
| 4913 | 2024.11.01 06:53:27.605920 [ 297 ] {} <Debug> HTTP-Session: 326526eb-5957-4739-9a8e-972d29a602f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4914 | 2024.11.01 06:53:27.605938 [ 297 ] {} <Debug> HTTP-Session: 326526eb-5957-4739-9a8e-972d29a602f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4915 | 2024.11.01 06:53:27.605986 [ 297 ] {} <Trace> HTTP-Session: 326526eb-5957-4739-9a8e-972d29a602f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2024.11.01 06:53:27.606181 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51836) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4917 | 2024.11.01 06:53:27.606240 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4918 | 2024.11.01 06:53:27.606424 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4919 | 2024.11.01 06:53:27.606813 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2024.11.01 06:53:27.606849 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4921 | 2024.11.01 06:53:27.607247 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4922 | 2024.11.01 06:53:27.607609 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2024.11.01 06:53:27.607764 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
| 4924 | 2024.11.01 06:53:27.608060 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4925 | 2024.11.01 06:53:27.608087 [ 297 ] {c4e7db28-9085-4187-8ded-d0662f1df37e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4926 | 2024.11.01 06:53:27.608105 [ 297 ] {} <Debug> HTTP-Session: 326526eb-5957-4739-9a8e-972d29a602f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4927 | 2024.11.01 06:53:27.608282 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4928 | 2024.11.01 06:53:27.608303 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35975, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4929 | 2024.11.01 06:53:27.608399 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4930 | 2024.11.01 06:53:27.608419 [ 298 ] {} <Debug> HTTP-Session: 66f61984-7330-40e9-ad97-8360587a955a Authenticating user 'default' from [fd00:1122:3344:101::d]:35975 | ||
| 4931 | 2024.11.01 06:53:27.608452 [ 298 ] {} <Debug> HTTP-Session: 66f61984-7330-40e9-ad97-8360587a955a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4932 | 2024.11.01 06:53:27.608468 [ 298 ] {} <Debug> HTTP-Session: 66f61984-7330-40e9-ad97-8360587a955a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4933 | 2024.11.01 06:53:27.608512 [ 298 ] {} <Trace> HTTP-Session: 66f61984-7330-40e9-ad97-8360587a955a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2024.11.01 06:53:27.608652 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35975) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4935 | 2024.11.01 06:53:27.608701 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4936 | 2024.11.01 06:53:27.608865 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4937 | 2024.11.01 06:53:27.609167 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2024.11.01 06:53:27.609203 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4939 | 2024.11.01 06:53:27.609578 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4940 | 2024.11.01 06:53:27.609913 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2024.11.01 06:53:27.610037 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 4942 | 2024.11.01 06:53:27.610204 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Debug> DynamicQueryHandler: Done processing query | ||
| 4943 | 2024.11.01 06:53:27.610228 [ 298 ] {6b7552c5-483c-4c9d-8a9c-90456425af28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4944 | 2024.11.01 06:53:27.610244 [ 298 ] {} <Debug> HTTP-Session: 66f61984-7330-40e9-ad97-8360587a955a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4945 | 2024.11.01 06:53:27.610422 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4946 | 2024.11.01 06:53:31.025596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 486 | ||
| 4947 | 2024.11.01 06:53:31.028552 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4948 | 2024.11.01 06:53:31.028598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4949 | 2024.11.01 06:53:31.030128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4950 | 2024.11.01 06:53:31.031125 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4951 | 2024.11.01 06:53:31.031693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486 | ||
| 4952 | 2024.11.01 06:53:32.606359 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46693, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4953 | 2024.11.01 06:53:32.606518 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4954 | 2024.11.01 06:53:32.606544 [ 296 ] {} <Debug> HTTP-Session: 4038f8fc-db9e-47b2-9cc9-15cc85a6fd62 Authenticating user 'default' from [fd00:1122:3344:101::d]:46693 | ||
| 4955 | 2024.11.01 06:53:32.606568 [ 296 ] {} <Debug> HTTP-Session: 4038f8fc-db9e-47b2-9cc9-15cc85a6fd62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4956 | 2024.11.01 06:53:32.606582 [ 296 ] {} <Debug> HTTP-Session: 4038f8fc-db9e-47b2-9cc9-15cc85a6fd62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4957 | 2024.11.01 06:53:32.606632 [ 296 ] {} <Trace> HTTP-Session: 4038f8fc-db9e-47b2-9cc9-15cc85a6fd62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4958 | 2024.11.01 06:53:32.606919 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46693) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4959 | 2024.11.01 06:53:32.606994 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4960 | 2024.11.01 06:53:32.607341 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4961 | 2024.11.01 06:53:32.607998 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2024.11.01 06:53:32.608045 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 4963 | 2024.11.01 06:53:32.608483 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4964 | 2024.11.01 06:53:32.608878 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2024.11.01 06:53:32.609045 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.00226 sec., 118141.59292035399 rows/sec., 10.51 MiB/sec. | ||
| 4966 | 2024.11.01 06:53:32.609266 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 4967 | 2024.11.01 06:53:32.609292 [ 296 ] {0c374571-7da3-4932-8403-02b63c523cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4968 | 2024.11.01 06:53:32.609309 [ 296 ] {} <Debug> HTTP-Session: 4038f8fc-db9e-47b2-9cc9-15cc85a6fd62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4969 | 2024.11.01 06:53:32.609511 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4970 | 2024.11.01 06:53:32.609599 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64683, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4971 | 2024.11.01 06:53:32.609668 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4972 | 2024.11.01 06:53:32.609690 [ 289 ] {} <Debug> HTTP-Session: 86cff0fa-a039-4bf8-862a-50cfeb68c29e Authenticating user 'default' from [fd00:1122:3344:101::d]:64683 | ||
| 4973 | 2024.11.01 06:53:32.609710 [ 289 ] {} <Debug> HTTP-Session: 86cff0fa-a039-4bf8-862a-50cfeb68c29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4974 | 2024.11.01 06:53:32.609724 [ 289 ] {} <Debug> HTTP-Session: 86cff0fa-a039-4bf8-862a-50cfeb68c29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.11.01 06:53:32.609761 [ 289 ] {} <Trace> HTTP-Session: 86cff0fa-a039-4bf8-862a-50cfeb68c29e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4976 | 2024.11.01 06:53:32.609896 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64683) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4977 | 2024.11.01 06:53:32.609945 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4978 | 2024.11.01 06:53:32.610188 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4979 | 2024.11.01 06:53:32.610556 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2024.11.01 06:53:32.610595 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 4981 | 2024.11.01 06:53:32.610959 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4982 | 2024.11.01 06:53:32.611319 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2024.11.01 06:53:32.611474 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001609 sec., 24238.657551274082 rows/sec., 1.78 MiB/sec. | ||
| 4984 | 2024.11.01 06:53:32.611707 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4985 | 2024.11.01 06:53:32.611731 [ 289 ] {3b39566d-666d-4819-af86-6c7641d0c20b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4986 | 2024.11.01 06:53:32.611748 [ 289 ] {} <Debug> HTTP-Session: 86cff0fa-a039-4bf8-862a-50cfeb68c29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4987 | 2024.11.01 06:53:32.611886 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4988 | 2024.11.01 06:53:32.612010 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51283, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4989 | 2024.11.01 06:53:32.612072 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4990 | 2024.11.01 06:53:32.612095 [ 282 ] {} <Debug> HTTP-Session: b104c545-696d-4fbb-a635-cab38ca574f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51283 | ||
| 4991 | 2024.11.01 06:53:32.612115 [ 282 ] {} <Debug> HTTP-Session: b104c545-696d-4fbb-a635-cab38ca574f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.11.01 06:53:32.612133 [ 282 ] {} <Debug> HTTP-Session: b104c545-696d-4fbb-a635-cab38ca574f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4993 | 2024.11.01 06:53:32.612172 [ 282 ] {} <Trace> HTTP-Session: b104c545-696d-4fbb-a635-cab38ca574f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4994 | 2024.11.01 06:53:32.612298 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51283) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4995 | 2024.11.01 06:53:32.612350 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4996 | 2024.11.01 06:53:32.612605 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4997 | 2024.11.01 06:53:32.612947 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2024.11.01 06:53:32.612983 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 4999 | 2024.11.01 06:53:32.613322 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5000 | 2024.11.01 06:53:32.613671 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2024.11.01 06:53:32.613829 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
| 5002 | 2024.11.01 06:53:32.614014 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5003 | 2024.11.01 06:53:32.614039 [ 282 ] {9b662f89-5756-4d46-94da-3358981f0db1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5004 | 2024.11.01 06:53:32.614054 [ 282 ] {} <Debug> HTTP-Session: b104c545-696d-4fbb-a635-cab38ca574f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5005 | 2024.11.01 06:53:32.614194 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64683, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5006 | 2024.11.01 06:53:32.614206 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5007 | 2024.11.01 06:53:32.614255 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5008 | 2024.11.01 06:53:32.614284 [ 289 ] {} <Debug> HTTP-Session: 42b77dee-1646-449f-b8e1-ed58823bb2df Authenticating user 'default' from [fd00:1122:3344:101::d]:64683 | ||
| 5009 | 2024.11.01 06:53:32.614304 [ 289 ] {} <Debug> HTTP-Session: 42b77dee-1646-449f-b8e1-ed58823bb2df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5010 | 2024.11.01 06:53:32.614327 [ 289 ] {} <Debug> HTTP-Session: 42b77dee-1646-449f-b8e1-ed58823bb2df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5011 | 2024.11.01 06:53:32.614367 [ 289 ] {} <Trace> HTTP-Session: 42b77dee-1646-449f-b8e1-ed58823bb2df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5012 | 2024.11.01 06:53:32.614481 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64683) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5013 | 2024.11.01 06:53:32.614531 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5014 | 2024.11.01 06:53:32.614806 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5015 | 2024.11.01 06:53:32.615164 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2024.11.01 06:53:32.615207 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5017 | 2024.11.01 06:53:32.615597 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5018 | 2024.11.01 06:53:32.615949 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2024.11.01 06:53:32.616104 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001646 sec., 3645.2004860267316 rows/sec., 215.37 KiB/sec. | ||
| 5020 | 2024.11.01 06:53:32.616404 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5021 | 2024.11.01 06:53:32.616429 [ 289 ] {f2437937-b02d-4555-83ad-f3cd52514ab4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5022 | 2024.11.01 06:53:32.616444 [ 289 ] {} <Debug> HTTP-Session: 42b77dee-1646-449f-b8e1-ed58823bb2df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5023 | 2024.11.01 06:53:32.616721 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5024 | 2024.11.01 06:53:32.616805 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43651, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5025 | 2024.11.01 06:53:32.616866 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5026 | 2024.11.01 06:53:32.616889 [ 282 ] {} <Debug> HTTP-Session: cc8e7b17-bf10-4bea-a25e-19019399e404 Authenticating user 'default' from [fd00:1122:3344:101::d]:43651 | ||
| 5027 | 2024.11.01 06:53:32.616910 [ 282 ] {} <Debug> HTTP-Session: cc8e7b17-bf10-4bea-a25e-19019399e404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5028 | 2024.11.01 06:53:32.616928 [ 282 ] {} <Debug> HTTP-Session: cc8e7b17-bf10-4bea-a25e-19019399e404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5029 | 2024.11.01 06:53:32.616966 [ 282 ] {} <Trace> HTTP-Session: cc8e7b17-bf10-4bea-a25e-19019399e404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5030 | 2024.11.01 06:53:32.617237 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43651) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5031 | 2024.11.01 06:53:32.617291 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5032 | 2024.11.01 06:53:32.617565 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5033 | 2024.11.01 06:53:32.618132 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2024.11.01 06:53:32.618168 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5035 | 2024.11.01 06:53:32.618528 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5036 | 2024.11.01 06:53:32.618873 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2024.11.01 06:53:32.619034 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001943 sec., 216675.24446731858 rows/sec., 15.48 MiB/sec. | ||
| 5038 | 2024.11.01 06:53:32.619209 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 5039 | 2024.11.01 06:53:32.619234 [ 282 ] {9a1f215d-db10-489b-90ca-86aad13d25ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5040 | 2024.11.01 06:53:32.619250 [ 282 ] {} <Debug> HTTP-Session: cc8e7b17-bf10-4bea-a25e-19019399e404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5041 | 2024.11.01 06:53:32.619432 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5042 | 2024.11.01 06:53:32.619437 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64683, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5043 | 2024.11.01 06:53:32.619506 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5044 | 2024.11.01 06:53:32.619531 [ 289 ] {} <Debug> HTTP-Session: f49e57fa-5ba1-460c-aeca-b346c6b20388 Authenticating user 'default' from [fd00:1122:3344:101::d]:64683 | ||
| 5045 | 2024.11.01 06:53:32.619554 [ 289 ] {} <Debug> HTTP-Session: f49e57fa-5ba1-460c-aeca-b346c6b20388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5046 | 2024.11.01 06:53:32.619573 [ 289 ] {} <Debug> HTTP-Session: f49e57fa-5ba1-460c-aeca-b346c6b20388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5047 | 2024.11.01 06:53:32.619611 [ 289 ] {} <Trace> HTTP-Session: f49e57fa-5ba1-460c-aeca-b346c6b20388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5048 | 2024.11.01 06:53:32.619725 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64683) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5049 | 2024.11.01 06:53:32.619778 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5050 | 2024.11.01 06:53:32.619933 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5051 | 2024.11.01 06:53:32.620247 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2024.11.01 06:53:32.620288 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5053 | 2024.11.01 06:53:32.620670 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5054 | 2024.11.01 06:53:32.620991 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2024.11.01 06:53:32.621144 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 5056 | 2024.11.01 06:53:32.621337 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5057 | 2024.11.01 06:53:32.621360 [ 289 ] {95070e4b-b61d-4c11-bec6-825a3abd46a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5058 | 2024.11.01 06:53:32.621376 [ 289 ] {} <Debug> HTTP-Session: f49e57fa-5ba1-460c-aeca-b346c6b20388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5059 | 2024.11.01 06:53:32.621610 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5060 | 2024.11.01 06:53:32.621701 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5061 | 2024.11.01 06:53:32.621756 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5062 | 2024.11.01 06:53:32.621777 [ 282 ] {} <Debug> HTTP-Session: a0f36ec3-a951-4d33-b529-c6c10d4b9994 Authenticating user 'default' from [fd00:1122:3344:101::d]:41656 | ||
| 5063 | 2024.11.01 06:53:32.621793 [ 282 ] {} <Debug> HTTP-Session: a0f36ec3-a951-4d33-b529-c6c10d4b9994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5064 | 2024.11.01 06:53:32.621808 [ 282 ] {} <Debug> HTTP-Session: a0f36ec3-a951-4d33-b529-c6c10d4b9994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.11.01 06:53:32.621839 [ 282 ] {} <Trace> HTTP-Session: a0f36ec3-a951-4d33-b529-c6c10d4b9994 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2024.11.01 06:53:32.622033 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41656) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5067 | 2024.11.01 06:53:32.622078 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5068 | 2024.11.01 06:53:32.622219 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5069 | 2024.11.01 06:53:32.622667 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2024.11.01 06:53:32.622702 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5071 | 2024.11.01 06:53:32.623084 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5072 | 2024.11.01 06:53:32.623410 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2024.11.01 06:53:32.623573 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001638 sec., 144688.6446886447 rows/sec., 9.70 MiB/sec. | ||
| 5074 | 2024.11.01 06:53:32.623740 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5075 | 2024.11.01 06:53:32.623764 [ 282 ] {26b4613b-c059-4adc-8f35-6a3f38f7ad3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5076 | 2024.11.01 06:53:32.623780 [ 282 ] {} <Debug> HTTP-Session: a0f36ec3-a951-4d33-b529-c6c10d4b9994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5077 | 2024.11.01 06:53:32.623958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5078 | 2024.11.01 06:53:32.624060 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59502, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5079 | 2024.11.01 06:53:32.624120 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5080 | 2024.11.01 06:53:32.624143 [ 289 ] {} <Debug> HTTP-Session: 26a39702-e950-4dc5-8f1b-3d072c0054d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59502 | ||
| 5081 | 2024.11.01 06:53:32.624163 [ 289 ] {} <Debug> HTTP-Session: 26a39702-e950-4dc5-8f1b-3d072c0054d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.11.01 06:53:32.624180 [ 289 ] {} <Debug> HTTP-Session: 26a39702-e950-4dc5-8f1b-3d072c0054d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5083 | 2024.11.01 06:53:32.624218 [ 289 ] {} <Trace> HTTP-Session: 26a39702-e950-4dc5-8f1b-3d072c0054d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5084 | 2024.11.01 06:53:32.624327 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59502) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5085 | 2024.11.01 06:53:32.624378 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5086 | 2024.11.01 06:53:32.624527 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5087 | 2024.11.01 06:53:32.624781 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5088 | 2024.11.01 06:53:32.624817 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5089 | 2024.11.01 06:53:32.625153 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5090 | 2024.11.01 06:53:32.625466 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2024.11.01 06:53:32.625614 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001315 sec., 760.4562737642585 rows/sec., 51.24 KiB/sec. | ||
| 5092 | 2024.11.01 06:53:32.625770 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Debug> DynamicQueryHandler: Done processing query | ||
| 5093 | 2024.11.01 06:53:32.625793 [ 289 ] {bec928fb-2b92-42d4-b27d-ed15f4270ffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5094 | 2024.11.01 06:53:32.625808 [ 289 ] {} <Debug> HTTP-Session: 26a39702-e950-4dc5-8f1b-3d072c0054d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5095 | 2024.11.01 06:53:32.626003 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Length: 65406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5096 | 2024.11.01 06:53:32.626047 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5097 | 2024.11.01 06:53:32.626061 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5098 | 2024.11.01 06:53:32.626094 [ 282 ] {} <Debug> HTTP-Session: 8e8a6dcb-c224-47d6-948b-6661a8509594 Authenticating user 'default' from [fd00:1122:3344:101::d]:41656 | ||
| 5099 | 2024.11.01 06:53:32.626114 [ 282 ] {} <Debug> HTTP-Session: 8e8a6dcb-c224-47d6-948b-6661a8509594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5100 | 2024.11.01 06:53:32.626136 [ 282 ] {} <Debug> HTTP-Session: 8e8a6dcb-c224-47d6-948b-6661a8509594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5101 | 2024.11.01 06:53:32.626177 [ 282 ] {} <Trace> HTTP-Session: 8e8a6dcb-c224-47d6-948b-6661a8509594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5102 | 2024.11.01 06:53:32.626911 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41656) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5103 | 2024.11.01 06:53:32.626976 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <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 | ||
| 5104 | 2024.11.01 06:53:32.627402 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5105 | 2024.11.01 06:53:32.628119 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2024.11.01 06:53:32.628154 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5107 | 2024.11.01 06:53:32.628805 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5108 | 2024.11.01 06:53:32.629209 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2024.11.01 06:53:32.629413 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003123 sec., 12487.992315081652 rows/sec., 22.38 MiB/sec. | ||
| 5110 | 2024.11.01 06:53:32.629926 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5111 | 2024.11.01 06:53:32.629951 [ 282 ] {143949d1-cc44-4955-b1b2-6332dcf72f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 5112 | 2024.11.01 06:53:32.629967 [ 282 ] {} <Debug> HTTP-Session: 8e8a6dcb-c224-47d6-948b-6661a8509594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5113 | 2024.11.01 06:53:32.630144 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5114 | 2024.11.01 06:53:32.630238 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36452, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5115 | 2024.11.01 06:53:32.630299 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5116 | 2024.11.01 06:53:32.630329 [ 289 ] {} <Debug> HTTP-Session: 3b021c3c-39a1-4597-b13f-589640c807f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36452 | ||
| 5117 | 2024.11.01 06:53:32.630349 [ 289 ] {} <Debug> HTTP-Session: 3b021c3c-39a1-4597-b13f-589640c807f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5118 | 2024.11.01 06:53:32.630366 [ 289 ] {} <Debug> HTTP-Session: 3b021c3c-39a1-4597-b13f-589640c807f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5119 | 2024.11.01 06:53:32.630403 [ 289 ] {} <Trace> HTTP-Session: 3b021c3c-39a1-4597-b13f-589640c807f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5120 | 2024.11.01 06:53:32.630535 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36452) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5121 | 2024.11.01 06:53:32.630579 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5122 | 2024.11.01 06:53:32.630716 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5123 | 2024.11.01 06:53:32.631022 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2024.11.01 06:53:32.631056 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5125 | 2024.11.01 06:53:32.631405 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5126 | 2024.11.01 06:53:32.631719 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2024.11.01 06:53:32.631880 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001385 sec., 59205.7761732852 rows/sec., 3.76 MiB/sec. | ||
| 5128 | 2024.11.01 06:53:32.632144 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Debug> DynamicQueryHandler: Done processing query | ||
| 5129 | 2024.11.01 06:53:32.632197 [ 289 ] {66b05839-280b-4c63-9231-b1e0e6a61d23} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5130 | 2024.11.01 06:53:32.632215 [ 289 ] {} <Debug> HTTP-Session: 3b021c3c-39a1-4597-b13f-589640c807f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5131 | 2024.11.01 06:53:32.632477 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5132 | 2024.11.01 06:53:37.598697 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5133 | 2024.11.01 06:53:37.598820 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5134 | 2024.11.01 06:53:37.598844 [ 282 ] {} <Debug> HTTP-Session: d31f1321-c77e-444d-8e16-79a8a91b7e59 Authenticating user 'default' from [fd00:1122:3344:101::d]:41656 | ||
| 5135 | 2024.11.01 06:53:37.598867 [ 282 ] {} <Debug> HTTP-Session: d31f1321-c77e-444d-8e16-79a8a91b7e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.11.01 06:53:37.598881 [ 282 ] {} <Debug> HTTP-Session: d31f1321-c77e-444d-8e16-79a8a91b7e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5137 | 2024.11.01 06:53:37.598933 [ 282 ] {} <Trace> HTTP-Session: d31f1321-c77e-444d-8e16-79a8a91b7e59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5138 | 2024.11.01 06:53:37.599109 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41656) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5139 | 2024.11.01 06:53:37.599173 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5140 | 2024.11.01 06:53:37.599498 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5141 | 2024.11.01 06:53:37.599923 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2024.11.01 06:53:37.599961 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5143 | 2024.11.01 06:53:37.600346 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 5144 | 2024.11.01 06:53:37.600725 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5145 | 2024.11.01 06:53:37.600894 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001829 sec., 6560.962274466922 rows/sec., 535.00 KiB/sec. | ||
| 5146 | 2024.11.01 06:53:37.601197 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5147 | 2024.11.01 06:53:37.601224 [ 282 ] {6fb0215e-686e-473a-bb18-392feb6730f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5148 | 2024.11.01 06:53:37.601241 [ 282 ] {} <Debug> HTTP-Session: d31f1321-c77e-444d-8e16-79a8a91b7e59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5149 | 2024.11.01 06:53:37.601413 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5150 | 2024.11.01 06:53:37.601548 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44673, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5151 | 2024.11.01 06:53:37.601610 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5152 | 2024.11.01 06:53:37.601630 [ 289 ] {} <Debug> HTTP-Session: 27ce9cf7-6318-4091-9521-5ee905aa9dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44673 | ||
| 5153 | 2024.11.01 06:53:37.601647 [ 289 ] {} <Debug> HTTP-Session: 27ce9cf7-6318-4091-9521-5ee905aa9dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5154 | 2024.11.01 06:53:37.601661 [ 289 ] {} <Debug> HTTP-Session: 27ce9cf7-6318-4091-9521-5ee905aa9dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5155 | 2024.11.01 06:53:37.601701 [ 289 ] {} <Trace> HTTP-Session: 27ce9cf7-6318-4091-9521-5ee905aa9dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2024.11.01 06:53:37.601849 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44673) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5157 | 2024.11.01 06:53:37.601901 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5158 | 2024.11.01 06:53:37.602193 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5159 | 2024.11.01 06:53:37.602601 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2024.11.01 06:53:37.602645 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5161 | 2024.11.01 06:53:37.603013 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5162 | 2024.11.01 06:53:37.603360 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2024.11.01 06:53:37.603524 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.001723 sec., 35983.749274521186 rows/sec., 2.75 MiB/sec. | ||
| 5164 | 2024.11.01 06:53:37.603535 [ 115 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5165 | 2024.11.01 06:53:37.603649 [ 115 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2024.11.01 06:53:37.603696 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5167 | 2024.11.01 06:53:37.603794 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5168 | 2024.11.01 06:53:37.603862 [ 289 ] {9300e975-f718-48c6-bdd5-8f166e30ba4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5169 | 2024.11.01 06:53:37.603891 [ 289 ] {} <Debug> HTTP-Session: 27ce9cf7-6318-4091-9521-5ee905aa9dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5170 | 2024.11.01 06:53:37.603910 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 5171 | 2024.11.01 06:53:37.604091 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5172 | 2024.11.01 06:53:37.604141 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5173 | 2024.11.01 06:53:37.604247 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5174 | 2024.11.01 06:53:37.604341 [ 282 ] {} <Debug> HTTP-Session: ad267d8b-8f6e-4eec-b263-b72ded97f530 Authenticating user 'default' from [fd00:1122:3344:101::d]:41656 | ||
| 5175 | 2024.11.01 06:53:37.604368 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5176 | 2024.11.01 06:53:37.604388 [ 282 ] {} <Debug> HTTP-Session: ad267d8b-8f6e-4eec-b263-b72ded97f530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5177 | 2024.11.01 06:53:37.604392 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 5178 | |||
| 5179 | (version 23.8.7.1) | ||
| 5180 | 2024.11.01 06:53:37.604456 [ 282 ] {} <Debug> HTTP-Session: ad267d8b-8f6e-4eec-b263-b72ded97f530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5181 | 2024.11.01 06:53:37.604470 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1415 rows starting from the beginning of the part | ||
| 5182 | 2024.11.01 06:53:37.604535 [ 282 ] {} <Trace> HTTP-Session: ad267d8b-8f6e-4eec-b263-b72ded97f530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5183 | 2024.11.01 06:53:37.604781 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 267 rows starting from the beginning of the part | ||
| 5184 | 2024.11.01 06:53:37.604871 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41656) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5185 | 2024.11.01 06:53:37.605059 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 5186 | 2024.11.01 06:53:37.605089 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5187 | 2024.11.01 06:53:37.605495 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 5188 | 2024.11.01 06:53:37.605848 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 267 rows starting from the beginning of the part | ||
| 5189 | 2024.11.01 06:53:37.606273 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 62 rows starting from the beginning of the part | ||
| 5190 | 2024.11.01 06:53:37.606762 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5191 | 2024.11.01 06:53:37.607582 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5192 | 2024.11.01 06:53:37.607636 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5193 | 2024.11.01 06:53:37.608577 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5194 | 2024.11.01 06:53:37.609627 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2024.11.01 06:53:37.609976 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.005232 sec., 2293.5779816513764 rows/sec., 160.15 KiB/sec. | ||
| 5196 | 2024.11.01 06:53:37.610704 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Debug> DynamicQueryHandler: Done processing query | ||
| 5197 | 2024.11.01 06:53:37.610784 [ 282 ] {150088f4-b595-44a3-b6b6-27ba69ee5754} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5198 | 2024.11.01 06:53:37.610847 [ 282 ] {} <Debug> HTTP-Session: ad267d8b-8f6e-4eec-b263-b72ded97f530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5199 | 2024.11.01 06:53:37.610920 [ 190 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2123 rows, containing 5 columns (5 merged, 0 gathered) in 0.007137238 sec., 297454.0011135961 rows/sec., 26.29 MiB/sec. | ||
| 5200 | 2024.11.01 06:53:37.611044 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5201 | 2024.11.01 06:53:37.611167 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51462, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5202 | 2024.11.01 06:53:37.611252 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5203 | 2024.11.01 06:53:37.611256 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5204 | 2024.11.01 06:53:37.611285 [ 289 ] {} <Debug> HTTP-Session: 6a2d9491-a2b9-41e8-8676-1d1e916c195c Authenticating user 'default' from [fd00:1122:3344:101::d]:51462 | ||
| 5205 | 2024.11.01 06:53:37.611345 [ 289 ] {} <Debug> HTTP-Session: 6a2d9491-a2b9-41e8-8676-1d1e916c195c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5206 | 2024.11.01 06:53:37.611399 [ 289 ] {} <Debug> HTTP-Session: 6a2d9491-a2b9-41e8-8676-1d1e916c195c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5207 | 2024.11.01 06:53:37.611462 [ 289 ] {} <Trace> HTTP-Session: 6a2d9491-a2b9-41e8-8676-1d1e916c195c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5208 | 2024.11.01 06:53:37.611858 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51462) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5209 | 2024.11.01 06:53:37.611955 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5210 | 2024.11.01 06:53:37.612205 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2024.11.01 06:53:37.612452 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_26_5} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5212 | 2024.11.01 06:53:37.612634 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5213 | 2024.11.01 06:53:37.612643 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5214 | 2024.11.01 06:53:37.613070 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2024.11.01 06:53:37.613112 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5216 | 2024.11.01 06:53:37.613474 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5217 | 2024.11.01 06:53:37.613833 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2024.11.01 06:53:37.614003 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.002383 sec., 31892.572387746535 rows/sec., 2.50 MiB/sec. | ||
| 5219 | 2024.11.01 06:53:37.614004 [ 115 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5220 | 2024.11.01 06:53:37.614104 [ 115 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5221 | 2024.11.01 06:53:37.614149 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5222 | 2024.11.01 06:53:37.614329 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5223 | 2024.11.01 06:53:37.614407 [ 289 ] {f5639038-c9df-46b0-b4c1-794e95a654e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5224 | 2024.11.01 06:53:37.614479 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 5225 | 2024.11.01 06:53:37.614481 [ 289 ] {} <Debug> HTTP-Session: 6a2d9491-a2b9-41e8-8676-1d1e916c195c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5226 | 2024.11.01 06:53:37.614870 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5227 | 2024.11.01 06:53:37.614937 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5228 | 2024.11.01 06:53:37.614970 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46774, User-Agent: (none), Length: 25645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5229 | 2024.11.01 06:53:37.615025 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 5230 | 2024.11.01 06:53:37.615075 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5231 | 2024.11.01 06:53:37.615124 [ 282 ] {} <Debug> HTTP-Session: b5ddc12b-8496-49cf-9c4b-94d6c3e4a1f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:46774 | ||
| 5232 | 2024.11.01 06:53:37.615186 [ 282 ] {} <Debug> HTTP-Session: b5ddc12b-8496-49cf-9c4b-94d6c3e4a1f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5233 | 2024.11.01 06:53:37.615289 [ 282 ] {} <Debug> HTTP-Session: b5ddc12b-8496-49cf-9c4b-94d6c3e4a1f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5234 | 2024.11.01 06:53:37.615298 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 421 rows starting from the beginning of the part | ||
| 5235 | 2024.11.01 06:53:37.615424 [ 282 ] {} <Trace> HTTP-Session: b5ddc12b-8496-49cf-9c4b-94d6c3e4a1f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5236 | 2024.11.01 06:53:37.615575 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 5237 | 2024.11.01 06:53:37.615866 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 5238 | 2024.11.01 06:53:37.615951 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46774) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5239 | 2024.11.01 06:53:37.616246 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 421 rows starting from the beginning of the part | ||
| 5240 | 2024.11.01 06:53:37.616252 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5241 | 2024.11.01 06:53:37.616577 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part | ||
| 5242 | 2024.11.01 06:53:37.617458 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5243 | 2024.11.01 06:53:37.618291 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5244 | 2024.11.01 06:53:37.618363 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5245 | 2024.11.01 06:53:37.619277 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5246 | 2024.11.01 06:53:37.619980 [ 189 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005734264 sec., 340933.02994072123 rows/sec., 26.10 MiB/sec. | ||
| 5247 | 2024.11.01 06:53:37.620169 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5248 | 2024.11.01 06:53:37.620302 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5249 | 2024.11.01 06:53:37.620453 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5250 | 2024.11.01 06:53:37.620492 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.004741 sec., 28264.079308162833 rows/sec., 1.97 MiB/sec. | ||
| 5251 | 2024.11.01 06:53:37.620571 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2024.11.01 06:53:37.620686 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5253 | 2024.11.01 06:53:37.621193 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5254 | 2024.11.01 06:53:37.621290 [ 282 ] {e42b4b01-0583-4aa0-b892-712e3ea62c0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5255 | 2024.11.01 06:53:37.621402 [ 282 ] {} <Debug> HTTP-Session: b5ddc12b-8496-49cf-9c4b-94d6c3e4a1f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5256 | 2024.11.01 06:53:37.621432 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 5257 | 2024.11.01 06:53:37.621968 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5258 | 2024.11.01 06:53:37.622023 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63837, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5259 | 2024.11.01 06:53:37.622357 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5260 | 2024.11.01 06:53:37.622514 [ 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): | ||
| 5261 | |||
| 5262 | (version 23.8.7.1) | ||
| 5263 | 2024.11.01 06:53:37.622565 [ 289 ] {} <Debug> HTTP-Session: a6a9f978-88d2-44d0-a36b-208ca82b08bd Authenticating user 'default' from [fd00:1122:3344:101::d]:63837 | ||
| 5264 | 2024.11.01 06:53:37.622710 [ 289 ] {} <Debug> HTTP-Session: a6a9f978-88d2-44d0-a36b-208ca82b08bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5265 | 2024.11.01 06:53:37.622788 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5266 | 2024.11.01 06:53:37.622803 [ 289 ] {} <Debug> HTTP-Session: a6a9f978-88d2-44d0-a36b-208ca82b08bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5267 | 2024.11.01 06:53:37.622905 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5035 rows starting from the beginning of the part | ||
| 5268 | 2024.11.01 06:53:37.622941 [ 289 ] {} <Trace> HTTP-Session: a6a9f978-88d2-44d0-a36b-208ca82b08bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5269 | 2024.11.01 06:53:37.623400 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 5270 | 2024.11.01 06:53:37.623467 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63837) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5271 | 2024.11.01 06:53:37.623582 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2024.11.01 06:53:37.623753 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5273 | 2024.11.01 06:53:37.623895 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part | ||
| 5274 | 2024.11.01 06:53:37.624088 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_26_5} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5275 | 2024.11.01 06:53:37.624487 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 5276 | 2024.11.01 06:53:37.624564 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5277 | 2024.11.01 06:53:37.625005 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 5278 | 2024.11.01 06:53:37.625269 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5279 | 2024.11.01 06:53:37.625320 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part | ||
| 5280 | 2024.11.01 06:53:37.626250 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2024.11.01 06:53:37.626328 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5282 | 2024.11.01 06:53:37.627050 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5283 | 2024.11.01 06:53:37.628063 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2024.11.01 06:53:37.628313 [ 115 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5285 | 2024.11.01 06:53:37.628358 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005135 sec., 9347.614410905551 rows/sec., 645.08 KiB/sec. | ||
| 5286 | 2024.11.01 06:53:37.628398 [ 115 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.11.01 06:53:37.628499 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5288 | 2024.11.01 06:53:37.628895 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 5289 | 2024.11.01 06:53:37.628908 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Debug> DynamicQueryHandler: Done processing query | ||
| 5290 | 2024.11.01 06:53:37.628956 [ 289 ] {13fdf510-3a03-46da-9d3e-8711b09c3429} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5291 | 2024.11.01 06:53:37.629007 [ 289 ] {} <Debug> HTTP-Session: a6a9f978-88d2-44d0-a36b-208ca82b08bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5292 | 2024.11.01 06:53:37.629132 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5293 | 2024.11.01 06:53:37.629167 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1214 rows starting from the beginning of the part | ||
| 5294 | 2024.11.01 06:53:37.629265 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 5295 | 2024.11.01 06:53:37.629321 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5296 | 2024.11.01 06:53:37.629597 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 5297 | 2024.11.01 06:53:37.630017 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 5298 | 2024.11.01 06:53:37.630395 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 5299 | 2024.11.01 06:53:37.630710 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 5300 | 2024.11.01 06:53:37.630770 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5931 rows, containing 5 columns (5 merged, 0 gathered) in 0.009879334 sec., 600344.1122650575 rows/sec., 40.82 MiB/sec. | ||
| 5301 | 2024.11.01 06:53:37.631432 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5302 | 2024.11.01 06:53:37.632557 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5303 | 2024.11.01 06:53:37.632716 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5304 | 2024.11.01 06:53:37.632992 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. | ||
| 5305 | 2024.11.01 06:53:37.633154 [ 186 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 4 columns (4 merged, 0 gathered) in 0.004483163 sec., 342169.1337120689 rows/sec., 22.53 MiB/sec. | ||
| 5306 | 2024.11.01 06:53:37.633356 [ 186 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5307 | 2024.11.01 06:53:37.633759 [ 186 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2024.11.01 06:53:37.633840 [ 186 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_26_5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5309 | 2024.11.01 06:53:37.633918 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5310 | 2024.11.01 06:53:38.885956 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5311 | 2024.11.01 06:53:39.195005 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5312 | 2024.11.01 06:53:39.223407 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5313 | 2024.11.01 06:53:39.234709 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5314 | 2024.11.01 06:53:39.316002 [ 289 ] {} <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) | ||
| 5315 | 2024.11.01 06:53:39.325281 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5316 | 2024.11.01 06:53:39.331612 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5317 | 2024.11.01 06:53:39.356939 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5318 | 2024.11.01 06:53:40.891794 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5319 | 2024.11.01 06:53:40.891852 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5320 | 2024.11.01 06:53:41.031987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 518 | ||
| 5321 | 2024.11.01 06:53:41.034891 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2024.11.01 06:53:41.034940 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5323 | 2024.11.01 06:53:41.036432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5324 | 2024.11.01 06:53:41.037416 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2024.11.01 06:53:41.037925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518 | ||
| 5326 | 2024.11.01 06:53:42.599358 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5327 | 2024.11.01 06:53:42.599482 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5328 | 2024.11.01 06:53:42.599509 [ 289 ] {} <Debug> HTTP-Session: 9107dc7d-0955-47bd-951c-d782a6efb12e Authenticating user 'default' from [fd00:1122:3344:101::d]:37888 | ||
| 5329 | 2024.11.01 06:53:42.599532 [ 289 ] {} <Debug> HTTP-Session: 9107dc7d-0955-47bd-951c-d782a6efb12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5330 | 2024.11.01 06:53:42.599547 [ 289 ] {} <Debug> HTTP-Session: 9107dc7d-0955-47bd-951c-d782a6efb12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5331 | 2024.11.01 06:53:42.599596 [ 289 ] {} <Trace> HTTP-Session: 9107dc7d-0955-47bd-951c-d782a6efb12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2024.11.01 06:53:42.599782 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5333 | 2024.11.01 06:53:42.599845 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5334 | 2024.11.01 06:53:42.600169 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5335 | 2024.11.01 06:53:42.600636 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5336 | 2024.11.01 06:53:42.600673 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5337 | 2024.11.01 06:53:42.601083 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5338 | 2024.11.01 06:53:42.601482 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2024.11.01 06:53:42.601625 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec. | ||
| 5340 | 2024.11.01 06:53:42.601815 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Debug> DynamicQueryHandler: Done processing query | ||
| 5341 | 2024.11.01 06:53:42.601840 [ 289 ] {6a7ed9e7-9086-4068-bae3-c511586ab751} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5342 | 2024.11.01 06:53:42.601856 [ 289 ] {} <Debug> HTTP-Session: 9107dc7d-0955-47bd-951c-d782a6efb12e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5343 | 2024.11.01 06:53:42.602046 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5344 | 2024.11.01 06:53:42.602190 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60084, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5345 | 2024.11.01 06:53:42.602256 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5346 | 2024.11.01 06:53:42.602280 [ 282 ] {} <Debug> HTTP-Session: 187815b1-7270-4fd0-b42d-2fd48d55093e Authenticating user 'default' from [fd00:1122:3344:101::d]:60084 | ||
| 5347 | 2024.11.01 06:53:42.602301 [ 282 ] {} <Debug> HTTP-Session: 187815b1-7270-4fd0-b42d-2fd48d55093e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5348 | 2024.11.01 06:53:42.602318 [ 282 ] {} <Debug> HTTP-Session: 187815b1-7270-4fd0-b42d-2fd48d55093e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5349 | 2024.11.01 06:53:42.602359 [ 282 ] {} <Trace> HTTP-Session: 187815b1-7270-4fd0-b42d-2fd48d55093e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5350 | 2024.11.01 06:53:42.602508 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60084) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5351 | 2024.11.01 06:53:42.602562 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5352 | 2024.11.01 06:53:42.602839 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5353 | 2024.11.01 06:53:42.603203 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5354 | 2024.11.01 06:53:42.603238 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5355 | 2024.11.01 06:53:42.603597 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5356 | 2024.11.01 06:53:42.603951 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5357 | 2024.11.01 06:53:42.604077 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00162 sec., 39506.17283950617 rows/sec., 3.08 MiB/sec. | ||
| 5358 | 2024.11.01 06:53:42.604250 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5359 | 2024.11.01 06:53:42.604275 [ 282 ] {a55d4d8c-1072-4e72-9f3a-e3e10bc696b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5360 | 2024.11.01 06:53:42.604291 [ 282 ] {} <Debug> HTTP-Session: 187815b1-7270-4fd0-b42d-2fd48d55093e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5361 | 2024.11.01 06:53:42.604475 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5362 | 2024.11.01 06:53:42.604487 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5363 | 2024.11.01 06:53:42.604556 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5364 | 2024.11.01 06:53:42.604581 [ 289 ] {} <Debug> HTTP-Session: 898b42ca-b464-4282-b4f0-d9a9aff04744 Authenticating user 'default' from [fd00:1122:3344:101::d]:37888 | ||
| 5365 | 2024.11.01 06:53:42.604603 [ 289 ] {} <Debug> HTTP-Session: 898b42ca-b464-4282-b4f0-d9a9aff04744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5366 | 2024.11.01 06:53:42.604622 [ 289 ] {} <Debug> HTTP-Session: 898b42ca-b464-4282-b4f0-d9a9aff04744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5367 | 2024.11.01 06:53:42.604663 [ 289 ] {} <Trace> HTTP-Session: 898b42ca-b464-4282-b4f0-d9a9aff04744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2024.11.01 06:53:42.604838 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5369 | 2024.11.01 06:53:42.604890 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5370 | 2024.11.01 06:53:42.605039 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5371 | 2024.11.01 06:53:42.605443 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5372 | 2024.11.01 06:53:42.605478 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5373 | 2024.11.01 06:53:42.605863 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5374 | 2024.11.01 06:53:42.606206 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5375 | 2024.11.01 06:53:42.606357 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
| 5376 | 2024.11.01 06:53:42.606665 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Debug> DynamicQueryHandler: Done processing query | ||
| 5377 | 2024.11.01 06:53:42.606689 [ 289 ] {0860fcc5-aace-4e42-a20d-7ea7de3ff027} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5378 | 2024.11.01 06:53:42.606705 [ 289 ] {} <Debug> HTTP-Session: 898b42ca-b464-4282-b4f0-d9a9aff04744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5379 | 2024.11.01 06:53:42.606909 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5380 | 2024.11.01 06:53:42.607036 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36918, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5381 | 2024.11.01 06:53:42.607097 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5382 | 2024.11.01 06:53:42.607120 [ 282 ] {} <Debug> HTTP-Session: 507f6e9c-bcf5-403e-ba51-4d7ff6bc34bd Authenticating user 'default' from [fd00:1122:3344:101::d]:36918 | ||
| 5383 | 2024.11.01 06:53:42.607140 [ 282 ] {} <Debug> HTTP-Session: 507f6e9c-bcf5-403e-ba51-4d7ff6bc34bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5384 | 2024.11.01 06:53:42.607157 [ 282 ] {} <Debug> HTTP-Session: 507f6e9c-bcf5-403e-ba51-4d7ff6bc34bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5385 | 2024.11.01 06:53:42.607196 [ 282 ] {} <Trace> HTTP-Session: 507f6e9c-bcf5-403e-ba51-4d7ff6bc34bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5386 | 2024.11.01 06:53:42.607345 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36918) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5387 | 2024.11.01 06:53:42.607399 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5388 | 2024.11.01 06:53:42.607621 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5389 | 2024.11.01 06:53:42.607934 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2024.11.01 06:53:42.607970 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5391 | 2024.11.01 06:53:42.608321 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5392 | 2024.11.01 06:53:42.608644 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2024.11.01 06:53:42.608802 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 5394 | 2024.11.01 06:53:42.608978 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5395 | 2024.11.01 06:53:42.609001 [ 282 ] {fec3118d-769c-48b2-983d-7ccd350afbf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5396 | 2024.11.01 06:53:42.609017 [ 282 ] {} <Debug> HTTP-Session: 507f6e9c-bcf5-403e-ba51-4d7ff6bc34bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5397 | 2024.11.01 06:53:42.609494 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5398 | 2024.11.01 06:53:46.543938 [ 109 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 5399 | 2024.11.01 06:53:46.544018 [ 109 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5400 | 2024.11.01 06:53:46.544042 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5401 | 2024.11.01 06:53:46.544252 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 5402 | 2024.11.01 06:53:46.544469 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5403 | 2024.11.01 06:53:46.544512 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 5404 | 2024.11.01 06:53:46.544606 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 5405 | 2024.11.01 06:53:46.544856 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 5406 | 2024.11.01 06:53:46.545046 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 5407 | 2024.11.01 06:53:46.545214 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 5408 | 2024.11.01 06:53:46.546360 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002235441 sec., 133754.36882476433 rows/sec., 9.11 MiB/sec. | ||
| 5409 | 2024.11.01 06:53:46.546523 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5410 | 2024.11.01 06:53:46.546929 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5411 | 2024.11.01 06:53:46.547008 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_10_2} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 5412 | 2024.11.01 06:53:46.547084 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5413 | 2024.11.01 06:53:47.606193 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5414 | 2024.11.01 06:53:47.606297 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5415 | 2024.11.01 06:53:47.606320 [ 289 ] {} <Debug> HTTP-Session: 2f99f60e-f7f7-4d8c-8f6b-c74da991a0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:37888 | ||
| 5416 | 2024.11.01 06:53:47.606344 [ 289 ] {} <Debug> HTTP-Session: 2f99f60e-f7f7-4d8c-8f6b-c74da991a0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5417 | 2024.11.01 06:53:47.606359 [ 289 ] {} <Debug> HTTP-Session: 2f99f60e-f7f7-4d8c-8f6b-c74da991a0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5418 | 2024.11.01 06:53:47.606408 [ 289 ] {} <Trace> HTTP-Session: 2f99f60e-f7f7-4d8c-8f6b-c74da991a0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5419 | 2024.11.01 06:53:47.606649 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5420 | 2024.11.01 06:53:47.606711 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5421 | 2024.11.01 06:53:47.607030 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5422 | 2024.11.01 06:53:47.607648 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2024.11.01 06:53:47.607685 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5424 | 2024.11.01 06:53:47.608118 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5425 | 2024.11.01 06:53:47.608504 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2024.11.01 06:53:47.608652 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002117 sec., 126121.87057156353 rows/sec., 11.22 MiB/sec. | ||
| 5427 | 2024.11.01 06:53:47.608850 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5428 | 2024.11.01 06:53:47.608875 [ 289 ] {9d60811d-fba2-4109-971d-71a99415370b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5429 | 2024.11.01 06:53:47.608891 [ 289 ] {} <Debug> HTTP-Session: 2f99f60e-f7f7-4d8c-8f6b-c74da991a0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5430 | 2024.11.01 06:53:47.609105 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5431 | 2024.11.01 06:53:47.609222 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41913, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5432 | 2024.11.01 06:53:47.609294 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5433 | 2024.11.01 06:53:47.609320 [ 282 ] {} <Debug> HTTP-Session: ea30c691-8354-4460-ac91-2d214859e601 Authenticating user 'default' from [fd00:1122:3344:101::d]:41913 | ||
| 5434 | 2024.11.01 06:53:47.609341 [ 282 ] {} <Debug> HTTP-Session: ea30c691-8354-4460-ac91-2d214859e601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5435 | 2024.11.01 06:53:47.609357 [ 282 ] {} <Debug> HTTP-Session: ea30c691-8354-4460-ac91-2d214859e601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5436 | 2024.11.01 06:53:47.609395 [ 282 ] {} <Trace> HTTP-Session: ea30c691-8354-4460-ac91-2d214859e601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2024.11.01 06:53:47.609535 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41913) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5438 | 2024.11.01 06:53:47.609590 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5439 | 2024.11.01 06:53:47.609870 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5440 | 2024.11.01 06:53:47.610291 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2024.11.01 06:53:47.610328 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5442 | 2024.11.01 06:53:47.610675 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5443 | 2024.11.01 06:53:47.611028 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2024.11.01 06:53:47.611159 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001667 sec., 23395.320935812837 rows/sec., 1.72 MiB/sec. | ||
| 5445 | 2024.11.01 06:53:47.611339 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Debug> DynamicQueryHandler: Done processing query | ||
| 5446 | 2024.11.01 06:53:47.611364 [ 282 ] {b6e9913f-ec07-48ad-88d5-620ef2e8de81} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5447 | 2024.11.01 06:53:47.611379 [ 282 ] {} <Debug> HTTP-Session: ea30c691-8354-4460-ac91-2d214859e601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5448 | 2024.11.01 06:53:47.611522 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5449 | 2024.11.01 06:53:47.611560 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5450 | 2024.11.01 06:53:47.611590 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5451 | 2024.11.01 06:53:47.611618 [ 289 ] {} <Debug> HTTP-Session: 06abd3e4-56f5-4734-8cc5-358175c6412f Authenticating user 'default' from [fd00:1122:3344:101::d]:37888 | ||
| 5452 | 2024.11.01 06:53:47.611643 [ 289 ] {} <Debug> HTTP-Session: 06abd3e4-56f5-4734-8cc5-358175c6412f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5453 | 2024.11.01 06:53:47.611661 [ 289 ] {} <Debug> HTTP-Session: 06abd3e4-56f5-4734-8cc5-358175c6412f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5454 | 2024.11.01 06:53:47.611703 [ 289 ] {} <Trace> HTTP-Session: 06abd3e4-56f5-4734-8cc5-358175c6412f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2024.11.01 06:53:47.611820 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37888) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5456 | 2024.11.01 06:53:47.611871 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5457 | 2024.11.01 06:53:47.612135 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5458 | 2024.11.01 06:53:47.612456 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2024.11.01 06:53:47.612492 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5460 | 2024.11.01 06:53:47.612833 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5461 | 2024.11.01 06:53:47.613188 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2024.11.01 06:53:47.613325 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
| 5463 | 2024.11.01 06:53:47.613657 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Debug> DynamicQueryHandler: Done processing query | ||
| 5464 | 2024.11.01 06:53:47.613682 [ 289 ] {603fece7-4636-4865-8cf7-0fb262117e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5465 | 2024.11.01 06:53:47.613698 [ 289 ] {} <Debug> HTTP-Session: 06abd3e4-56f5-4734-8cc5-358175c6412f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5466 | 2024.11.01 06:53:47.613872 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5467 | 2024.11.01 06:53:47.613921 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52591, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5468 | 2024.11.01 06:53:47.613991 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5469 | 2024.11.01 06:53:47.614015 [ 282 ] {} <Debug> HTTP-Session: 6f3aa89c-322e-4465-a9ff-3611dc960f11 Authenticating user 'default' from [fd00:1122:3344:101::d]:52591 | ||
| 5470 | 2024.11.01 06:53:47.614037 [ 282 ] {} <Debug> HTTP-Session: 6f3aa89c-322e-4465-a9ff-3611dc960f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5471 | 2024.11.01 06:53:47.614054 [ 282 ] {} <Debug> HTTP-Session: 6f3aa89c-322e-4465-a9ff-3611dc960f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5472 | 2024.11.01 06:53:47.614092 [ 282 ] {} <Trace> HTTP-Session: 6f3aa89c-322e-4465-a9ff-3611dc960f11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2024.11.01 06:53:47.614209 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52591) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5474 | 2024.11.01 06:53:47.614261 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5475 | 2024.11.01 06:53:47.614558 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5476 | 2024.11.01 06:53:47.614918 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2024.11.01 06:53:47.614961 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5478 | 2024.11.01 06:53:47.615323 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5479 | 2024.11.01 06:53:47.615674 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5480 | 2024.11.01 06:53:47.615790 [ 108 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5481 | 2024.11.01 06:53:47.615801 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 218.55 KiB/sec. | ||
| 5482 | 2024.11.01 06:53:47.615836 [ 108 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5483 | 2024.11.01 06:53:47.615880 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5484 | 2024.11.01 06:53:47.616087 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5485 | 2024.11.01 06:53:47.616200 [ 282 ] {0ce21dfc-18fd-45b0-bf8a-72fa523dd3fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5486 | 2024.11.01 06:53:47.616261 [ 282 ] {} <Debug> HTTP-Session: 6f3aa89c-322e-4465-a9ff-3611dc960f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5487 | 2024.11.01 06:53:47.616297 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 5488 | 2024.11.01 06:53:47.616551 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5489 | 2024.11.01 06:53:47.616582 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5490 | 2024.11.01 06:53:47.616658 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 5491 | 2024.11.01 06:53:47.616691 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33043, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5492 | 2024.11.01 06:53:47.616797 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5493 | 2024.11.01 06:53:47.616928 [ 289 ] {} <Debug> HTTP-Session: dc06ee74-703c-428c-b797-2ec529fe1572 Authenticating user 'default' from [fd00:1122:3344:101::d]:33043 | ||
| 5494 | 2024.11.01 06:53:47.617024 [ 289 ] {} <Debug> HTTP-Session: dc06ee74-703c-428c-b797-2ec529fe1572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5495 | 2024.11.01 06:53:47.617037 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 5496 | 2024.11.01 06:53:47.617065 [ 289 ] {} <Debug> HTTP-Session: dc06ee74-703c-428c-b797-2ec529fe1572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5497 | 2024.11.01 06:53:47.617245 [ 289 ] {} <Trace> HTTP-Session: dc06ee74-703c-428c-b797-2ec529fe1572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5498 | 2024.11.01 06:53:47.617329 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 5499 | 2024.11.01 06:53:47.617621 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 5500 | 2024.11.01 06:53:47.617723 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 5501 | 2024.11.01 06:53:47.617905 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33043) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5502 | 2024.11.01 06:53:47.618174 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5503 | 2024.11.01 06:53:47.619107 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5504 | 2024.11.01 06:53:47.620271 [ 190 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004332731 sec., 6924.039364548595 rows/sec., 439.51 KiB/sec. | ||
| 5505 | 2024.11.01 06:53:47.620331 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5506 | 2024.11.01 06:53:47.620390 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5507 | 2024.11.01 06:53:47.620477 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5508 | 2024.11.01 06:53:47.621369 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5509 | 2024.11.01 06:53:47.621560 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_9_2} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5510 | 2024.11.01 06:53:47.621849 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_9_2} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5511 | 2024.11.01 06:53:47.622020 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5512 | 2024.11.01 06:53:47.622168 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5513 | 2024.11.01 06:53:47.622309 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004721 sec., 89176.02202923108 rows/sec., 6.37 MiB/sec. | ||
| 5514 | 2024.11.01 06:53:47.622507 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5515 | 2024.11.01 06:53:47.622532 [ 289 ] {84a14cc0-65d4-40be-902d-f19415b961fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5516 | 2024.11.01 06:53:47.622549 [ 289 ] {} <Debug> HTTP-Session: dc06ee74-703c-428c-b797-2ec529fe1572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5517 | 2024.11.01 06:53:47.622745 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5518 | 2024.11.01 06:53:47.622794 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5519 | 2024.11.01 06:53:47.622864 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5520 | 2024.11.01 06:53:47.622889 [ 282 ] {} <Debug> HTTP-Session: 4f7b9978-0537-43fb-a11e-dd27543678f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42267 | ||
| 5521 | 2024.11.01 06:53:47.622909 [ 282 ] {} <Debug> HTTP-Session: 4f7b9978-0537-43fb-a11e-dd27543678f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5522 | 2024.11.01 06:53:47.622926 [ 282 ] {} <Debug> HTTP-Session: 4f7b9978-0537-43fb-a11e-dd27543678f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5523 | 2024.11.01 06:53:47.622965 [ 282 ] {} <Trace> HTTP-Session: 4f7b9978-0537-43fb-a11e-dd27543678f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5524 | 2024.11.01 06:53:47.623082 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42267) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5525 | 2024.11.01 06:53:47.623135 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5526 | 2024.11.01 06:53:47.623299 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5527 | 2024.11.01 06:53:47.623617 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5528 | 2024.11.01 06:53:47.623659 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5529 | 2024.11.01 06:53:47.624087 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5530 | 2024.11.01 06:53:47.624414 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5531 | 2024.11.01 06:53:47.624542 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 209.96 KiB/sec. | ||
| 5532 | 2024.11.01 06:53:47.624703 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5533 | 2024.11.01 06:53:47.624727 [ 282 ] {0be3631b-c3e0-4db4-a6e4-ecf55ea959cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5534 | 2024.11.01 06:53:47.624743 [ 282 ] {} <Debug> HTTP-Session: 4f7b9978-0537-43fb-a11e-dd27543678f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5535 | 2024.11.01 06:53:47.624922 [ 282 ] {} <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) | ||
| 5536 | 2024.11.01 06:53:47.625000 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46743, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5537 | 2024.11.01 06:53:47.625051 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5538 | 2024.11.01 06:53:47.625077 [ 289 ] {} <Debug> HTTP-Session: 53a08651-fec9-43e7-9174-ab1e38f7b316 Authenticating user 'default' from [fd00:1122:3344:101::d]:46743 | ||
| 5539 | 2024.11.01 06:53:47.625098 [ 289 ] {} <Debug> HTTP-Session: 53a08651-fec9-43e7-9174-ab1e38f7b316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5540 | 2024.11.01 06:53:47.625115 [ 289 ] {} <Debug> HTTP-Session: 53a08651-fec9-43e7-9174-ab1e38f7b316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5541 | 2024.11.01 06:53:47.625154 [ 289 ] {} <Trace> HTTP-Session: 53a08651-fec9-43e7-9174-ab1e38f7b316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5542 | 2024.11.01 06:53:47.625414 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5543 | 2024.11.01 06:53:47.625472 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5544 | 2024.11.01 06:53:47.625651 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5545 | 2024.11.01 06:53:47.626136 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2024.11.01 06:53:47.626172 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5547 | 2024.11.01 06:53:47.626570 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5548 | 2024.11.01 06:53:47.626911 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2024.11.01 06:53:47.627043 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001789 sec., 132476.2437115707 rows/sec., 8.88 MiB/sec. | ||
| 5550 | 2024.11.01 06:53:47.627365 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Debug> DynamicQueryHandler: Done processing query | ||
| 5551 | 2024.11.01 06:53:47.627396 [ 289 ] {67c1c13f-1985-45e7-af44-cec3f1492420} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5552 | 2024.11.01 06:53:47.627412 [ 289 ] {} <Debug> HTTP-Session: 53a08651-fec9-43e7-9174-ab1e38f7b316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5553 | 2024.11.01 06:53:47.627605 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5554 | 2024.11.01 06:53:47.627643 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45565, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5555 | 2024.11.01 06:53:47.627705 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5556 | 2024.11.01 06:53:47.627730 [ 282 ] {} <Debug> HTTP-Session: 4d36c473-43cd-42e6-9744-e050756f5121 Authenticating user 'default' from [fd00:1122:3344:101::d]:45565 | ||
| 5557 | 2024.11.01 06:53:47.627752 [ 282 ] {} <Debug> HTTP-Session: 4d36c473-43cd-42e6-9744-e050756f5121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5558 | 2024.11.01 06:53:47.627770 [ 282 ] {} <Debug> HTTP-Session: 4d36c473-43cd-42e6-9744-e050756f5121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5559 | 2024.11.01 06:53:47.627808 [ 282 ] {} <Trace> HTTP-Session: 4d36c473-43cd-42e6-9744-e050756f5121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5560 | 2024.11.01 06:53:47.627921 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45565) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5561 | 2024.11.01 06:53:47.627974 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5562 | 2024.11.01 06:53:47.628137 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5563 | 2024.11.01 06:53:47.628404 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5564 | 2024.11.01 06:53:47.628439 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5565 | 2024.11.01 06:53:47.628788 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5566 | 2024.11.01 06:53:47.629102 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5567 | 2024.11.01 06:53:47.629228 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 5568 | 2024.11.01 06:53:47.629444 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Debug> DynamicQueryHandler: Done processing query | ||
| 5569 | 2024.11.01 06:53:47.629469 [ 282 ] {fff35807-8ec2-4ea5-a195-d00b058d5025} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5570 | 2024.11.01 06:53:47.629484 [ 282 ] {} <Debug> HTTP-Session: 4d36c473-43cd-42e6-9744-e050756f5121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5571 | 2024.11.01 06:53:47.629672 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5572 | 2024.11.01 06:53:47.629746 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64848, User-Agent: (none), Length: 65420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5573 | 2024.11.01 06:53:47.629796 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5574 | 2024.11.01 06:53:47.629815 [ 289 ] {} <Debug> HTTP-Session: 083059ec-e0c9-46f7-b43c-2a8834cd1b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:64848 | ||
| 5575 | 2024.11.01 06:53:47.629831 [ 289 ] {} <Debug> HTTP-Session: 083059ec-e0c9-46f7-b43c-2a8834cd1b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5576 | 2024.11.01 06:53:47.629845 [ 289 ] {} <Debug> HTTP-Session: 083059ec-e0c9-46f7-b43c-2a8834cd1b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5577 | 2024.11.01 06:53:47.629877 [ 289 ] {} <Trace> HTTP-Session: 083059ec-e0c9-46f7-b43c-2a8834cd1b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5578 | 2024.11.01 06:53:47.630574 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64848) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5579 | 2024.11.01 06:53:47.630640 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <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 | ||
| 5580 | 2024.11.01 06:53:47.631066 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5581 | 2024.11.01 06:53:47.631827 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2024.11.01 06:53:47.631863 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5583 | 2024.11.01 06:53:47.632514 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5584 | 2024.11.01 06:53:47.632929 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2024.11.01 06:53:47.633076 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003097 sec., 12592.831772683243 rows/sec., 22.57 MiB/sec. | ||
| 5586 | 2024.11.01 06:53:47.633295 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Debug> DynamicQueryHandler: Done processing query | ||
| 5587 | 2024.11.01 06:53:47.633320 [ 289 ] {6e57284e-09b9-49e1-8487-aace68278425} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 5588 | 2024.11.01 06:53:47.633336 [ 289 ] {} <Debug> HTTP-Session: 083059ec-e0c9-46f7-b43c-2a8834cd1b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5589 | 2024.11.01 06:53:47.633510 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45565, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5590 | 2024.11.01 06:53:47.633522 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5591 | 2024.11.01 06:53:47.633571 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5592 | 2024.11.01 06:53:47.633598 [ 282 ] {} <Debug> HTTP-Session: 627316f4-edc6-4bc6-8ee1-214b21008204 Authenticating user 'default' from [fd00:1122:3344:101::d]:45565 | ||
| 5593 | 2024.11.01 06:53:47.633619 [ 282 ] {} <Debug> HTTP-Session: 627316f4-edc6-4bc6-8ee1-214b21008204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5594 | 2024.11.01 06:53:47.633637 [ 282 ] {} <Debug> HTTP-Session: 627316f4-edc6-4bc6-8ee1-214b21008204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5595 | 2024.11.01 06:53:47.633675 [ 282 ] {} <Trace> HTTP-Session: 627316f4-edc6-4bc6-8ee1-214b21008204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2024.11.01 06:53:47.633815 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45565) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5597 | 2024.11.01 06:53:47.633868 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5598 | 2024.11.01 06:53:47.634021 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5599 | 2024.11.01 06:53:47.634399 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5600 | 2024.11.01 06:53:47.634434 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5601 | 2024.11.01 06:53:47.634784 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5602 | 2024.11.01 06:53:47.635099 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5603 | 2024.11.01 06:53:47.635224 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 5604 | 2024.11.01 06:53:47.635382 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Debug> DynamicQueryHandler: Done processing query | ||
| 5605 | 2024.11.01 06:53:47.635406 [ 282 ] {dcdc07f9-955e-4960-a666-e06659338127} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5606 | 2024.11.01 06:53:47.635422 [ 282 ] {} <Debug> HTTP-Session: 627316f4-edc6-4bc6-8ee1-214b21008204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5607 | 2024.11.01 06:53:47.635854 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5608 | 2024.11.01 06:53:49.542825 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5609 | 2024.11.01 06:53:49.821493 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5610 | 2024.11.01 06:53:49.964890 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5611 | 2024.11.01 06:53:50.060532 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53120, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5612 | 2024.11.01 06:53:50.307952 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5613 | 2024.11.01 06:53:50.310890 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5614 | 2024.11.01 06:53:50.345452 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5615 | 2024.11.01 06:53:50.381529 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5616 | 2024.11.01 06:53:50.386943 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5617 | 2024.11.01 06:53:50.388258 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5618 | 2024.11.01 06:53:50.395542 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5619 | 2024.11.01 06:53:50.615291 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5620 | 2024.11.01 06:53:50.626591 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5621 | 2024.11.01 06:53:50.635938 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5622 | 2024.11.01 06:53:50.662773 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5623 | 2024.11.01 06:53:50.669385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5624 | 2024.11.01 06:53:50.680934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5625 | 2024.11.01 06:53:50.702314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5626 | 2024.11.01 06:53:50.704143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5627 | 2024.11.01 06:53:50.724683 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5628 | 2024.11.01 06:53:50.727981 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51368, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5629 | 2024.11.01 06:53:50.746319 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5630 | 2024.11.01 06:53:50.748631 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5631 | 2024.11.01 06:53:50.754895 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5632 | 2024.11.01 06:53:51.038284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 546 | ||
| 5633 | 2024.11.01 06:53:51.041567 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5634 | 2024.11.01 06:53:51.041631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5635 | 2024.11.01 06:53:51.043147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5636 | 2024.11.01 06:53:51.044151 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5637 | 2024.11.01 06:53:51.044783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 546 | ||
| 5638 | 2024.11.01 06:53:52.598253 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51801, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5639 | 2024.11.01 06:53:52.598389 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5640 | 2024.11.01 06:53:52.598417 [ 297 ] {} <Debug> HTTP-Session: eaecacf3-05a9-4305-95b2-92c940780015 Authenticating user 'default' from [fd00:1122:3344:101::d]:51801 | ||
| 5641 | 2024.11.01 06:53:52.598445 [ 297 ] {} <Debug> HTTP-Session: eaecacf3-05a9-4305-95b2-92c940780015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5642 | 2024.11.01 06:53:52.598463 [ 297 ] {} <Debug> HTTP-Session: eaecacf3-05a9-4305-95b2-92c940780015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5643 | 2024.11.01 06:53:52.598522 [ 297 ] {} <Trace> HTTP-Session: eaecacf3-05a9-4305-95b2-92c940780015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2024.11.01 06:53:52.598732 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51801) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5645 | 2024.11.01 06:53:52.598808 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5646 | 2024.11.01 06:53:52.599194 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5647 | 2024.11.01 06:53:52.599611 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2024.11.01 06:53:52.599652 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5649 | 2024.11.01 06:53:52.600051 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5650 | 2024.11.01 06:53:52.600433 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5651 | 2024.11.01 06:53:52.600577 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001906 sec., 3147.953830010493 rows/sec., 256.69 KiB/sec. | ||
| 5652 | 2024.11.01 06:53:52.600765 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5653 | 2024.11.01 06:53:52.600791 [ 297 ] {e6f4710b-508a-4e4e-aa60-2183d197bd7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5654 | 2024.11.01 06:53:52.600807 [ 297 ] {} <Debug> HTTP-Session: eaecacf3-05a9-4305-95b2-92c940780015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5655 | 2024.11.01 06:53:52.600981 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5656 | 2024.11.01 06:53:52.601090 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33065, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5657 | 2024.11.01 06:53:52.601210 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5658 | 2024.11.01 06:53:52.601234 [ 298 ] {} <Debug> HTTP-Session: 2d81af16-3533-4f6d-8ed0-33414bb087b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33065 | ||
| 5659 | 2024.11.01 06:53:52.601261 [ 298 ] {} <Debug> HTTP-Session: 2d81af16-3533-4f6d-8ed0-33414bb087b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5660 | 2024.11.01 06:53:52.601279 [ 298 ] {} <Debug> HTTP-Session: 2d81af16-3533-4f6d-8ed0-33414bb087b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5661 | 2024.11.01 06:53:52.601339 [ 298 ] {} <Trace> HTTP-Session: 2d81af16-3533-4f6d-8ed0-33414bb087b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5662 | 2024.11.01 06:53:52.601554 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33065) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5663 | 2024.11.01 06:53:52.601628 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5664 | 2024.11.01 06:53:52.602017 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5665 | 2024.11.01 06:53:52.602461 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2024.11.01 06:53:52.602499 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5667 | 2024.11.01 06:53:52.602919 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5668 | 2024.11.01 06:53:52.603305 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5669 | 2024.11.01 06:53:52.603470 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.001991 sec., 29633.35007533902 rows/sec., 2.27 MiB/sec. | ||
| 5670 | 2024.11.01 06:53:52.603667 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Debug> DynamicQueryHandler: Done processing query | ||
| 5671 | 2024.11.01 06:53:52.603695 [ 298 ] {f6d8b721-b8e4-41df-bd17-5b07ad5e7f89} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5672 | 2024.11.01 06:53:52.603711 [ 298 ] {} <Debug> HTTP-Session: 2d81af16-3533-4f6d-8ed0-33414bb087b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5673 | 2024.11.01 06:53:52.603898 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5674 | 2024.11.01 06:53:52.603959 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62461, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5675 | 2024.11.01 06:53:52.604038 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5676 | 2024.11.01 06:53:52.604064 [ 297 ] {} <Debug> HTTP-Session: 8e488c07-d180-4993-8446-01cab3baf0cc Authenticating user 'default' from [fd00:1122:3344:101::d]:62461 | ||
| 5677 | 2024.11.01 06:53:52.604085 [ 297 ] {} <Debug> HTTP-Session: 8e488c07-d180-4993-8446-01cab3baf0cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5678 | 2024.11.01 06:53:52.604102 [ 297 ] {} <Debug> HTTP-Session: 8e488c07-d180-4993-8446-01cab3baf0cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5679 | 2024.11.01 06:53:52.604147 [ 297 ] {} <Trace> HTTP-Session: 8e488c07-d180-4993-8446-01cab3baf0cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5680 | 2024.11.01 06:53:52.604269 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62461) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5681 | 2024.11.01 06:53:52.604316 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5682 | 2024.11.01 06:53:52.604573 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5683 | 2024.11.01 06:53:52.604895 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5684 | 2024.11.01 06:53:52.604930 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5685 | 2024.11.01 06:53:52.605272 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5686 | 2024.11.01 06:53:52.605633 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5687 | 2024.11.01 06:53:52.605754 [ 103 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5688 | 2024.11.01 06:53:52.605759 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 275.08 KiB/sec. | ||
| 5689 | 2024.11.01 06:53:52.605795 [ 103 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2024.11.01 06:53:52.605832 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5691 | 2024.11.01 06:53:52.606044 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 5692 | 2024.11.01 06:53:52.606081 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 5693 | 2024.11.01 06:53:52.606112 [ 297 ] {ef08a7e0-37ad-48f5-9be3-be58cb42d6ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5694 | 2024.11.01 06:53:52.606187 [ 297 ] {} <Debug> HTTP-Session: 8e488c07-d180-4993-8446-01cab3baf0cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5695 | 2024.11.01 06:53:52.606496 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5696 | 2024.11.01 06:53:52.606609 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45698, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5697 | 2024.11.01 06:53:52.606645 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5698 | 2024.11.01 06:53:52.606731 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 53 rows starting from the beginning of the part | ||
| 5699 | 2024.11.01 06:53:52.606739 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5700 | 2024.11.01 06:53:52.606794 [ 298 ] {} <Debug> HTTP-Session: f0ea18a2-2633-4cdb-8284-3a818df5f68a Authenticating user 'default' from [fd00:1122:3344:101::d]:45698 | ||
| 5701 | 2024.11.01 06:53:52.606842 [ 298 ] {} <Debug> HTTP-Session: f0ea18a2-2633-4cdb-8284-3a818df5f68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5702 | 2024.11.01 06:53:52.606912 [ 298 ] {} <Debug> HTTP-Session: f0ea18a2-2633-4cdb-8284-3a818df5f68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5703 | 2024.11.01 06:53:52.606938 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 5704 | 2024.11.01 06:53:52.607051 [ 298 ] {} <Trace> HTTP-Session: f0ea18a2-2633-4cdb-8284-3a818df5f68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5705 | 2024.11.01 06:53:52.607242 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5706 | 2024.11.01 06:53:52.607642 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 5707 | 2024.11.01 06:53:52.607658 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45698) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5708 | 2024.11.01 06:53:52.607869 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5709 | 2024.11.01 06:53:52.607887 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5710 | 2024.11.01 06:53:52.608242 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5711 | 2024.11.01 06:53:52.609189 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5712 | 2024.11.01 06:53:52.610292 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2024.11.01 06:53:52.610367 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5714 | 2024.11.01 06:53:52.611025 [ 195 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.005124889 sec., 36683.721344989135 rows/sec., 2.80 MiB/sec. | ||
| 5715 | 2024.11.01 06:53:52.611228 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5716 | 2024.11.01 06:53:52.611244 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5717 | 2024.11.01 06:53:52.611995 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5718 | 2024.11.01 06:53:52.612005 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5719 | 2024.11.01 06:53:52.612092 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_15_3} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5720 | 2024.11.01 06:53:52.612274 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004908 sec., 14262.42868785656 rows/sec., 1.12 MiB/sec. | ||
| 5721 | 2024.11.01 06:53:52.612283 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5722 | 2024.11.01 06:53:52.612508 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5723 | 2024.11.01 06:53:52.612533 [ 298 ] {414206d3-6e8b-49b0-89e7-6063423ef0fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5724 | 2024.11.01 06:53:52.612550 [ 298 ] {} <Debug> HTTP-Session: f0ea18a2-2633-4cdb-8284-3a818df5f68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5725 | 2024.11.01 06:53:52.612736 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5726 | 2024.11.01 06:53:52.612858 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35298, User-Agent: (none), Length: 25071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5727 | 2024.11.01 06:53:52.612939 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5728 | 2024.11.01 06:53:52.612964 [ 297 ] {} <Debug> HTTP-Session: b24425b1-1939-46fa-890c-7be6bf01783d Authenticating user 'default' from [fd00:1122:3344:101::d]:35298 | ||
| 5729 | 2024.11.01 06:53:52.612985 [ 297 ] {} <Debug> HTTP-Session: b24425b1-1939-46fa-890c-7be6bf01783d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5730 | 2024.11.01 06:53:52.613002 [ 297 ] {} <Debug> HTTP-Session: b24425b1-1939-46fa-890c-7be6bf01783d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5731 | 2024.11.01 06:53:52.613048 [ 297 ] {} <Trace> HTTP-Session: b24425b1-1939-46fa-890c-7be6bf01783d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5732 | 2024.11.01 06:53:52.613241 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35298) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5733 | 2024.11.01 06:53:52.613293 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5734 | 2024.11.01 06:53:52.613474 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5735 | 2024.11.01 06:53:52.613833 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2024.11.01 06:53:52.613867 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5737 | 2024.11.01 06:53:52.614262 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5738 | 2024.11.01 06:53:52.614615 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2024.11.01 06:53:52.614743 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001594 sec., 82183.1869510665 rows/sec., 5.72 MiB/sec. | ||
| 5740 | 2024.11.01 06:53:52.614900 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5741 | 2024.11.01 06:53:52.614923 [ 297 ] {69c2f427-9f69-41d7-ab5a-06f8d52285cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5742 | 2024.11.01 06:53:52.614939 [ 297 ] {} <Debug> HTTP-Session: b24425b1-1939-46fa-890c-7be6bf01783d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5743 | 2024.11.01 06:53:52.615102 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5744 | 2024.11.01 06:53:52.615166 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50832, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5745 | 2024.11.01 06:53:52.615248 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5746 | 2024.11.01 06:53:52.615275 [ 298 ] {} <Debug> HTTP-Session: 896dc7ac-2197-4a7c-9712-f71a6a7f52ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50832 | ||
| 5747 | 2024.11.01 06:53:52.615300 [ 298 ] {} <Debug> HTTP-Session: 896dc7ac-2197-4a7c-9712-f71a6a7f52ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5748 | 2024.11.01 06:53:52.615318 [ 298 ] {} <Debug> HTTP-Session: 896dc7ac-2197-4a7c-9712-f71a6a7f52ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5749 | 2024.11.01 06:53:52.615362 [ 298 ] {} <Trace> HTTP-Session: 896dc7ac-2197-4a7c-9712-f71a6a7f52ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2024.11.01 06:53:52.615519 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5751 | 2024.11.01 06:53:52.615576 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5752 | 2024.11.01 06:53:52.615767 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5753 | 2024.11.01 06:53:52.616135 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2024.11.01 06:53:52.616179 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5755 | 2024.11.01 06:53:52.616564 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5756 | 2024.11.01 06:53:52.616895 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2024.11.01 06:53:52.617047 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001581 sec., 30360.531309297912 rows/sec., 2.05 MiB/sec. | ||
| 5758 | 2024.11.01 06:53:52.617205 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Debug> DynamicQueryHandler: Done processing query | ||
| 5759 | 2024.11.01 06:53:52.617228 [ 298 ] {d3205f74-30b7-4608-991a-809e37399e14} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5760 | 2024.11.01 06:53:52.617244 [ 298 ] {} <Debug> HTTP-Session: 896dc7ac-2197-4a7c-9712-f71a6a7f52ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5761 | 2024.11.01 06:53:52.617442 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5762 | 2024.11.01 06:53:55.891896 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5763 | 2024.11.01 06:53:55.891958 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5764 | 2024.11.01 06:53:57.599987 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58989, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5765 | 2024.11.01 06:53:57.600127 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5766 | 2024.11.01 06:53:57.600155 [ 297 ] {} <Debug> HTTP-Session: e22f9754-ab69-478d-b5f9-6a5d9dc26fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58989 | ||
| 5767 | 2024.11.01 06:53:57.600183 [ 297 ] {} <Debug> HTTP-Session: e22f9754-ab69-478d-b5f9-6a5d9dc26fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5768 | 2024.11.01 06:53:57.600200 [ 297 ] {} <Debug> HTTP-Session: e22f9754-ab69-478d-b5f9-6a5d9dc26fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5769 | 2024.11.01 06:53:57.600258 [ 297 ] {} <Trace> HTTP-Session: e22f9754-ab69-478d-b5f9-6a5d9dc26fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5770 | 2024.11.01 06:53:57.600478 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58989) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5771 | 2024.11.01 06:53:57.600544 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5772 | 2024.11.01 06:53:57.600889 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5773 | 2024.11.01 06:53:57.601376 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5774 | 2024.11.01 06:53:57.601415 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5775 | 2024.11.01 06:53:57.601834 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5776 | 2024.11.01 06:53:57.602221 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5777 | 2024.11.01 06:53:57.602366 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001967 sec., 28469.750889679715 rows/sec., 2.19 MiB/sec. | ||
| 5778 | 2024.11.01 06:53:57.602724 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5779 | 2024.11.01 06:53:57.602774 [ 297 ] {2ab23a48-aabb-4d12-b432-94591e0083b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5780 | 2024.11.01 06:53:57.602814 [ 297 ] {} <Debug> HTTP-Session: e22f9754-ab69-478d-b5f9-6a5d9dc26fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5781 | 2024.11.01 06:53:57.603112 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5782 | 2024.11.01 06:53:57.603267 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35554, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5783 | 2024.11.01 06:53:57.603388 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5784 | 2024.11.01 06:53:57.603416 [ 298 ] {} <Debug> HTTP-Session: d96927eb-fb9a-4921-84ea-0d033d3752a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35554 | ||
| 5785 | 2024.11.01 06:53:57.603444 [ 298 ] {} <Debug> HTTP-Session: d96927eb-fb9a-4921-84ea-0d033d3752a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5786 | 2024.11.01 06:53:57.603463 [ 298 ] {} <Debug> HTTP-Session: d96927eb-fb9a-4921-84ea-0d033d3752a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5787 | 2024.11.01 06:53:57.603523 [ 298 ] {} <Trace> HTTP-Session: d96927eb-fb9a-4921-84ea-0d033d3752a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5788 | 2024.11.01 06:53:57.603743 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35554) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5789 | 2024.11.01 06:53:57.603824 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5790 | 2024.11.01 06:53:57.604213 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5791 | 2024.11.01 06:53:57.604653 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2024.11.01 06:53:57.604694 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5793 | 2024.11.01 06:53:57.605104 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5794 | 2024.11.01 06:53:57.605529 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2024.11.01 06:53:57.605711 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00204 sec., 31372.549019607843 rows/sec., 2.45 MiB/sec. | ||
| 5796 | 2024.11.01 06:53:57.605937 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Debug> DynamicQueryHandler: Done processing query | ||
| 5797 | 2024.11.01 06:53:57.605962 [ 298 ] {5bf51b75-823d-4403-9ed0-bed4ffc34fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5798 | 2024.11.01 06:53:57.605979 [ 298 ] {} <Debug> HTTP-Session: d96927eb-fb9a-4921-84ea-0d033d3752a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5799 | 2024.11.01 06:53:57.606146 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5800 | 2024.11.01 06:53:57.606207 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58989, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5801 | 2024.11.01 06:53:57.606292 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5802 | 2024.11.01 06:53:57.606318 [ 297 ] {} <Debug> HTTP-Session: 243af3a7-9531-4961-a1b2-310d99a59b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:58989 | ||
| 5803 | 2024.11.01 06:53:57.606338 [ 297 ] {} <Debug> HTTP-Session: 243af3a7-9531-4961-a1b2-310d99a59b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5804 | 2024.11.01 06:53:57.606352 [ 297 ] {} <Debug> HTTP-Session: 243af3a7-9531-4961-a1b2-310d99a59b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5805 | 2024.11.01 06:53:57.606393 [ 297 ] {} <Trace> HTTP-Session: 243af3a7-9531-4961-a1b2-310d99a59b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5806 | 2024.11.01 06:53:57.606567 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5807 | 2024.11.01 06:53:57.606621 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5808 | 2024.11.01 06:53:57.606802 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5809 | 2024.11.01 06:53:57.607162 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5810 | 2024.11.01 06:53:57.607197 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5811 | 2024.11.01 06:53:57.607587 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5812 | 2024.11.01 06:53:57.607935 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2024.11.01 06:53:57.608065 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 5814 | 2024.11.01 06:53:57.608376 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5815 | 2024.11.01 06:53:57.608401 [ 297 ] {2fecdc7d-2050-4a81-abf8-fdeaf3efbb9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5816 | 2024.11.01 06:53:57.608417 [ 297 ] {} <Debug> HTTP-Session: 243af3a7-9531-4961-a1b2-310d99a59b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5817 | 2024.11.01 06:53:57.608574 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5818 | 2024.11.01 06:53:57.608660 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61763, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5819 | 2024.11.01 06:53:57.608719 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5820 | 2024.11.01 06:53:57.608740 [ 298 ] {} <Debug> HTTP-Session: 08de521e-3ab1-4b80-844c-98201b0a3a8a Authenticating user 'default' from [fd00:1122:3344:101::d]:61763 | ||
| 5821 | 2024.11.01 06:53:57.608757 [ 298 ] {} <Debug> HTTP-Session: 08de521e-3ab1-4b80-844c-98201b0a3a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5822 | 2024.11.01 06:53:57.608772 [ 298 ] {} <Debug> HTTP-Session: 08de521e-3ab1-4b80-844c-98201b0a3a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5823 | 2024.11.01 06:53:57.608810 [ 298 ] {} <Trace> HTTP-Session: 08de521e-3ab1-4b80-844c-98201b0a3a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5824 | 2024.11.01 06:53:57.608952 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61763) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5825 | 2024.11.01 06:53:57.609000 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5826 | 2024.11.01 06:53:57.609150 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5827 | 2024.11.01 06:53:57.609444 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5828 | 2024.11.01 06:53:57.609479 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5829 | 2024.11.01 06:53:57.609842 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5830 | 2024.11.01 06:53:57.610180 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5831 | 2024.11.01 06:53:57.610341 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 5832 | 2024.11.01 06:53:57.610516 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5833 | 2024.11.01 06:53:57.610539 [ 298 ] {f369afb4-2e04-4b53-b603-a14d5c238bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5834 | 2024.11.01 06:53:57.610556 [ 298 ] {} <Debug> HTTP-Session: 08de521e-3ab1-4b80-844c-98201b0a3a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5835 | 2024.11.01 06:53:57.610912 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5836 | 2024.11.01 06:53:58.615276 [ 98 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5837 | 2024.11.01 06:53:58.615364 [ 98 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2024.11.01 06:53:58.615404 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5839 | 2024.11.01 06:53:58.615614 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 5840 | 2024.11.01 06:53:58.615866 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5841 | 2024.11.01 06:53:58.615908 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 5842 | 2024.11.01 06:53:58.616001 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 5843 | 2024.11.01 06:53:58.616197 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 5844 | 2024.11.01 06:53:58.616521 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 5845 | 2024.11.01 06:53:58.616830 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 5846 | 2024.11.01 06:53:58.617951 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002449394 sec., 22046.269403779057 rows/sec., 1.12 MiB/sec. | ||
| 5847 | 2024.11.01 06:53:58.618222 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5848 | 2024.11.01 06:53:58.618779 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_9_2} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2024.11.01 06:53:58.618867 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_9_2} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5850 | 2024.11.01 06:53:58.618957 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5851 | 2024.11.01 06:54:00.290451 [ 96 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 5852 | 2024.11.01 06:54:00.290514 [ 96 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2024.11.01 06:54:00.290536 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5854 | 2024.11.01 06:54:00.290744 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 5855 | 2024.11.01 06:54:00.290934 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5856 | 2024.11.01 06:54:00.290972 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
| 5857 | 2024.11.01 06:54:00.291053 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 5858 | 2024.11.01 06:54:00.291174 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 5859 | 2024.11.01 06:54:00.291474 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 5860 | 2024.11.01 06:54:00.291698 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 5861 | 2024.11.01 06:54:00.292815 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.002194301 sec., 4557.259920129462 rows/sec., 305.30 KiB/sec. | ||
| 5862 | 2024.11.01 06:54:00.292944 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5863 | 2024.11.01 06:54:00.293355 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2024.11.01 06:54:00.293444 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_10_2} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 5865 | 2024.11.01 06:54:00.293525 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5866 | 2024.11.01 06:54:01.045089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 566 | ||
| 5867 | 2024.11.01 06:54:01.047587 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5868 | 2024.11.01 06:54:01.047627 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5869 | 2024.11.01 06:54:01.049168 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5870 | 2024.11.01 06:54:01.050129 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5871 | 2024.11.01 06:54:01.050342 [ 97 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5872 | 2024.11.01 06:54:01.050470 [ 97 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2024.11.01 06:54:01.050552 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5874 | 2024.11.01 06:54:01.050907 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 5875 | 2024.11.01 06:54:01.051201 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 566 | ||
| 5876 | 2024.11.01 06:54:01.052000 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5877 | 2024.11.01 06:54:01.052615 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 442 rows starting from the beginning of the part | ||
| 5878 | 2024.11.01 06:54:01.053223 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 5879 | 2024.11.01 06:54:01.053733 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 5880 | 2024.11.01 06:54:01.054239 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 5881 | 2024.11.01 06:54:01.054728 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 5882 | 2024.11.01 06:54:01.055186 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 5883 | 2024.11.01 06:54:01.063126 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 72 columns (72 merged, 0 gathered) in 0.012420638 sec., 45569.317775785756 rows/sec., 35.88 MiB/sec. | ||
| 5884 | 2024.11.01 06:54:01.063944 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5885 | 2024.11.01 06:54:01.065351 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2024.11.01 06:54:01.065424 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_16_3} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5887 | 2024.11.01 06:54:01.065604 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 5888 | 2024.11.01 06:54:02.606195 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58989, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5889 | 2024.11.01 06:54:02.606324 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5890 | 2024.11.01 06:54:02.606350 [ 297 ] {} <Debug> HTTP-Session: d596024f-3ca6-4c68-a09f-5f00b8d6e9e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58989 | ||
| 5891 | 2024.11.01 06:54:02.606375 [ 297 ] {} <Debug> HTTP-Session: d596024f-3ca6-4c68-a09f-5f00b8d6e9e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5892 | 2024.11.01 06:54:02.606390 [ 297 ] {} <Debug> HTTP-Session: d596024f-3ca6-4c68-a09f-5f00b8d6e9e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5893 | 2024.11.01 06:54:02.606468 [ 297 ] {} <Trace> HTTP-Session: d596024f-3ca6-4c68-a09f-5f00b8d6e9e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5894 | 2024.11.01 06:54:02.606741 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58989) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5895 | 2024.11.01 06:54:02.606810 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5896 | 2024.11.01 06:54:02.607147 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5897 | 2024.11.01 06:54:02.607689 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2024.11.01 06:54:02.607735 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5899 | 2024.11.01 06:54:02.608228 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5900 | 2024.11.01 06:54:02.608618 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5901 | 2024.11.01 06:54:02.608791 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002175 sec., 122758.62068965517 rows/sec., 10.92 MiB/sec. | ||
| 5902 | 2024.11.01 06:54:02.608797 [ 95 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5903 | 2024.11.01 06:54:02.608855 [ 95 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2024.11.01 06:54:02.608887 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5905 | 2024.11.01 06:54:02.609047 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5906 | 2024.11.01 06:54:02.609083 [ 297 ] {2c230029-0f53-415e-9316-7e53ef542e3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5907 | 2024.11.01 06:54:02.609079 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 5908 | 2024.11.01 06:54:02.609108 [ 297 ] {} <Debug> HTTP-Session: d596024f-3ca6-4c68-a09f-5f00b8d6e9e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5909 | 2024.11.01 06:54:02.609317 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5910 | 2024.11.01 06:54:02.609381 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 5911 | 2024.11.01 06:54:02.609404 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5912 | 2024.11.01 06:54:02.609632 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53154, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5913 | 2024.11.01 06:54:02.609648 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 5914 | 2024.11.01 06:54:02.609879 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5915 | 2024.11.01 06:54:02.609959 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 267 rows starting from the beginning of the part | ||
| 5916 | 2024.11.01 06:54:02.609986 [ 289 ] {} <Debug> HTTP-Session: fb4f6dba-43b6-4f70-aa06-cfe5c02682e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53154 | ||
| 5917 | 2024.11.01 06:54:02.610072 [ 289 ] {} <Debug> HTTP-Session: fb4f6dba-43b6-4f70-aa06-cfe5c02682e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5918 | 2024.11.01 06:54:02.610204 [ 289 ] {} <Debug> HTTP-Session: fb4f6dba-43b6-4f70-aa06-cfe5c02682e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5919 | 2024.11.01 06:54:02.610329 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 59 rows starting from the beginning of the part | ||
| 5920 | 2024.11.01 06:54:02.610429 [ 289 ] {} <Trace> HTTP-Session: fb4f6dba-43b6-4f70-aa06-cfe5c02682e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5921 | 2024.11.01 06:54:02.610626 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 5922 | 2024.11.01 06:54:02.610859 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 267 rows starting from the beginning of the part | ||
| 5923 | 2024.11.01 06:54:02.611009 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53154) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5924 | 2024.11.01 06:54:02.611230 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5925 | 2024.11.01 06:54:02.612225 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5926 | 2024.11.01 06:54:02.613169 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2024.11.01 06:54:02.613231 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5928 | 2024.11.01 06:54:02.614120 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5929 | 2024.11.01 06:54:02.614311 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 5 columns (5 merged, 0 gathered) in 0.005342571 sec., 397187.0472100418 rows/sec., 35.10 MiB/sec. | ||
| 5930 | 2024.11.01 06:54:02.614648 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5931 | 2024.11.01 06:54:02.614819 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2024.11.01 06:54:02.615251 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004468 sec., 8728.73769024172 rows/sec., 656.36 KiB/sec. | ||
| 5933 | 2024.11.01 06:54:02.615689 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2024.11.01 06:54:02.615712 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5935 | 2024.11.01 06:54:02.615769 [ 289 ] {4b93309e-134a-4c68-92bb-db00014a394c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5936 | 2024.11.01 06:54:02.615806 [ 289 ] {} <Debug> HTTP-Session: fb4f6dba-43b6-4f70-aa06-cfe5c02682e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5937 | 2024.11.01 06:54:02.615867 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_31_6} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5938 | 2024.11.01 06:54:02.615964 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5939 | 2024.11.01 06:54:02.616020 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5940 | 2024.11.01 06:54:02.616127 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55559, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5941 | 2024.11.01 06:54:02.616241 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5942 | 2024.11.01 06:54:02.616266 [ 285 ] {} <Debug> HTTP-Session: d2254221-1d0a-4eba-a6f5-50c51003c4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55559 | ||
| 5943 | 2024.11.01 06:54:02.616292 [ 285 ] {} <Debug> HTTP-Session: d2254221-1d0a-4eba-a6f5-50c51003c4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5944 | 2024.11.01 06:54:02.616307 [ 285 ] {} <Debug> HTTP-Session: d2254221-1d0a-4eba-a6f5-50c51003c4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5945 | 2024.11.01 06:54:02.616362 [ 285 ] {} <Trace> HTTP-Session: d2254221-1d0a-4eba-a6f5-50c51003c4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2024.11.01 06:54:02.616546 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55559) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5947 | 2024.11.01 06:54:02.616614 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5948 | 2024.11.01 06:54:02.616970 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5949 | 2024.11.01 06:54:02.617341 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2024.11.01 06:54:02.617383 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5951 | 2024.11.01 06:54:02.617804 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5952 | 2024.11.01 06:54:02.618200 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2024.11.01 06:54:02.618388 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0019 sec., 7368.421052631579 rows/sec., 516.04 KiB/sec. | ||
| 5954 | 2024.11.01 06:54:02.618642 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5955 | 2024.11.01 06:54:02.618669 [ 285 ] {bd6a6a5d-7300-4b95-95a9-2b2906dc46c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5956 | 2024.11.01 06:54:02.618686 [ 285 ] {} <Debug> HTTP-Session: d2254221-1d0a-4eba-a6f5-50c51003c4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5957 | 2024.11.01 06:54:02.618821 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5958 | 2024.11.01 06:54:02.618928 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52871, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5959 | 2024.11.01 06:54:02.619006 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5960 | 2024.11.01 06:54:02.619031 [ 289 ] {} <Debug> HTTP-Session: 3c0a85ae-0222-42d0-b37b-d83b0a8a5357 Authenticating user 'default' from [fd00:1122:3344:101::d]:52871 | ||
| 5961 | 2024.11.01 06:54:02.619054 [ 289 ] {} <Debug> HTTP-Session: 3c0a85ae-0222-42d0-b37b-d83b0a8a5357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5962 | 2024.11.01 06:54:02.619071 [ 289 ] {} <Debug> HTTP-Session: 3c0a85ae-0222-42d0-b37b-d83b0a8a5357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5963 | 2024.11.01 06:54:02.619122 [ 289 ] {} <Trace> HTTP-Session: 3c0a85ae-0222-42d0-b37b-d83b0a8a5357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2024.11.01 06:54:02.619262 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52871) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5965 | 2024.11.01 06:54:02.619321 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5966 | 2024.11.01 06:54:02.619649 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5967 | 2024.11.01 06:54:02.619966 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5968 | 2024.11.01 06:54:02.620006 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5969 | 2024.11.01 06:54:02.620369 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5970 | 2024.11.01 06:54:02.620754 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5971 | 2024.11.01 06:54:02.620920 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001699 sec., 3531.489111241907 rows/sec., 208.65 KiB/sec. | ||
| 5972 | 2024.11.01 06:54:02.621142 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5973 | 2024.11.01 06:54:02.621167 [ 289 ] {29fd3864-198b-4cd9-8899-7313626fb8a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5974 | 2024.11.01 06:54:02.621183 [ 289 ] {} <Debug> HTTP-Session: 3c0a85ae-0222-42d0-b37b-d83b0a8a5357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5975 | 2024.11.01 06:54:02.621369 [ 289 ] {} <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) | ||
| 5976 | 2024.11.01 06:54:02.621415 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55559, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5977 | 2024.11.01 06:54:02.621497 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5978 | 2024.11.01 06:54:02.621531 [ 285 ] {} <Debug> HTTP-Session: 3453f5e0-67fe-4fb4-a6c9-8ccb282343bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55559 | ||
| 5979 | 2024.11.01 06:54:02.621554 [ 285 ] {} <Debug> HTTP-Session: 3453f5e0-67fe-4fb4-a6c9-8ccb282343bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5980 | 2024.11.01 06:54:02.621573 [ 285 ] {} <Debug> HTTP-Session: 3453f5e0-67fe-4fb4-a6c9-8ccb282343bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5981 | 2024.11.01 06:54:02.621619 [ 285 ] {} <Trace> HTTP-Session: 3453f5e0-67fe-4fb4-a6c9-8ccb282343bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5982 | 2024.11.01 06:54:02.621964 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55559) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5983 | 2024.11.01 06:54:02.622021 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5984 | 2024.11.01 06:54:02.622331 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5985 | 2024.11.01 06:54:02.622937 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5986 | 2024.11.01 06:54:02.622974 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5987 | 2024.11.01 06:54:02.623370 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5988 | 2024.11.01 06:54:02.623743 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5989 | 2024.11.01 06:54:02.623901 [ 95 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5990 | 2024.11.01 06:54:02.623917 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00214 sec., 196728.97196261684 rows/sec., 14.06 MiB/sec. | ||
| 5991 | 2024.11.01 06:54:02.623960 [ 95 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2024.11.01 06:54:02.624040 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5993 | 2024.11.01 06:54:02.624331 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5994 | 2024.11.01 06:54:02.624376 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 5995 | 2024.11.01 06:54:02.624399 [ 285 ] {dbcf36ae-740c-44f4-8230-4246926efbc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5996 | 2024.11.01 06:54:02.624511 [ 285 ] {} <Debug> HTTP-Session: 3453f5e0-67fe-4fb4-a6c9-8ccb282343bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5997 | 2024.11.01 06:54:02.624815 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5998 | 2024.11.01 06:54:02.624938 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50754, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5999 | 2024.11.01 06:54:02.624982 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6000 | 2024.11.01 06:54:02.625065 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 6001 | 2024.11.01 06:54:02.625097 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6002 | 2024.11.01 06:54:02.625158 [ 289 ] {} <Debug> HTTP-Session: f732ea34-a383-42fd-a3f9-0d113450d76a Authenticating user 'default' from [fd00:1122:3344:101::d]:50754 | ||
| 6003 | 2024.11.01 06:54:02.625240 [ 289 ] {} <Debug> HTTP-Session: f732ea34-a383-42fd-a3f9-0d113450d76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6004 | 2024.11.01 06:54:02.625332 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 6005 | 2024.11.01 06:54:02.625349 [ 289 ] {} <Debug> HTTP-Session: f732ea34-a383-42fd-a3f9-0d113450d76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6006 | 2024.11.01 06:54:02.625545 [ 289 ] {} <Trace> HTTP-Session: f732ea34-a383-42fd-a3f9-0d113450d76a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2024.11.01 06:54:02.625604 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 421 rows starting from the beginning of the part | ||
| 6008 | 2024.11.01 06:54:02.625791 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 70 rows starting from the beginning of the part | ||
| 6009 | 2024.11.01 06:54:02.626042 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50754) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6010 | 2024.11.01 06:54:02.626118 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 6011 | 2024.11.01 06:54:02.626204 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6012 | 2024.11.01 06:54:02.626404 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 6013 | 2024.11.01 06:54:02.627121 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6014 | 2024.11.01 06:54:02.627902 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2024.11.01 06:54:02.627965 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6016 | 2024.11.01 06:54:02.629048 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6017 | 2024.11.01 06:54:02.629785 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005653454 sec., 345452.5322042065 rows/sec., 26.44 MiB/sec. | ||
| 6018 | 2024.11.01 06:54:02.629881 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6019 | 2024.11.01 06:54:02.630073 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6020 | 2024.11.01 06:54:02.630090 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00429 sec., 1398.6013986013984 rows/sec., 73.07 KiB/sec. | ||
| 6021 | 2024.11.01 06:54:02.630359 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6022 | 2024.11.01 06:54:02.630399 [ 289 ] {eeeeea23-f045-4741-a8de-19c93eb76c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6023 | 2024.11.01 06:54:02.630435 [ 289 ] {} <Debug> HTTP-Session: f732ea34-a383-42fd-a3f9-0d113450d76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6024 | 2024.11.01 06:54:02.630636 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6025 | 2024.11.01 06:54:02.630759 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6026 | 2024.11.01 06:54:02.630789 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62918, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6027 | 2024.11.01 06:54:02.630882 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_31_6} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6028 | 2024.11.01 06:54:02.630897 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6029 | 2024.11.01 06:54:02.630942 [ 285 ] {} <Debug> HTTP-Session: b867e500-fe24-41ea-98a8-5c578a3739f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:62918 | ||
| 6030 | 2024.11.01 06:54:02.631011 [ 285 ] {} <Debug> HTTP-Session: b867e500-fe24-41ea-98a8-5c578a3739f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6031 | 2024.11.01 06:54:02.631042 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6032 | 2024.11.01 06:54:02.631053 [ 285 ] {} <Debug> HTTP-Session: b867e500-fe24-41ea-98a8-5c578a3739f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6033 | 2024.11.01 06:54:02.631125 [ 285 ] {} <Trace> HTTP-Session: b867e500-fe24-41ea-98a8-5c578a3739f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2024.11.01 06:54:02.631396 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6035 | 2024.11.01 06:54:02.631455 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6036 | 2024.11.01 06:54:02.631656 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6037 | 2024.11.01 06:54:02.632116 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6038 | 2024.11.01 06:54:02.632151 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6039 | 2024.11.01 06:54:02.632548 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6040 | 2024.11.01 06:54:02.632895 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6041 | 2024.11.01 06:54:02.633058 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6042 | 2024.11.01 06:54:02.633068 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001817 sec., 130434.78260869565 rows/sec., 8.74 MiB/sec. | ||
| 6043 | 2024.11.01 06:54:02.633113 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2024.11.01 06:54:02.633184 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6045 | 2024.11.01 06:54:02.633482 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6046 | 2024.11.01 06:54:02.633512 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6047 | 2024.11.01 06:54:02.633616 [ 285 ] {bd5527e0-42e1-4a4f-a5c6-e3c497283bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6048 | 2024.11.01 06:54:02.633716 [ 285 ] {} <Debug> HTTP-Session: b867e500-fe24-41ea-98a8-5c578a3739f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6049 | 2024.11.01 06:54:02.633958 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6050 | 2024.11.01 06:54:02.634021 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50754, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6051 | 2024.11.01 06:54:02.634039 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5931 rows starting from the beginning of the part | ||
| 6052 | 2024.11.01 06:54:02.634063 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6053 | 2024.11.01 06:54:02.634235 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6054 | 2024.11.01 06:54:02.634378 [ 289 ] {} <Debug> HTTP-Session: 3ee9403e-1b1e-42c7-84cb-6a552a5bf67b Authenticating user 'default' from [fd00:1122:3344:101::d]:50754 | ||
| 6055 | 2024.11.01 06:54:02.634415 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6056 | 2024.11.01 06:54:02.634506 [ 289 ] {} <Debug> HTTP-Session: 3ee9403e-1b1e-42c7-84cb-6a552a5bf67b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6057 | 2024.11.01 06:54:02.634564 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 6058 | |||
| 6059 | (version 23.8.7.1) | ||
| 6060 | 2024.11.01 06:54:02.634610 [ 289 ] {} <Debug> HTTP-Session: 3ee9403e-1b1e-42c7-84cb-6a552a5bf67b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6061 | 2024.11.01 06:54:02.634800 [ 289 ] {} <Trace> HTTP-Session: 3ee9403e-1b1e-42c7-84cb-6a552a5bf67b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6062 | 2024.11.01 06:54:02.634860 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6063 | 2024.11.01 06:54:02.635096 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50754) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6064 | 2024.11.01 06:54:02.635121 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 131 rows starting from the beginning of the part | ||
| 6065 | 2024.11.01 06:54:02.635254 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6066 | 2024.11.01 06:54:02.635435 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6067 | 2024.11.01 06:54:02.635784 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6068 | 2024.11.01 06:54:02.636303 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6069 | 2024.11.01 06:54:02.636759 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2024.11.01 06:54:02.636802 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6071 | 2024.11.01 06:54:02.637218 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6072 | 2024.11.01 06:54:02.637747 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2024.11.01 06:54:02.637966 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003008 sec., 332.44680851063833 rows/sec., 22.40 KiB/sec. | ||
| 6074 | 2024.11.01 06:54:02.638151 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Debug> DynamicQueryHandler: Done processing query | ||
| 6075 | 2024.11.01 06:54:02.638176 [ 289 ] {ed1fde15-fa3f-451a-aeb2-1e600d5a3588} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6076 | 2024.11.01 06:54:02.638194 [ 289 ] {} <Debug> HTTP-Session: 3ee9403e-1b1e-42c7-84cb-6a552a5bf67b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6077 | 2024.11.01 06:54:02.638421 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6078 | 2024.11.01 06:54:02.638562 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33761, User-Agent: (none), Length: 65426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6079 | 2024.11.01 06:54:02.638645 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6080 | 2024.11.01 06:54:02.638672 [ 285 ] {} <Debug> HTTP-Session: 33f2dd24-997e-4c8a-a466-c024ebb1fd2b Authenticating user 'default' from [fd00:1122:3344:101::d]:33761 | ||
| 6081 | 2024.11.01 06:54:02.638693 [ 285 ] {} <Debug> HTTP-Session: 33f2dd24-997e-4c8a-a466-c024ebb1fd2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6082 | 2024.11.01 06:54:02.638712 [ 285 ] {} <Debug> HTTP-Session: 33f2dd24-997e-4c8a-a466-c024ebb1fd2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6083 | 2024.11.01 06:54:02.638756 [ 285 ] {} <Trace> HTTP-Session: 33f2dd24-997e-4c8a-a466-c024ebb1fd2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6084 | 2024.11.01 06:54:02.639079 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6856 rows, containing 5 columns (5 merged, 0 gathered) in 0.005786265 sec., 1184874.8717868954 rows/sec., 80.61 MiB/sec. | ||
| 6085 | 2024.11.01 06:54:02.639762 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6086 | 2024.11.01 06:54:02.640012 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33761) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6087 | 2024.11.01 06:54:02.640124 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <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 | ||
| 6088 | 2024.11.01 06:54:02.640318 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6089 | 2024.11.01 06:54:02.640461 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6090 | 2024.11.01 06:54:02.640590 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 6091 | 2024.11.01 06:54:02.640827 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6092 | 2024.11.01 06:54:02.641636 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2024.11.01 06:54:02.641673 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6094 | 2024.11.01 06:54:02.642364 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6095 | 2024.11.01 06:54:02.642785 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6096 | 2024.11.01 06:54:02.643007 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004051 sec., 9627.252530239448 rows/sec., 17.25 MiB/sec. | ||
| 6097 | 2024.11.01 06:54:02.643542 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Debug> DynamicQueryHandler: Done processing query | ||
| 6098 | 2024.11.01 06:54:02.643568 [ 285 ] {13da3473-48c0-4ebd-802f-4dbe6a366c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 6099 | 2024.11.01 06:54:02.643584 [ 285 ] {} <Debug> HTTP-Session: 33f2dd24-997e-4c8a-a466-c024ebb1fd2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6100 | 2024.11.01 06:54:02.643771 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6101 | 2024.11.01 06:54:02.643838 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62287, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6102 | 2024.11.01 06:54:02.643927 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6103 | 2024.11.01 06:54:02.643953 [ 287 ] {} <Debug> HTTP-Session: c72be5e2-49bb-4fb4-8ebc-fd3a84b527c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:62287 | ||
| 6104 | 2024.11.01 06:54:02.643975 [ 287 ] {} <Debug> HTTP-Session: c72be5e2-49bb-4fb4-8ebc-fd3a84b527c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6105 | 2024.11.01 06:54:02.643992 [ 287 ] {} <Debug> HTTP-Session: c72be5e2-49bb-4fb4-8ebc-fd3a84b527c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6106 | 2024.11.01 06:54:02.644039 [ 287 ] {} <Trace> HTTP-Session: c72be5e2-49bb-4fb4-8ebc-fd3a84b527c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2024.11.01 06:54:02.644225 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62287) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6108 | 2024.11.01 06:54:02.644282 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6109 | 2024.11.01 06:54:02.644472 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6110 | 2024.11.01 06:54:02.644822 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2024.11.01 06:54:02.644859 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6112 | 2024.11.01 06:54:02.645230 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6113 | 2024.11.01 06:54:02.645566 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2024.11.01 06:54:02.645717 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001569 sec., 52262.58763543658 rows/sec., 3.32 MiB/sec. | ||
| 6115 | 2024.11.01 06:54:02.645727 [ 95 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6116 | 2024.11.01 06:54:02.645810 [ 95 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6117 | 2024.11.01 06:54:02.645858 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6118 | 2024.11.01 06:54:02.646037 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6119 | 2024.11.01 06:54:02.646121 [ 287 ] {ce28fbfa-5e91-40d0-872a-21db82c1dea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6120 | 2024.11.01 06:54:02.646189 [ 287 ] {} <Debug> HTTP-Session: c72be5e2-49bb-4fb4-8ebc-fd3a84b527c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6121 | 2024.11.01 06:54:02.646225 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6122 | 2024.11.01 06:54:02.646535 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6123 | 2024.11.01 06:54:02.646566 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6124 | 2024.11.01 06:54:02.646594 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1534 rows starting from the beginning of the part | ||
| 6125 | 2024.11.01 06:54:02.646775 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6126 | 2024.11.01 06:54:02.646940 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6127 | 2024.11.01 06:54:02.647076 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6128 | 2024.11.01 06:54:02.647267 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6129 | 2024.11.01 06:54:02.647364 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6130 | 2024.11.01 06:54:02.648609 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1866 rows, containing 4 columns (4 merged, 0 gathered) in 0.002675345 sec., 697480.1380756501 rows/sec., 45.87 MiB/sec. | ||
| 6131 | 2024.11.01 06:54:02.648792 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6132 | 2024.11.01 06:54:02.649147 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_31_6} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6133 | 2024.11.01 06:54:02.649223 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_31_6} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6134 | 2024.11.01 06:54:02.649291 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 6135 | 2024.11.01 06:54:07.599106 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45451, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6136 | 2024.11.01 06:54:07.599242 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6137 | 2024.11.01 06:54:07.599271 [ 287 ] {} <Debug> HTTP-Session: 27ea885d-9263-4f52-a8dd-73e2ab673b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:45451 | ||
| 6138 | 2024.11.01 06:54:07.599298 [ 287 ] {} <Debug> HTTP-Session: 27ea885d-9263-4f52-a8dd-73e2ab673b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6139 | 2024.11.01 06:54:07.599316 [ 287 ] {} <Debug> HTTP-Session: 27ea885d-9263-4f52-a8dd-73e2ab673b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6140 | 2024.11.01 06:54:07.599374 [ 287 ] {} <Trace> HTTP-Session: 27ea885d-9263-4f52-a8dd-73e2ab673b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2024.11.01 06:54:07.599583 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45451) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6142 | 2024.11.01 06:54:07.599655 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6143 | 2024.11.01 06:54:07.599999 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6144 | 2024.11.01 06:54:07.600480 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2024.11.01 06:54:07.600520 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6146 | 2024.11.01 06:54:07.600915 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6147 | 2024.11.01 06:54:07.601296 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2024.11.01 06:54:07.601472 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec. | ||
| 6149 | 2024.11.01 06:54:07.601834 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6150 | 2024.11.01 06:54:07.601861 [ 287 ] {6942d031-3047-416d-bd3b-e314e29dffc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6151 | 2024.11.01 06:54:07.601877 [ 287 ] {} <Debug> HTTP-Session: 27ea885d-9263-4f52-a8dd-73e2ab673b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6152 | 2024.11.01 06:54:07.602078 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6153 | 2024.11.01 06:54:07.602210 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63622, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6154 | 2024.11.01 06:54:07.602318 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6155 | 2024.11.01 06:54:07.602343 [ 285 ] {} <Debug> HTTP-Session: cd4a7a8a-cef3-4ba2-b37e-8f5bd6d94cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63622 | ||
| 6156 | 2024.11.01 06:54:07.602366 [ 285 ] {} <Debug> HTTP-Session: cd4a7a8a-cef3-4ba2-b37e-8f5bd6d94cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6157 | 2024.11.01 06:54:07.602381 [ 285 ] {} <Debug> HTTP-Session: cd4a7a8a-cef3-4ba2-b37e-8f5bd6d94cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6158 | 2024.11.01 06:54:07.602434 [ 285 ] {} <Trace> HTTP-Session: cd4a7a8a-cef3-4ba2-b37e-8f5bd6d94cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2024.11.01 06:54:07.602635 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63622) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6160 | 2024.11.01 06:54:07.602702 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6161 | 2024.11.01 06:54:07.603034 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6162 | 2024.11.01 06:54:07.603438 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2024.11.01 06:54:07.603477 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6164 | 2024.11.01 06:54:07.603899 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6165 | 2024.11.01 06:54:07.604296 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2024.11.01 06:54:07.604463 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001905 sec., 33595.800524934384 rows/sec., 2.62 MiB/sec. | ||
| 6167 | 2024.11.01 06:54:07.604654 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Debug> DynamicQueryHandler: Done processing query | ||
| 6168 | 2024.11.01 06:54:07.604680 [ 285 ] {6eb2644f-8be8-4e37-9709-f69fb48c8127} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6169 | 2024.11.01 06:54:07.604696 [ 285 ] {} <Debug> HTTP-Session: cd4a7a8a-cef3-4ba2-b37e-8f5bd6d94cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6170 | 2024.11.01 06:54:07.604950 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6171 | 2024.11.01 06:54:07.604963 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45451, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6172 | 2024.11.01 06:54:07.605075 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6173 | 2024.11.01 06:54:07.605112 [ 287 ] {} <Debug> HTTP-Session: ed2e2fe2-b24c-4a6c-b648-420177360f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:45451 | ||
| 6174 | 2024.11.01 06:54:07.605151 [ 287 ] {} <Debug> HTTP-Session: ed2e2fe2-b24c-4a6c-b648-420177360f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6175 | 2024.11.01 06:54:07.605181 [ 287 ] {} <Debug> HTTP-Session: ed2e2fe2-b24c-4a6c-b648-420177360f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6176 | 2024.11.01 06:54:07.605250 [ 287 ] {} <Trace> HTTP-Session: ed2e2fe2-b24c-4a6c-b648-420177360f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6177 | 2024.11.01 06:54:07.605535 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45451) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6178 | 2024.11.01 06:54:07.605629 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6179 | 2024.11.01 06:54:07.605906 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6180 | 2024.11.01 06:54:07.606290 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2024.11.01 06:54:07.606326 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6182 | 2024.11.01 06:54:07.606709 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6183 | 2024.11.01 06:54:07.607048 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6184 | 2024.11.01 06:54:07.607202 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001803 sec., 70992.78979478647 rows/sec., 4.94 MiB/sec. | ||
| 6185 | 2024.11.01 06:54:07.607372 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6186 | 2024.11.01 06:54:07.607397 [ 287 ] {d4e3462e-0d84-4472-97a9-713f7eb10fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6187 | 2024.11.01 06:54:07.607413 [ 287 ] {} <Debug> HTTP-Session: ed2e2fe2-b24c-4a6c-b648-420177360f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6188 | 2024.11.01 06:54:07.607554 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6189 | 2024.11.01 06:54:07.607637 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52447, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6190 | 2024.11.01 06:54:07.607710 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6191 | 2024.11.01 06:54:07.607732 [ 285 ] {} <Debug> HTTP-Session: e80d904f-d077-4ab1-90b5-a89da1bd2d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:52447 | ||
| 6192 | 2024.11.01 06:54:07.607750 [ 285 ] {} <Debug> HTTP-Session: e80d904f-d077-4ab1-90b5-a89da1bd2d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6193 | 2024.11.01 06:54:07.607763 [ 285 ] {} <Debug> HTTP-Session: e80d904f-d077-4ab1-90b5-a89da1bd2d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6194 | 2024.11.01 06:54:07.607801 [ 285 ] {} <Trace> HTTP-Session: e80d904f-d077-4ab1-90b5-a89da1bd2d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6195 | 2024.11.01 06:54:07.607956 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52447) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6196 | 2024.11.01 06:54:07.608021 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6197 | 2024.11.01 06:54:07.608210 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6198 | 2024.11.01 06:54:07.608584 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2024.11.01 06:54:07.608627 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6200 | 2024.11.01 06:54:07.609022 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6201 | 2024.11.01 06:54:07.609350 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2024.11.01 06:54:07.609508 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001601 sec., 29981.261711430358 rows/sec., 2.02 MiB/sec. | ||
| 6203 | 2024.11.01 06:54:07.609725 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Debug> DynamicQueryHandler: Done processing query | ||
| 6204 | 2024.11.01 06:54:07.609749 [ 285 ] {c262896c-40f2-40a2-afda-ae04cbf68b93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6205 | 2024.11.01 06:54:07.609765 [ 285 ] {} <Debug> HTTP-Session: e80d904f-d077-4ab1-90b5-a89da1bd2d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6206 | 2024.11.01 06:54:07.609998 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6207 | 2024.11.01 06:54:08.889819 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6208 | 2024.11.01 06:54:09.201197 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6209 | 2024.11.01 06:54:09.234652 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6210 | 2024.11.01 06:54:09.239997 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6211 | 2024.11.01 06:54:09.322397 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6212 | 2024.11.01 06:54:09.335672 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6213 | 2024.11.01 06:54:09.336951 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6214 | 2024.11.01 06:54:09.360315 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6215 | 2024.11.01 06:54:10.892009 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6216 | 2024.11.01 06:54:10.892064 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6217 | 2024.11.01 06:54:11.051494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 594 | ||
| 6218 | 2024.11.01 06:54:11.054202 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2024.11.01 06:54:11.054246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6220 | 2024.11.01 06:54:11.055763 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6221 | 2024.11.01 06:54:11.056778 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2024.11.01 06:54:11.057278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 594 | ||
| 6223 | 2024.11.01 06:54:12.600181 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35113, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6224 | 2024.11.01 06:54:12.600327 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6225 | 2024.11.01 06:54:12.600357 [ 285 ] {} <Debug> HTTP-Session: cb87bcf0-01f1-4d7f-9c2e-f00755f7c002 Authenticating user 'default' from [fd00:1122:3344:101::d]:35113 | ||
| 6226 | 2024.11.01 06:54:12.600385 [ 285 ] {} <Debug> HTTP-Session: cb87bcf0-01f1-4d7f-9c2e-f00755f7c002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6227 | 2024.11.01 06:54:12.600403 [ 285 ] {} <Debug> HTTP-Session: cb87bcf0-01f1-4d7f-9c2e-f00755f7c002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6228 | 2024.11.01 06:54:12.600464 [ 285 ] {} <Trace> HTTP-Session: cb87bcf0-01f1-4d7f-9c2e-f00755f7c002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6229 | 2024.11.01 06:54:12.600691 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6230 | 2024.11.01 06:54:12.600769 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6231 | 2024.11.01 06:54:12.601140 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6232 | 2024.11.01 06:54:12.601630 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2024.11.01 06:54:12.601673 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6234 | 2024.11.01 06:54:12.602101 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6235 | 2024.11.01 06:54:12.602495 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2024.11.01 06:54:12.602657 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.10 MiB/sec. | ||
| 6237 | 2024.11.01 06:54:12.602881 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6238 | 2024.11.01 06:54:12.602907 [ 285 ] {f426e888-b962-48b2-83c5-d5e1f52a47d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6239 | 2024.11.01 06:54:12.602924 [ 285 ] {} <Debug> HTTP-Session: cb87bcf0-01f1-4d7f-9c2e-f00755f7c002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6240 | 2024.11.01 06:54:12.603163 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6241 | 2024.11.01 06:54:12.603289 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49478, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6242 | 2024.11.01 06:54:12.603408 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6243 | 2024.11.01 06:54:12.603433 [ 287 ] {} <Debug> HTTP-Session: 498c60be-b1a3-4bfc-961f-954804f02b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:49478 | ||
| 6244 | 2024.11.01 06:54:12.603458 [ 287 ] {} <Debug> HTTP-Session: 498c60be-b1a3-4bfc-961f-954804f02b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6245 | 2024.11.01 06:54:12.603472 [ 287 ] {} <Debug> HTTP-Session: 498c60be-b1a3-4bfc-961f-954804f02b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6246 | 2024.11.01 06:54:12.603526 [ 287 ] {} <Trace> HTTP-Session: 498c60be-b1a3-4bfc-961f-954804f02b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6247 | 2024.11.01 06:54:12.603724 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49478) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6248 | 2024.11.01 06:54:12.603789 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6249 | 2024.11.01 06:54:12.604128 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6250 | 2024.11.01 06:54:12.604527 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6251 | 2024.11.01 06:54:12.604566 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6252 | 2024.11.01 06:54:12.604981 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6253 | 2024.11.01 06:54:12.605369 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6254 | 2024.11.01 06:54:12.605538 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001878 sec., 34078.80724174654 rows/sec., 2.66 MiB/sec. | ||
| 6255 | 2024.11.01 06:54:12.605857 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6256 | 2024.11.01 06:54:12.605893 [ 287 ] {7e2198e9-3eb2-4d82-8c5d-d496c3f7cb4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6257 | 2024.11.01 06:54:12.605916 [ 287 ] {} <Debug> HTTP-Session: 498c60be-b1a3-4bfc-961f-954804f02b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6258 | 2024.11.01 06:54:12.606147 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6259 | 2024.11.01 06:54:12.606246 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53636, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6260 | 2024.11.01 06:54:12.606313 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6261 | 2024.11.01 06:54:12.606333 [ 285 ] {} <Debug> HTTP-Session: 7fd57c61-744f-4440-852f-04bb5dda961b Authenticating user 'default' from [fd00:1122:3344:101::d]:53636 | ||
| 6262 | 2024.11.01 06:54:12.606350 [ 285 ] {} <Debug> HTTP-Session: 7fd57c61-744f-4440-852f-04bb5dda961b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6263 | 2024.11.01 06:54:12.606366 [ 285 ] {} <Debug> HTTP-Session: 7fd57c61-744f-4440-852f-04bb5dda961b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6264 | 2024.11.01 06:54:12.606406 [ 285 ] {} <Trace> HTTP-Session: 7fd57c61-744f-4440-852f-04bb5dda961b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6265 | 2024.11.01 06:54:12.606574 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53636) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6266 | 2024.11.01 06:54:12.606628 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6267 | 2024.11.01 06:54:12.606801 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6268 | 2024.11.01 06:54:12.607206 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6269 | 2024.11.01 06:54:12.607242 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6270 | 2024.11.01 06:54:12.607658 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6271 | 2024.11.01 06:54:12.608000 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6272 | 2024.11.01 06:54:12.608170 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 6273 | 2024.11.01 06:54:12.608495 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Debug> DynamicQueryHandler: Done processing query | ||
| 6274 | 2024.11.01 06:54:12.608528 [ 285 ] {b62bc359-510f-40fc-9c44-0cdd094fae82} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6275 | 2024.11.01 06:54:12.608546 [ 285 ] {} <Debug> HTTP-Session: 7fd57c61-744f-4440-852f-04bb5dda961b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6276 | 2024.11.01 06:54:12.608741 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49478, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6277 | 2024.11.01 06:54:12.608763 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6278 | 2024.11.01 06:54:12.608829 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6279 | 2024.11.01 06:54:12.608870 [ 287 ] {} <Debug> HTTP-Session: 32be06a7-6d71-455b-a8a6-22f192811398 Authenticating user 'default' from [fd00:1122:3344:101::d]:49478 | ||
| 6280 | 2024.11.01 06:54:12.608899 [ 287 ] {} <Debug> HTTP-Session: 32be06a7-6d71-455b-a8a6-22f192811398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6281 | 2024.11.01 06:54:12.608919 [ 287 ] {} <Debug> HTTP-Session: 32be06a7-6d71-455b-a8a6-22f192811398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6282 | 2024.11.01 06:54:12.608965 [ 287 ] {} <Trace> HTTP-Session: 32be06a7-6d71-455b-a8a6-22f192811398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6283 | 2024.11.01 06:54:12.609119 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49478) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6284 | 2024.11.01 06:54:12.609168 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6285 | 2024.11.01 06:54:12.609317 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6286 | 2024.11.01 06:54:12.609612 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6287 | 2024.11.01 06:54:12.609648 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6288 | 2024.11.01 06:54:12.610013 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6289 | 2024.11.01 06:54:12.610348 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6290 | 2024.11.01 06:54:12.610500 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
| 6291 | 2024.11.01 06:54:12.610664 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Debug> DynamicQueryHandler: Done processing query | ||
| 6292 | 2024.11.01 06:54:12.610688 [ 287 ] {e93cfa4a-3ed6-44d8-ae14-ee5c2413fc74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6293 | 2024.11.01 06:54:12.610704 [ 287 ] {} <Debug> HTTP-Session: 32be06a7-6d71-455b-a8a6-22f192811398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6294 | 2024.11.01 06:54:12.610937 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6295 | 2024.11.01 06:54:17.607466 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53160, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6296 | 2024.11.01 06:54:17.607593 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6297 | 2024.11.01 06:54:17.607618 [ 287 ] {} <Debug> HTTP-Session: e4afb5ab-9225-463d-bb16-e798541a00d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53160 | ||
| 6298 | 2024.11.01 06:54:17.607642 [ 287 ] {} <Debug> HTTP-Session: e4afb5ab-9225-463d-bb16-e798541a00d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6299 | 2024.11.01 06:54:17.607656 [ 287 ] {} <Debug> HTTP-Session: e4afb5ab-9225-463d-bb16-e798541a00d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6300 | 2024.11.01 06:54:17.607706 [ 287 ] {} <Trace> HTTP-Session: e4afb5ab-9225-463d-bb16-e798541a00d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6301 | 2024.11.01 06:54:17.607964 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53160) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6302 | 2024.11.01 06:54:17.608027 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6303 | 2024.11.01 06:54:17.608356 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6304 | 2024.11.01 06:54:17.608960 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2024.11.01 06:54:17.609002 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6306 | 2024.11.01 06:54:17.609417 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6307 | 2024.11.01 06:54:17.609790 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2024.11.01 06:54:17.609960 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002109 sec., 126600.28449502132 rows/sec., 11.27 MiB/sec. | ||
| 6309 | 2024.11.01 06:54:17.610316 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6310 | 2024.11.01 06:54:17.610348 [ 287 ] {122b55bb-7447-41bd-a131-90a63b9eead3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6311 | 2024.11.01 06:54:17.610375 [ 287 ] {} <Debug> HTTP-Session: e4afb5ab-9225-463d-bb16-e798541a00d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6312 | 2024.11.01 06:54:17.610597 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6313 | 2024.11.01 06:54:17.610709 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44401, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6314 | 2024.11.01 06:54:17.610894 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6315 | 2024.11.01 06:54:17.610942 [ 285 ] {} <Debug> HTTP-Session: 024c8911-3000-4434-a395-dafff81c8c09 Authenticating user 'default' from [fd00:1122:3344:101::d]:44401 | ||
| 6316 | 2024.11.01 06:54:17.610985 [ 285 ] {} <Debug> HTTP-Session: 024c8911-3000-4434-a395-dafff81c8c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6317 | 2024.11.01 06:54:17.611013 [ 285 ] {} <Debug> HTTP-Session: 024c8911-3000-4434-a395-dafff81c8c09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6318 | 2024.11.01 06:54:17.611103 [ 285 ] {} <Trace> HTTP-Session: 024c8911-3000-4434-a395-dafff81c8c09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6319 | 2024.11.01 06:54:17.611370 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44401) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6320 | 2024.11.01 06:54:17.611444 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6321 | 2024.11.01 06:54:17.611809 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6322 | 2024.11.01 06:54:17.612229 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6323 | 2024.11.01 06:54:17.612278 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6324 | 2024.11.01 06:54:17.612723 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6325 | 2024.11.01 06:54:17.613121 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6326 | 2024.11.01 06:54:17.613297 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001991 sec., 19588.14665996986 rows/sec., 1.44 MiB/sec. | ||
| 6327 | 2024.11.01 06:54:17.613527 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 6328 | 2024.11.01 06:54:17.613555 [ 285 ] {26e52c36-4eb4-4121-b81b-d5acbf4512aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6329 | 2024.11.01 06:54:17.613572 [ 285 ] {} <Debug> HTTP-Session: 024c8911-3000-4434-a395-dafff81c8c09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6330 | 2024.11.01 06:54:17.613749 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6331 | 2024.11.01 06:54:17.613812 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6332 | 2024.11.01 06:54:17.613881 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6333 | 2024.11.01 06:54:17.613905 [ 287 ] {} <Debug> HTTP-Session: f58f6080-1719-4334-9820-2307581a852f Authenticating user 'default' from [fd00:1122:3344:101::d]:43620 | ||
| 6334 | 2024.11.01 06:54:17.613925 [ 287 ] {} <Debug> HTTP-Session: f58f6080-1719-4334-9820-2307581a852f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6335 | 2024.11.01 06:54:17.613939 [ 287 ] {} <Debug> HTTP-Session: f58f6080-1719-4334-9820-2307581a852f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6336 | 2024.11.01 06:54:17.613978 [ 287 ] {} <Trace> HTTP-Session: f58f6080-1719-4334-9820-2307581a852f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6337 | 2024.11.01 06:54:17.614095 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43620) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6338 | 2024.11.01 06:54:17.614146 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6339 | 2024.11.01 06:54:17.614407 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6340 | 2024.11.01 06:54:17.614724 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6341 | 2024.11.01 06:54:17.614760 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6342 | 2024.11.01 06:54:17.615112 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6343 | 2024.11.01 06:54:17.615466 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6344 | 2024.11.01 06:54:17.615623 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001564 sec., 8951.406649616369 rows/sec., 626.90 KiB/sec. | ||
| 6345 | 2024.11.01 06:54:17.615797 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Debug> DynamicQueryHandler: Done processing query | ||
| 6346 | 2024.11.01 06:54:17.615821 [ 287 ] {26a9842f-e027-440c-898f-972253ac5f45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6347 | 2024.11.01 06:54:17.615837 [ 287 ] {} <Debug> HTTP-Session: f58f6080-1719-4334-9820-2307581a852f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6348 | 2024.11.01 06:54:17.616023 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6349 | 2024.11.01 06:54:17.616150 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47859, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6350 | 2024.11.01 06:54:17.616224 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6351 | 2024.11.01 06:54:17.616250 [ 285 ] {} <Debug> HTTP-Session: 54151bc9-2ab0-434b-9941-53775b4205b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47859 | ||
| 6352 | 2024.11.01 06:54:17.616274 [ 285 ] {} <Debug> HTTP-Session: 54151bc9-2ab0-434b-9941-53775b4205b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6353 | 2024.11.01 06:54:17.616291 [ 285 ] {} <Debug> HTTP-Session: 54151bc9-2ab0-434b-9941-53775b4205b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6354 | 2024.11.01 06:54:17.616340 [ 285 ] {} <Trace> HTTP-Session: 54151bc9-2ab0-434b-9941-53775b4205b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6355 | 2024.11.01 06:54:17.616485 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47859) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6356 | 2024.11.01 06:54:17.616543 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6357 | 2024.11.01 06:54:17.616866 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6358 | 2024.11.01 06:54:17.617266 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2024.11.01 06:54:17.617305 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6360 | 2024.11.01 06:54:17.617695 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6361 | 2024.11.01 06:54:17.618077 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6362 | 2024.11.01 06:54:17.618256 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001806 sec., 3322.2591362126245 rows/sec., 196.29 KiB/sec. | ||
| 6363 | 2024.11.01 06:54:17.618599 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6364 | 2024.11.01 06:54:17.618626 [ 285 ] {a0d3b8ca-a9f9-4703-898b-43b79959abc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6365 | 2024.11.01 06:54:17.618642 [ 285 ] {} <Debug> HTTP-Session: 54151bc9-2ab0-434b-9941-53775b4205b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6366 | 2024.11.01 06:54:17.618849 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6367 | 2024.11.01 06:54:17.618910 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6368 | 2024.11.01 06:54:17.618975 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6369 | 2024.11.01 06:54:17.619006 [ 287 ] {} <Debug> HTTP-Session: 3e83fca3-7798-43d6-b183-ac9538dccff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43620 | ||
| 6370 | 2024.11.01 06:54:17.619025 [ 287 ] {} <Debug> HTTP-Session: 3e83fca3-7798-43d6-b183-ac9538dccff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6371 | 2024.11.01 06:54:17.619039 [ 287 ] {} <Debug> HTTP-Session: 3e83fca3-7798-43d6-b183-ac9538dccff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6372 | 2024.11.01 06:54:17.619078 [ 287 ] {} <Trace> HTTP-Session: 3e83fca3-7798-43d6-b183-ac9538dccff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6373 | 2024.11.01 06:54:17.619299 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43620) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6374 | 2024.11.01 06:54:17.619345 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6375 | 2024.11.01 06:54:17.619603 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6376 | 2024.11.01 06:54:17.620188 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2024.11.01 06:54:17.620224 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6378 | 2024.11.01 06:54:17.620600 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6379 | 2024.11.01 06:54:17.620946 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2024.11.01 06:54:17.621104 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001911 sec., 220303.50601779175 rows/sec., 15.74 MiB/sec. | ||
| 6381 | 2024.11.01 06:54:17.621307 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6382 | 2024.11.01 06:54:17.621335 [ 287 ] {1a6e5a5b-cb31-45ff-bb91-ea2295a0affd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6383 | 2024.11.01 06:54:17.621351 [ 287 ] {} <Debug> HTTP-Session: 3e83fca3-7798-43d6-b183-ac9538dccff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6384 | 2024.11.01 06:54:17.621547 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6385 | 2024.11.01 06:54:17.621659 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37277, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6386 | 2024.11.01 06:54:17.621733 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6387 | 2024.11.01 06:54:17.621759 [ 285 ] {} <Debug> HTTP-Session: e9d08818-d9bd-4076-a810-e20495e93b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:37277 | ||
| 6388 | 2024.11.01 06:54:17.621781 [ 285 ] {} <Debug> HTTP-Session: e9d08818-d9bd-4076-a810-e20495e93b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6389 | 2024.11.01 06:54:17.621798 [ 285 ] {} <Debug> HTTP-Session: e9d08818-d9bd-4076-a810-e20495e93b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6390 | 2024.11.01 06:54:17.621844 [ 285 ] {} <Trace> HTTP-Session: e9d08818-d9bd-4076-a810-e20495e93b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.11.01 06:54:17.621978 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37277) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6392 | 2024.11.01 06:54:17.622038 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6393 | 2024.11.01 06:54:17.622234 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6394 | 2024.11.01 06:54:17.622518 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2024.11.01 06:54:17.622556 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6396 | 2024.11.01 06:54:17.622931 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6397 | 2024.11.01 06:54:17.623273 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2024.11.01 06:54:17.623437 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 6399 | 2024.11.01 06:54:17.624017 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Debug> DynamicQueryHandler: Done processing query | ||
| 6400 | 2024.11.01 06:54:17.624042 [ 285 ] {53c3f46f-fad1-4c1c-ba37-3e1915816852} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6401 | 2024.11.01 06:54:17.624059 [ 285 ] {} <Debug> HTTP-Session: e9d08818-d9bd-4076-a810-e20495e93b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6402 | 2024.11.01 06:54:17.624255 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6403 | 2024.11.01 06:54:17.624294 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6404 | 2024.11.01 06:54:17.624367 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6405 | 2024.11.01 06:54:17.624403 [ 287 ] {} <Debug> HTTP-Session: 65ce1977-69c7-4012-a2d5-b32eb295f3ee Authenticating user 'default' from [fd00:1122:3344:101::d]:43620 | ||
| 6406 | 2024.11.01 06:54:17.624426 [ 287 ] {} <Debug> HTTP-Session: 65ce1977-69c7-4012-a2d5-b32eb295f3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6407 | 2024.11.01 06:54:17.624442 [ 287 ] {} <Debug> HTTP-Session: 65ce1977-69c7-4012-a2d5-b32eb295f3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6408 | 2024.11.01 06:54:17.624481 [ 287 ] {} <Trace> HTTP-Session: 65ce1977-69c7-4012-a2d5-b32eb295f3ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6409 | 2024.11.01 06:54:17.624717 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43620) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6410 | 2024.11.01 06:54:17.624767 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6411 | 2024.11.01 06:54:17.624936 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6412 | 2024.11.01 06:54:17.625373 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6413 | 2024.11.01 06:54:17.625408 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6414 | 2024.11.01 06:54:17.625788 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6415 | 2024.11.01 06:54:17.626113 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6416 | 2024.11.01 06:54:17.626273 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 6417 | 2024.11.01 06:54:17.626445 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6418 | 2024.11.01 06:54:17.626468 [ 287 ] {d68f3195-8d23-4750-bdf5-6ca5cda5c6d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6419 | 2024.11.01 06:54:17.626484 [ 287 ] {} <Debug> HTTP-Session: 65ce1977-69c7-4012-a2d5-b32eb295f3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6420 | 2024.11.01 06:54:17.626663 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6421 | 2024.11.01 06:54:17.626784 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47534, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6422 | 2024.11.01 06:54:17.626894 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6423 | 2024.11.01 06:54:17.626935 [ 285 ] {} <Debug> HTTP-Session: d7c3d634-609a-4d37-884d-56b32b973b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:47534 | ||
| 6424 | 2024.11.01 06:54:17.626968 [ 285 ] {} <Debug> HTTP-Session: d7c3d634-609a-4d37-884d-56b32b973b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6425 | 2024.11.01 06:54:17.626996 [ 285 ] {} <Debug> HTTP-Session: d7c3d634-609a-4d37-884d-56b32b973b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6426 | 2024.11.01 06:54:17.627065 [ 285 ] {} <Trace> HTTP-Session: d7c3d634-609a-4d37-884d-56b32b973b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2024.11.01 06:54:17.627260 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47534) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6428 | 2024.11.01 06:54:17.627312 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6429 | 2024.11.01 06:54:17.627476 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6430 | 2024.11.01 06:54:17.627745 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6431 | 2024.11.01 06:54:17.627782 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6432 | 2024.11.01 06:54:17.628151 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6433 | 2024.11.01 06:54:17.628485 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6434 | 2024.11.01 06:54:17.628626 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec. | ||
| 6435 | 2024.11.01 06:54:17.628838 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Debug> DynamicQueryHandler: Done processing query | ||
| 6436 | 2024.11.01 06:54:17.628862 [ 285 ] {40979aea-4f09-432a-8426-c162d406b487} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6437 | 2024.11.01 06:54:17.628879 [ 285 ] {} <Debug> HTTP-Session: d7c3d634-609a-4d37-884d-56b32b973b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6438 | 2024.11.01 06:54:17.629081 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6439 | 2024.11.01 06:54:17.629107 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Length: 65459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6440 | 2024.11.01 06:54:17.629191 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6441 | 2024.11.01 06:54:17.629217 [ 287 ] {} <Debug> HTTP-Session: 6f31545b-1848-409d-9e70-721fd36bf443 Authenticating user 'default' from [fd00:1122:3344:101::d]:43620 | ||
| 6442 | 2024.11.01 06:54:17.629247 [ 287 ] {} <Debug> HTTP-Session: 6f31545b-1848-409d-9e70-721fd36bf443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6443 | 2024.11.01 06:54:17.629268 [ 287 ] {} <Debug> HTTP-Session: 6f31545b-1848-409d-9e70-721fd36bf443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6444 | 2024.11.01 06:54:17.629314 [ 287 ] {} <Trace> HTTP-Session: 6f31545b-1848-409d-9e70-721fd36bf443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6445 | 2024.11.01 06:54:17.630015 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43620) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6446 | 2024.11.01 06:54:17.630106 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <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 | ||
| 6447 | 2024.11.01 06:54:17.630580 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6448 | 2024.11.01 06:54:17.631363 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6449 | 2024.11.01 06:54:17.631398 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6450 | 2024.11.01 06:54:17.632052 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6451 | 2024.11.01 06:54:17.632462 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6452 | 2024.11.01 06:54:17.632664 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003225 sec., 12093.023255813954 rows/sec., 21.67 MiB/sec. | ||
| 6453 | 2024.11.01 06:54:17.633033 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6454 | 2024.11.01 06:54:17.633057 [ 287 ] {329b53c0-ebbd-4de9-8bd6-5296552c583d} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 6455 | 2024.11.01 06:54:17.633073 [ 287 ] {} <Debug> HTTP-Session: 6f31545b-1848-409d-9e70-721fd36bf443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6456 | 2024.11.01 06:54:17.633280 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6457 | 2024.11.01 06:54:17.633347 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44804, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6458 | 2024.11.01 06:54:17.633425 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6459 | 2024.11.01 06:54:17.633453 [ 285 ] {} <Debug> HTTP-Session: 9e2f94f0-3b9e-4221-b9e3-41d386360ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:44804 | ||
| 6460 | 2024.11.01 06:54:17.633476 [ 285 ] {} <Debug> HTTP-Session: 9e2f94f0-3b9e-4221-b9e3-41d386360ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6461 | 2024.11.01 06:54:17.633493 [ 285 ] {} <Debug> HTTP-Session: 9e2f94f0-3b9e-4221-b9e3-41d386360ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6462 | 2024.11.01 06:54:17.633538 [ 285 ] {} <Trace> HTTP-Session: 9e2f94f0-3b9e-4221-b9e3-41d386360ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6463 | 2024.11.01 06:54:17.633727 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44804) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6464 | 2024.11.01 06:54:17.633784 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6465 | 2024.11.01 06:54:17.633973 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6466 | 2024.11.01 06:54:17.634326 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2024.11.01 06:54:17.634364 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6468 | 2024.11.01 06:54:17.634737 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6469 | 2024.11.01 06:54:17.635081 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6470 | 2024.11.01 06:54:17.635242 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 6471 | 2024.11.01 06:54:17.635459 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6472 | 2024.11.01 06:54:17.635486 [ 285 ] {2b8789dc-a5d8-4c2c-9cae-3054a7fe131c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6473 | 2024.11.01 06:54:17.635503 [ 285 ] {} <Debug> HTTP-Session: 9e2f94f0-3b9e-4221-b9e3-41d386360ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6474 | 2024.11.01 06:54:17.636252 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6475 | 2024.11.01 06:54:19.561547 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6476 | 2024.11.01 06:54:19.826748 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6477 | 2024.11.01 06:54:19.972166 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6478 | 2024.11.01 06:54:20.076584 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6479 | 2024.11.01 06:54:20.311186 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6480 | 2024.11.01 06:54:20.326436 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6481 | 2024.11.01 06:54:20.355611 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6482 | 2024.11.01 06:54:20.390218 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6483 | 2024.11.01 06:54:20.391543 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6484 | 2024.11.01 06:54:20.406800 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6485 | 2024.11.01 06:54:20.410077 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6486 | 2024.11.01 06:54:20.631535 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6487 | 2024.11.01 06:54:20.645113 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6488 | 2024.11.01 06:54:20.647487 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6489 | 2024.11.01 06:54:20.672763 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6490 | 2024.11.01 06:54:20.676927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6491 | 2024.11.01 06:54:20.689204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6492 | 2024.11.01 06:54:20.707837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6493 | 2024.11.01 06:54:20.717232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6494 | 2024.11.01 06:54:20.730280 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6495 | 2024.11.01 06:54:20.730972 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6496 | 2024.11.01 06:54:20.759310 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6497 | 2024.11.01 06:54:20.760592 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6498 | 2024.11.01 06:54:20.764799 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6499 | 2024.11.01 06:54:21.057600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 622 | ||
| 6500 | 2024.11.01 06:54:21.060415 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2024.11.01 06:54:21.060465 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6502 | 2024.11.01 06:54:21.062008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6503 | 2024.11.01 06:54:21.063028 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2024.11.01 06:54:21.064249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 622 | ||
| 6505 | 2024.11.01 06:54:22.599026 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50667, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6506 | 2024.11.01 06:54:22.599154 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6507 | 2024.11.01 06:54:22.599179 [ 297 ] {} <Debug> HTTP-Session: cf86c317-0386-4c2a-b15e-88bb3bd6098f Authenticating user 'default' from [fd00:1122:3344:101::d]:50667 | ||
| 6508 | 2024.11.01 06:54:22.599204 [ 297 ] {} <Debug> HTTP-Session: cf86c317-0386-4c2a-b15e-88bb3bd6098f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6509 | 2024.11.01 06:54:22.599218 [ 297 ] {} <Debug> HTTP-Session: cf86c317-0386-4c2a-b15e-88bb3bd6098f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6510 | 2024.11.01 06:54:22.599271 [ 297 ] {} <Trace> HTTP-Session: cf86c317-0386-4c2a-b15e-88bb3bd6098f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6511 | 2024.11.01 06:54:22.599483 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50667) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6512 | 2024.11.01 06:54:22.599552 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6513 | 2024.11.01 06:54:22.599896 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6514 | 2024.11.01 06:54:22.600331 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2024.11.01 06:54:22.600373 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6516 | 2024.11.01 06:54:22.600792 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6517 | 2024.11.01 06:54:22.601183 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2024.11.01 06:54:22.601343 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. | ||
| 6519 | 2024.11.01 06:54:22.601560 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Debug> DynamicQueryHandler: Done processing query | ||
| 6520 | 2024.11.01 06:54:22.601594 [ 297 ] {ec53307f-f614-4cc6-bd9c-c533f5c11c75} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6521 | 2024.11.01 06:54:22.601617 [ 297 ] {} <Debug> HTTP-Session: cf86c317-0386-4c2a-b15e-88bb3bd6098f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6522 | 2024.11.01 06:54:22.601883 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6523 | 2024.11.01 06:54:22.602018 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48958, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6524 | 2024.11.01 06:54:22.602145 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6525 | 2024.11.01 06:54:22.602174 [ 298 ] {} <Debug> HTTP-Session: 631c5ffe-8430-4934-a9c5-3daf456f2b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:48958 | ||
| 6526 | 2024.11.01 06:54:22.602202 [ 298 ] {} <Debug> HTTP-Session: 631c5ffe-8430-4934-a9c5-3daf456f2b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6527 | 2024.11.01 06:54:22.602220 [ 298 ] {} <Debug> HTTP-Session: 631c5ffe-8430-4934-a9c5-3daf456f2b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6528 | 2024.11.01 06:54:22.602287 [ 298 ] {} <Trace> HTTP-Session: 631c5ffe-8430-4934-a9c5-3daf456f2b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6529 | 2024.11.01 06:54:22.602498 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48958) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6530 | 2024.11.01 06:54:22.602566 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6531 | 2024.11.01 06:54:22.602906 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6532 | 2024.11.01 06:54:22.603375 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2024.11.01 06:54:22.603416 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6534 | 2024.11.01 06:54:22.603834 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6535 | 2024.11.01 06:54:22.604223 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6536 | 2024.11.01 06:54:22.604405 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.53 MiB/sec. | ||
| 6537 | 2024.11.01 06:54:22.604608 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Debug> DynamicQueryHandler: Done processing query | ||
| 6538 | 2024.11.01 06:54:22.604634 [ 298 ] {16e225ce-9fa8-4592-ab08-674d8a211011} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6539 | 2024.11.01 06:54:22.604650 [ 298 ] {} <Debug> HTTP-Session: 631c5ffe-8430-4934-a9c5-3daf456f2b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6540 | 2024.11.01 06:54:22.604860 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6541 | 2024.11.01 06:54:22.604974 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47632, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6542 | 2024.11.01 06:54:22.605043 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6543 | 2024.11.01 06:54:22.605064 [ 297 ] {} <Debug> HTTP-Session: f46f0c1d-9df0-4f32-bbf1-d2da573d9118 Authenticating user 'default' from [fd00:1122:3344:101::d]:47632 | ||
| 6544 | 2024.11.01 06:54:22.605082 [ 297 ] {} <Debug> HTTP-Session: f46f0c1d-9df0-4f32-bbf1-d2da573d9118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6545 | 2024.11.01 06:54:22.605096 [ 297 ] {} <Debug> HTTP-Session: f46f0c1d-9df0-4f32-bbf1-d2da573d9118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6546 | 2024.11.01 06:54:22.605138 [ 297 ] {} <Trace> HTTP-Session: f46f0c1d-9df0-4f32-bbf1-d2da573d9118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6547 | 2024.11.01 06:54:22.605328 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47632) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6548 | 2024.11.01 06:54:22.605384 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6549 | 2024.11.01 06:54:22.605577 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6550 | 2024.11.01 06:54:22.605958 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2024.11.01 06:54:22.605996 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6552 | 2024.11.01 06:54:22.606420 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6553 | 2024.11.01 06:54:22.606830 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2024.11.01 06:54:22.606993 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001726 sec., 74159.90730011587 rows/sec., 5.17 MiB/sec. | ||
| 6555 | 2024.11.01 06:54:22.607154 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Debug> DynamicQueryHandler: Done processing query | ||
| 6556 | 2024.11.01 06:54:22.607178 [ 297 ] {06875ba3-d88e-4120-9b9f-89f22a0ddcee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6557 | 2024.11.01 06:54:22.607194 [ 297 ] {} <Debug> HTTP-Session: f46f0c1d-9df0-4f32-bbf1-d2da573d9118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6558 | 2024.11.01 06:54:22.607386 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48958, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6559 | 2024.11.01 06:54:22.607399 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6560 | 2024.11.01 06:54:22.607480 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6561 | 2024.11.01 06:54:22.607511 [ 298 ] {} <Debug> HTTP-Session: 68407e23-28d5-4747-a46b-cdef8256d77f Authenticating user 'default' from [fd00:1122:3344:101::d]:48958 | ||
| 6562 | 2024.11.01 06:54:22.607531 [ 298 ] {} <Debug> HTTP-Session: 68407e23-28d5-4747-a46b-cdef8256d77f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6563 | 2024.11.01 06:54:22.607552 [ 298 ] {} <Debug> HTTP-Session: 68407e23-28d5-4747-a46b-cdef8256d77f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6564 | 2024.11.01 06:54:22.607599 [ 298 ] {} <Trace> HTTP-Session: 68407e23-28d5-4747-a46b-cdef8256d77f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6565 | 2024.11.01 06:54:22.607736 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48958) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6566 | 2024.11.01 06:54:22.607785 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6567 | 2024.11.01 06:54:22.607947 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6568 | 2024.11.01 06:54:22.608252 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6569 | 2024.11.01 06:54:22.608289 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6570 | 2024.11.01 06:54:22.608660 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6571 | 2024.11.01 06:54:22.608993 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2024.11.01 06:54:22.609157 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001464 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec. | ||
| 6573 | 2024.11.01 06:54:22.609327 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Debug> DynamicQueryHandler: Done processing query | ||
| 6574 | 2024.11.01 06:54:22.609350 [ 298 ] {a4583e6e-15bd-4bc6-b9dc-68d603499aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6575 | 2024.11.01 06:54:22.609366 [ 298 ] {} <Debug> HTTP-Session: 68407e23-28d5-4747-a46b-cdef8256d77f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6576 | 2024.11.01 06:54:22.609625 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6577 | 2024.11.01 06:54:25.892110 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6578 | 2024.11.01 06:54:25.892170 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6579 | 2024.11.01 06:54:27.601503 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42986, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6580 | 2024.11.01 06:54:27.601667 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6581 | 2024.11.01 06:54:27.601714 [ 297 ] {} <Debug> HTTP-Session: cfed0284-68a2-4ff7-9c87-2c28656f10b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42986 | ||
| 6582 | 2024.11.01 06:54:27.601755 [ 297 ] {} <Debug> HTTP-Session: cfed0284-68a2-4ff7-9c87-2c28656f10b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6583 | 2024.11.01 06:54:27.601782 [ 297 ] {} <Debug> HTTP-Session: cfed0284-68a2-4ff7-9c87-2c28656f10b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6584 | 2024.11.01 06:54:27.601865 [ 297 ] {} <Trace> HTTP-Session: cfed0284-68a2-4ff7-9c87-2c28656f10b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6585 | 2024.11.01 06:54:27.602164 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42986) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6586 | 2024.11.01 06:54:27.602272 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6587 | 2024.11.01 06:54:27.602754 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6588 | 2024.11.01 06:54:27.603222 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2024.11.01 06:54:27.603262 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6590 | 2024.11.01 06:54:27.603669 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6591 | 2024.11.01 06:54:27.604050 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2024.11.01 06:54:27.604196 [ 23 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6593 | 2024.11.01 06:54:27.604202 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002146 sec., 26095.0605778192 rows/sec., 2.00 MiB/sec. | ||
| 6594 | 2024.11.01 06:54:27.604241 [ 23 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6595 | 2024.11.01 06:54:27.604284 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6596 | 2024.11.01 06:54:27.604490 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6597 | 2024.11.01 06:54:27.604533 [ 297 ] {14ef185c-dea5-4df4-bc91-b7d0e78cebfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6598 | 2024.11.01 06:54:27.604548 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 6599 | 2024.11.01 06:54:27.604617 [ 297 ] {} <Debug> HTTP-Session: cfed0284-68a2-4ff7-9c87-2c28656f10b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6600 | 2024.11.01 06:54:27.604955 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6601 | 2024.11.01 06:54:27.604990 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6602 | 2024.11.01 06:54:27.605043 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 6603 | 2024.11.01 06:54:27.605303 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45754, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6604 | 2024.11.01 06:54:27.605352 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 6605 | 2024.11.01 06:54:27.605558 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 6606 | 2024.11.01 06:54:27.605608 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6607 | 2024.11.01 06:54:27.605734 [ 298 ] {} <Debug> HTTP-Session: 20dab9b1-9d60-4f7b-9bd4-12147f952b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:45754 | ||
| 6608 | 2024.11.01 06:54:27.605826 [ 298 ] {} <Debug> HTTP-Session: 20dab9b1-9d60-4f7b-9bd4-12147f952b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6609 | 2024.11.01 06:54:27.605892 [ 298 ] {} <Debug> HTTP-Session: 20dab9b1-9d60-4f7b-9bd4-12147f952b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6610 | 2024.11.01 06:54:27.605943 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 267 rows starting from the beginning of the part | ||
| 6611 | 2024.11.01 06:54:27.606040 [ 298 ] {} <Trace> HTTP-Session: 20dab9b1-9d60-4f7b-9bd4-12147f952b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6612 | 2024.11.01 06:54:27.606219 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 6613 | 2024.11.01 06:54:27.606531 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 6614 | 2024.11.01 06:54:27.606548 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45754) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6615 | 2024.11.01 06:54:27.606763 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6616 | 2024.11.01 06:54:27.607813 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6617 | 2024.11.01 06:54:27.608903 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6618 | 2024.11.01 06:54:27.608971 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6619 | 2024.11.01 06:54:27.609774 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6620 | 2024.11.01 06:54:27.609797 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 5 columns (5 merged, 0 gathered) in 0.005395802 sec., 353608.23099142633 rows/sec., 30.96 MiB/sec. | ||
| 6621 | 2024.11.01 06:54:27.610114 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6622 | 2024.11.01 06:54:27.610706 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2024.11.01 06:54:27.611076 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004746 sec., 13485.0400337126 rows/sec., 1.05 MiB/sec. | ||
| 6624 | 2024.11.01 06:54:27.611093 [ 23 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6625 | 2024.11.01 06:54:27.611201 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2024.11.01 06:54:27.611271 [ 23 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2024.11.01 06:54:27.611477 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6628 | 2024.11.01 06:54:27.611527 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_36_7} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6629 | 2024.11.01 06:54:27.611722 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Debug> DynamicQueryHandler: Done processing query | ||
| 6630 | 2024.11.01 06:54:27.611809 [ 298 ] {29f0c5e0-b231-4017-9689-1fb3bf177030} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6631 | 2024.11.01 06:54:27.611876 [ 298 ] {} <Debug> HTTP-Session: 20dab9b1-9d60-4f7b-9bd4-12147f952b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6632 | 2024.11.01 06:54:27.611898 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 6633 | 2024.11.01 06:54:27.611973 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 6634 | 2024.11.01 06:54:27.612161 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6635 | 2024.11.01 06:54:27.612175 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42986, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6636 | 2024.11.01 06:54:27.612204 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6637 | 2024.11.01 06:54:27.612256 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 6638 | 2024.11.01 06:54:27.612308 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6639 | 2024.11.01 06:54:27.612371 [ 297 ] {} <Debug> HTTP-Session: c53fdc41-abc8-4920-bc6c-6a1882415549 Authenticating user 'default' from [fd00:1122:3344:101::d]:42986 | ||
| 6640 | 2024.11.01 06:54:27.612463 [ 297 ] {} <Debug> HTTP-Session: c53fdc41-abc8-4920-bc6c-6a1882415549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6641 | 2024.11.01 06:54:27.612538 [ 297 ] {} <Debug> HTTP-Session: c53fdc41-abc8-4920-bc6c-6a1882415549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6642 | 2024.11.01 06:54:27.612595 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 6643 | 2024.11.01 06:54:27.612623 [ 297 ] {} <Trace> HTTP-Session: c53fdc41-abc8-4920-bc6c-6a1882415549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6644 | 2024.11.01 06:54:27.612744 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 6645 | 2024.11.01 06:54:27.612855 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 421 rows starting from the beginning of the part | ||
| 6646 | 2024.11.01 06:54:27.612948 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42986) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6647 | 2024.11.01 06:54:27.612991 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 6648 | 2024.11.01 06:54:27.613055 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6649 | 2024.11.01 06:54:27.613184 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 6650 | 2024.11.01 06:54:27.613821 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6651 | 2024.11.01 06:54:27.614387 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6652 | 2024.11.01 06:54:27.614432 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6653 | 2024.11.01 06:54:27.615020 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6654 | 2024.11.01 06:54:27.615294 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1590 rows, containing 5 columns (5 merged, 0 gathered) in 0.003631685 sec., 437813.30153909273 rows/sec., 33.74 MiB/sec. | ||
| 6655 | 2024.11.01 06:54:27.615460 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6656 | 2024.11.01 06:54:27.615546 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2024.11.01 06:54:27.615717 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6658 | 2024.11.01 06:54:27.615799 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2024.11.01 06:54:27.615811 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003032 sec., 52770.44854881267 rows/sec., 3.68 MiB/sec. | ||
| 6660 | 2024.11.01 06:54:27.615858 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6661 | 2024.11.01 06:54:27.616523 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6662 | 2024.11.01 06:54:27.616540 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Debug> DynamicQueryHandler: Done processing query | ||
| 6663 | 2024.11.01 06:54:27.616607 [ 297 ] {d3bdafb5-77f5-4a78-9645-b752e0bad304} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6664 | 2024.11.01 06:54:27.616675 [ 297 ] {} <Debug> HTTP-Session: c53fdc41-abc8-4920-bc6c-6a1882415549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6665 | 2024.11.01 06:54:27.616843 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2024.11.01 06:54:27.616969 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6667 | 2024.11.01 06:54:27.617047 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6668 | 2024.11.01 06:54:27.617097 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_36_7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6669 | 2024.11.01 06:54:27.617183 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6856 rows starting from the beginning of the part | ||
| 6670 | 2024.11.01 06:54:27.617207 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40016, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6671 | 2024.11.01 06:54:27.617400 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 6672 | 2024.11.01 06:54:27.617472 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6673 | 2024.11.01 06:54:27.617595 [ 298 ] {} <Debug> HTTP-Session: d7cb6285-3b9c-4d1a-9567-287f0794b92d Authenticating user 'default' from [fd00:1122:3344:101::d]:40016 | ||
| 6674 | 2024.11.01 06:54:27.617675 [ 298 ] {} <Debug> HTTP-Session: d7cb6285-3b9c-4d1a-9567-287f0794b92d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6675 | 2024.11.01 06:54:27.617735 [ 298 ] {} <Debug> HTTP-Session: d7cb6285-3b9c-4d1a-9567-287f0794b92d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6676 | 2024.11.01 06:54:27.617751 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 128 rows starting from the beginning of the part | ||
| 6677 | 2024.11.01 06:54:27.617827 [ 298 ] {} <Trace> HTTP-Session: d7cb6285-3b9c-4d1a-9567-287f0794b92d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6678 | 2024.11.01 06:54:27.618014 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6679 | 2024.11.01 06:54:27.618318 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6680 | 2024.11.01 06:54:27.618314 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40016) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6681 | 2024.11.01 06:54:27.618545 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6682 | 2024.11.01 06:54:27.618588 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 128 rows starting from the beginning of the part | ||
| 6683 | 2024.11.01 06:54:27.619093 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 6684 | 2024.11.01 06:54:27.619485 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6685 | 2024.11.01 06:54:27.620370 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6686 | 2024.11.01 06:54:27.620408 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6687 | 2024.11.01 06:54:27.621050 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6688 | 2024.11.01 06:54:27.622030 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2024.11.01 06:54:27.622274 [ 23 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6690 | 2024.11.01 06:54:27.622286 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004211 sec., 14248.397055331274 rows/sec., 983.29 KiB/sec. | ||
| 6691 | 2024.11.01 06:54:27.622337 [ 23 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6692 | 2024.11.01 06:54:27.622412 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6693 | 2024.11.01 06:54:27.622747 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6694 | 2024.11.01 06:54:27.622785 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6695 | 2024.11.01 06:54:27.622834 [ 298 ] {7021ab36-d0af-4627-8fc8-ba61ba1d57b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6696 | 2024.11.01 06:54:27.622880 [ 298 ] {} <Debug> HTTP-Session: d7cb6285-3b9c-4d1a-9567-287f0794b92d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6697 | 2024.11.01 06:54:27.623060 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6698 | 2024.11.01 06:54:27.623096 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1866 rows starting from the beginning of the part | ||
| 6699 | 2024.11.01 06:54:27.623281 [ 298 ] {} <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) | ||
| 6700 | 2024.11.01 06:54:27.623364 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 6701 | 2024.11.01 06:54:27.623582 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6702 | 2024.11.01 06:54:27.623742 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6703 | 2024.11.01 06:54:27.623852 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6704 | 2024.11.01 06:54:27.624108 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 6705 | 2024.11.01 06:54:27.624627 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7669 rows, containing 5 columns (5 merged, 0 gathered) in 0.008605412 sec., 891183.3622841068 rows/sec., 60.71 MiB/sec. | ||
| 6706 | 2024.11.01 06:54:27.625062 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6707 | 2024.11.01 06:54:27.625673 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6708 | 2024.11.01 06:54:27.625782 [ 197 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6709 | 2024.11.01 06:54:27.625935 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 6710 | 2024.11.01 06:54:27.626031 [ 186 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 4 columns (4 merged, 0 gathered) in 0.003368872 sec., 642351.5051922423 rows/sec., 42.30 MiB/sec. | ||
| 6711 | 2024.11.01 06:54:27.626294 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6712 | 2024.11.01 06:54:27.626715 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6713 | 2024.11.01 06:54:27.626794 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_36_7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6714 | 2024.11.01 06:54:27.626881 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 6715 | 2024.11.01 06:54:31.064573 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 638 | ||
| 6716 | 2024.11.01 06:54:31.067198 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2024.11.01 06:54:31.067248 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6718 | 2024.11.01 06:54:31.068750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6719 | 2024.11.01 06:54:31.069745 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2024.11.01 06:54:31.070863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 638 | ||
| 6721 | 2024.11.01 06:54:32.608198 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61715, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6722 | 2024.11.01 06:54:32.608324 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6723 | 2024.11.01 06:54:32.608348 [ 296 ] {} <Debug> HTTP-Session: 30242bb8-bce0-4b73-bec5-98830e128916 Authenticating user 'default' from [fd00:1122:3344:101::d]:61715 | ||
| 6724 | 2024.11.01 06:54:32.608372 [ 296 ] {} <Debug> HTTP-Session: 30242bb8-bce0-4b73-bec5-98830e128916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6725 | 2024.11.01 06:54:32.608387 [ 296 ] {} <Debug> HTTP-Session: 30242bb8-bce0-4b73-bec5-98830e128916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6726 | 2024.11.01 06:54:32.608438 [ 296 ] {} <Trace> HTTP-Session: 30242bb8-bce0-4b73-bec5-98830e128916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2024.11.01 06:54:32.608694 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61715) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6728 | 2024.11.01 06:54:32.608762 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6729 | 2024.11.01 06:54:32.609090 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6730 | 2024.11.01 06:54:32.609762 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6731 | 2024.11.01 06:54:32.609804 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6732 | 2024.11.01 06:54:32.610233 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6733 | 2024.11.01 06:54:32.610624 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6734 | 2024.11.01 06:54:32.610802 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.00222 sec., 120270.27027027027 rows/sec., 10.70 MiB/sec. | ||
| 6735 | 2024.11.01 06:54:32.611195 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6736 | 2024.11.01 06:54:32.611221 [ 296 ] {fc3dd76e-c2b8-4dc5-b9bf-c289801a4e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6737 | 2024.11.01 06:54:32.611238 [ 296 ] {} <Debug> HTTP-Session: 30242bb8-bce0-4b73-bec5-98830e128916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6738 | 2024.11.01 06:54:32.611472 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6739 | 2024.11.01 06:54:32.611616 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45372, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6740 | 2024.11.01 06:54:32.611727 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6741 | 2024.11.01 06:54:32.611752 [ 297 ] {} <Debug> HTTP-Session: cb313167-10f2-43f7-a726-939eaac33833 Authenticating user 'default' from [fd00:1122:3344:101::d]:45372 | ||
| 6742 | 2024.11.01 06:54:32.611776 [ 297 ] {} <Debug> HTTP-Session: cb313167-10f2-43f7-a726-939eaac33833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6743 | 2024.11.01 06:54:32.611792 [ 297 ] {} <Debug> HTTP-Session: cb313167-10f2-43f7-a726-939eaac33833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6744 | 2024.11.01 06:54:32.611848 [ 297 ] {} <Trace> HTTP-Session: cb313167-10f2-43f7-a726-939eaac33833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2024.11.01 06:54:32.612034 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45372) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6746 | 2024.11.01 06:54:32.612102 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6747 | 2024.11.01 06:54:32.612442 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6748 | 2024.11.01 06:54:32.612874 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6749 | 2024.11.01 06:54:32.612916 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6750 | 2024.11.01 06:54:32.613343 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6751 | 2024.11.01 06:54:32.613742 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6752 | 2024.11.01 06:54:32.613900 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001931 sec., 20196.78922837908 rows/sec., 1.48 MiB/sec. | ||
| 6753 | 2024.11.01 06:54:32.614274 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6754 | 2024.11.01 06:54:32.614302 [ 297 ] {06b395eb-fc16-4527-bdd2-ee10b778f52c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6755 | 2024.11.01 06:54:32.614319 [ 297 ] {} <Debug> HTTP-Session: cb313167-10f2-43f7-a726-939eaac33833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6756 | 2024.11.01 06:54:32.614557 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61715, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6757 | 2024.11.01 06:54:32.614581 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45372, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6758 | 2024.11.01 06:54:32.614657 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6759 | 2024.11.01 06:54:32.614689 [ 296 ] {} <Debug> HTTP-Session: 09259040-3649-472c-b0ff-6ce45d172d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:61715 | ||
| 6760 | 2024.11.01 06:54:32.614723 [ 296 ] {} <Debug> HTTP-Session: 09259040-3649-472c-b0ff-6ce45d172d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6761 | 2024.11.01 06:54:32.614740 [ 296 ] {} <Debug> HTTP-Session: 09259040-3649-472c-b0ff-6ce45d172d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6762 | 2024.11.01 06:54:32.614795 [ 296 ] {} <Trace> HTTP-Session: 09259040-3649-472c-b0ff-6ce45d172d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6763 | 2024.11.01 06:54:32.614910 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61715) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6764 | 2024.11.01 06:54:32.614958 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6765 | 2024.11.01 06:54:32.615216 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6766 | 2024.11.01 06:54:32.615541 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6767 | 2024.11.01 06:54:32.615578 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6768 | 2024.11.01 06:54:32.615934 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6769 | 2024.11.01 06:54:32.616302 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6770 | 2024.11.01 06:54:32.616464 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 6771 | 2024.11.01 06:54:32.616636 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Debug> DynamicQueryHandler: Done processing query | ||
| 6772 | 2024.11.01 06:54:32.616661 [ 296 ] {d0c4d4e7-84f6-4150-a8c1-2b686c92db19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6773 | 2024.11.01 06:54:32.616677 [ 296 ] {} <Debug> HTTP-Session: 09259040-3649-472c-b0ff-6ce45d172d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6774 | 2024.11.01 06:54:32.616830 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6775 | 2024.11.01 06:54:32.616941 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59662, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6776 | 2024.11.01 06:54:32.617018 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6777 | 2024.11.01 06:54:32.617045 [ 297 ] {} <Debug> HTTP-Session: 7fe9315a-3649-4b5a-8415-38c29423b9b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59662 | ||
| 6778 | 2024.11.01 06:54:32.617068 [ 297 ] {} <Debug> HTTP-Session: 7fe9315a-3649-4b5a-8415-38c29423b9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6779 | 2024.11.01 06:54:32.617085 [ 297 ] {} <Debug> HTTP-Session: 7fe9315a-3649-4b5a-8415-38c29423b9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6780 | 2024.11.01 06:54:32.617135 [ 297 ] {} <Trace> HTTP-Session: 7fe9315a-3649-4b5a-8415-38c29423b9b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6781 | 2024.11.01 06:54:32.617273 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59662) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6782 | 2024.11.01 06:54:32.617332 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6783 | 2024.11.01 06:54:32.617650 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6784 | 2024.11.01 06:54:32.617991 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2024.11.01 06:54:32.618028 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6786 | 2024.11.01 06:54:32.618397 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6787 | 2024.11.01 06:54:32.618780 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2024.11.01 06:54:32.618919 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001682 sec., 3567.1819262782406 rows/sec., 210.76 KiB/sec. | ||
| 6789 | 2024.11.01 06:54:32.619151 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Debug> DynamicQueryHandler: Done processing query | ||
| 6790 | 2024.11.01 06:54:32.619176 [ 297 ] {93f82740-d673-4a80-99a8-f6f6513d8d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6791 | 2024.11.01 06:54:32.619192 [ 297 ] {} <Debug> HTTP-Session: 7fe9315a-3649-4b5a-8415-38c29423b9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6792 | 2024.11.01 06:54:32.619438 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6793 | 2024.11.01 06:54:32.619600 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6794 | 2024.11.01 06:54:32.619672 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6795 | 2024.11.01 06:54:32.619695 [ 298 ] {} <Debug> HTTP-Session: 5131ebf4-0bb0-4c5d-99f2-7a6283c005e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39662 | ||
| 6796 | 2024.11.01 06:54:32.619717 [ 298 ] {} <Debug> HTTP-Session: 5131ebf4-0bb0-4c5d-99f2-7a6283c005e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6797 | 2024.11.01 06:54:32.619735 [ 298 ] {} <Debug> HTTP-Session: 5131ebf4-0bb0-4c5d-99f2-7a6283c005e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6798 | 2024.11.01 06:54:32.619778 [ 298 ] {} <Trace> HTTP-Session: 5131ebf4-0bb0-4c5d-99f2-7a6283c005e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6799 | 2024.11.01 06:54:32.620053 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39662) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6800 | 2024.11.01 06:54:32.620102 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6801 | 2024.11.01 06:54:32.620362 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6802 | 2024.11.01 06:54:32.620928 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2024.11.01 06:54:32.620965 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6804 | 2024.11.01 06:54:32.621342 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6805 | 2024.11.01 06:54:32.621724 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2024.11.01 06:54:32.621883 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001982 sec., 212411.70534813323 rows/sec., 15.18 MiB/sec. | ||
| 6807 | 2024.11.01 06:54:32.622067 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6808 | 2024.11.01 06:54:32.622090 [ 298 ] {85515933-a0c9-4c53-aa7f-cfb9920cb3f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6809 | 2024.11.01 06:54:32.622106 [ 298 ] {} <Debug> HTTP-Session: 5131ebf4-0bb0-4c5d-99f2-7a6283c005e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6810 | 2024.11.01 06:54:32.622290 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59662, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6811 | 2024.11.01 06:54:32.622308 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6812 | 2024.11.01 06:54:32.622379 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6813 | 2024.11.01 06:54:32.622419 [ 297 ] {} <Debug> HTTP-Session: dd795860-6dbe-4355-af9a-0cee8b5867ae Authenticating user 'default' from [fd00:1122:3344:101::d]:59662 | ||
| 6814 | 2024.11.01 06:54:32.622440 [ 297 ] {} <Debug> HTTP-Session: dd795860-6dbe-4355-af9a-0cee8b5867ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6815 | 2024.11.01 06:54:32.622470 [ 297 ] {} <Debug> HTTP-Session: dd795860-6dbe-4355-af9a-0cee8b5867ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6816 | 2024.11.01 06:54:32.622518 [ 297 ] {} <Trace> HTTP-Session: dd795860-6dbe-4355-af9a-0cee8b5867ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6817 | 2024.11.01 06:54:32.622646 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59662) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6818 | 2024.11.01 06:54:32.622702 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6819 | 2024.11.01 06:54:32.622875 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6820 | 2024.11.01 06:54:32.623146 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2024.11.01 06:54:32.623183 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6822 | 2024.11.01 06:54:32.623548 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6823 | 2024.11.01 06:54:32.623879 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2024.11.01 06:54:32.624007 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. | ||
| 6825 | 2024.11.01 06:54:32.624172 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Debug> DynamicQueryHandler: Done processing query | ||
| 6826 | 2024.11.01 06:54:32.624196 [ 297 ] {33d49cf2-3af6-4ffa-8944-4df463714afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6827 | 2024.11.01 06:54:32.624212 [ 297 ] {} <Debug> HTTP-Session: dd795860-6dbe-4355-af9a-0cee8b5867ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.11.01 06:54:32.624382 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6829 | 2024.11.01 06:54:32.624465 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52763, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6830 | 2024.11.01 06:54:32.624522 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6831 | 2024.11.01 06:54:32.624549 [ 298 ] {} <Debug> HTTP-Session: ff73ed89-9ed8-4f91-836d-9a7d2fb106ea Authenticating user 'default' from [fd00:1122:3344:101::d]:52763 | ||
| 6832 | 2024.11.01 06:54:32.624572 [ 298 ] {} <Debug> HTTP-Session: ff73ed89-9ed8-4f91-836d-9a7d2fb106ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6833 | 2024.11.01 06:54:32.624587 [ 298 ] {} <Debug> HTTP-Session: ff73ed89-9ed8-4f91-836d-9a7d2fb106ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6834 | 2024.11.01 06:54:32.624626 [ 298 ] {} <Trace> HTTP-Session: ff73ed89-9ed8-4f91-836d-9a7d2fb106ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6835 | 2024.11.01 06:54:32.624838 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52763) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6836 | 2024.11.01 06:54:32.624888 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6837 | 2024.11.01 06:54:32.625068 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6838 | 2024.11.01 06:54:32.625483 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2024.11.01 06:54:32.625516 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6840 | 2024.11.01 06:54:32.625880 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6841 | 2024.11.01 06:54:32.626206 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2024.11.01 06:54:32.626414 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
| 6843 | 2024.11.01 06:54:32.626581 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 6844 | 2024.11.01 06:54:32.626604 [ 298 ] {ab18f103-98fe-4d37-a512-6846a970d6ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6845 | 2024.11.01 06:54:32.626620 [ 298 ] {} <Debug> HTTP-Session: ff73ed89-9ed8-4f91-836d-9a7d2fb106ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6846 | 2024.11.01 06:54:32.626769 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6847 | 2024.11.01 06:54:32.626850 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6848 | 2024.11.01 06:54:32.626926 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6849 | 2024.11.01 06:54:32.626950 [ 297 ] {} <Debug> HTTP-Session: 5a0af66b-18e5-47a6-b0a9-0feac27ab80c Authenticating user 'default' from [fd00:1122:3344:101::d]:39563 | ||
| 6850 | 2024.11.01 06:54:32.626971 [ 297 ] {} <Debug> HTTP-Session: 5a0af66b-18e5-47a6-b0a9-0feac27ab80c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6851 | 2024.11.01 06:54:32.626988 [ 297 ] {} <Debug> HTTP-Session: 5a0af66b-18e5-47a6-b0a9-0feac27ab80c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6852 | 2024.11.01 06:54:32.627033 [ 297 ] {} <Trace> HTTP-Session: 5a0af66b-18e5-47a6-b0a9-0feac27ab80c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6853 | 2024.11.01 06:54:32.627167 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39563) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6854 | 2024.11.01 06:54:32.627225 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6855 | 2024.11.01 06:54:32.627415 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6856 | 2024.11.01 06:54:32.627716 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6857 | 2024.11.01 06:54:32.627760 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6858 | 2024.11.01 06:54:32.628118 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6859 | 2024.11.01 06:54:32.628443 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2024.11.01 06:54:32.628585 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
| 6861 | 2024.11.01 06:54:32.628756 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6862 | 2024.11.01 06:54:32.628780 [ 297 ] {3904b15d-f974-478b-b9c1-c38a6353168c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6863 | 2024.11.01 06:54:32.628796 [ 297 ] {} <Debug> HTTP-Session: 5a0af66b-18e5-47a6-b0a9-0feac27ab80c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6864 | 2024.11.01 06:54:32.629054 [ 297 ] {} <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) | ||
| 6865 | 2024.11.01 06:54:32.629140 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46471, User-Agent: (none), Length: 65510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6866 | 2024.11.01 06:54:32.629216 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6867 | 2024.11.01 06:54:32.629244 [ 298 ] {} <Debug> HTTP-Session: 8af3df93-ef5f-4bff-a186-8babd61c3e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:46471 | ||
| 6868 | 2024.11.01 06:54:32.629266 [ 298 ] {} <Debug> HTTP-Session: 8af3df93-ef5f-4bff-a186-8babd61c3e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6869 | 2024.11.01 06:54:32.629283 [ 298 ] {} <Debug> HTTP-Session: 8af3df93-ef5f-4bff-a186-8babd61c3e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6870 | 2024.11.01 06:54:32.629329 [ 298 ] {} <Trace> HTTP-Session: 8af3df93-ef5f-4bff-a186-8babd61c3e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6871 | 2024.11.01 06:54:32.630351 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46471) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6872 | 2024.11.01 06:54:32.630434 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <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 | ||
| 6873 | 2024.11.01 06:54:32.630932 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6874 | 2024.11.01 06:54:32.631956 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6875 | 2024.11.01 06:54:32.631993 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6876 | 2024.11.01 06:54:32.632659 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6877 | 2024.11.01 06:54:32.633076 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6878 | 2024.11.01 06:54:32.633249 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 6879 | 2024.11.01 06:54:32.633274 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003819 sec., 10212.097407698351 rows/sec., 18.30 MiB/sec. | ||
| 6880 | 2024.11.01 06:54:32.633332 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6881 | 2024.11.01 06:54:32.633399 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6882 | 2024.11.01 06:54:32.633685 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 6883 | 2024.11.01 06:54:32.633779 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Debug> DynamicQueryHandler: Done processing query | ||
| 6884 | 2024.11.01 06:54:32.633827 [ 298 ] {239f47c0-7662-46e6-ad57-2ceaf447b057} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 6885 | 2024.11.01 06:54:32.633866 [ 298 ] {} <Debug> HTTP-Session: 8af3df93-ef5f-4bff-a186-8babd61c3e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6886 | 2024.11.01 06:54:32.634124 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6887 | 2024.11.01 06:54:32.634328 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50246, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6888 | 2024.11.01 06:54:32.634417 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6889 | 2024.11.01 06:54:32.634530 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6890 | 2024.11.01 06:54:32.634582 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 254 rows starting from the beginning of the part | ||
| 6891 | 2024.11.01 06:54:32.634602 [ 297 ] {} <Debug> HTTP-Session: f91506c6-face-4619-80c6-c7071cb843e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50246 | ||
| 6892 | 2024.11.01 06:54:32.634685 [ 297 ] {} <Debug> HTTP-Session: f91506c6-face-4619-80c6-c7071cb843e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6893 | 2024.11.01 06:54:32.634749 [ 297 ] {} <Debug> HTTP-Session: f91506c6-face-4619-80c6-c7071cb843e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6894 | 2024.11.01 06:54:32.634929 [ 297 ] {} <Trace> HTTP-Session: f91506c6-face-4619-80c6-c7071cb843e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.11.01 06:54:32.635260 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 6896 | 2024.11.01 06:54:32.635319 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50246) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6897 | 2024.11.01 06:54:32.635440 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6898 | 2024.11.01 06:54:32.636007 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 6899 | 2024.11.01 06:54:32.636371 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6900 | 2024.11.01 06:54:32.636825 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 6901 | 2024.11.01 06:54:32.637559 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 6902 | 2024.11.01 06:54:32.637739 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2024.11.01 06:54:32.637834 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6904 | 2024.11.01 06:54:32.638274 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 6905 | 2024.11.01 06:54:32.639327 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6906 | 2024.11.01 06:54:32.640146 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6907 | 2024.11.01 06:54:32.640459 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005257 sec., 15598.24995244436 rows/sec., 1014.46 KiB/sec. | ||
| 6908 | 2024.11.01 06:54:32.640688 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Debug> DynamicQueryHandler: Done processing query | ||
| 6909 | 2024.11.01 06:54:32.640713 [ 297 ] {001311bc-b5e2-4f81-89de-70027a715cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6910 | 2024.11.01 06:54:32.640729 [ 297 ] {} <Debug> HTTP-Session: f91506c6-face-4619-80c6-c7071cb843e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6911 | 2024.11.01 06:54:32.641521 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6912 | 2024.11.01 06:54:32.643600 [ 199 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 449 rows, containing 19 columns (19 merged, 0 gathered) in 0.010079866 sec., 44544.24294926143 rows/sec., 79.82 MiB/sec. | ||
| 6913 | 2024.11.01 06:54:32.644326 [ 186 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 6914 | 2024.11.01 06:54:32.644986 [ 186 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6915 | 2024.11.01 06:54:32.645071 [ 186 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 6916 | 2024.11.01 06:54:32.645191 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
| 6917 | 2024.11.01 06:54:37.601359 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6918 | 2024.11.01 06:54:37.601504 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6919 | 2024.11.01 06:54:37.601533 [ 297 ] {} <Debug> HTTP-Session: 92493a46-cc25-488a-bfcf-d6e392753cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48971 | ||
| 6920 | 2024.11.01 06:54:37.601561 [ 297 ] {} <Debug> HTTP-Session: 92493a46-cc25-488a-bfcf-d6e392753cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6921 | 2024.11.01 06:54:37.601579 [ 297 ] {} <Debug> HTTP-Session: 92493a46-cc25-488a-bfcf-d6e392753cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6922 | 2024.11.01 06:54:37.601638 [ 297 ] {} <Trace> HTTP-Session: 92493a46-cc25-488a-bfcf-d6e392753cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6923 | 2024.11.01 06:54:37.601843 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48971) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6924 | 2024.11.01 06:54:37.601919 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6925 | 2024.11.01 06:54:37.602269 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6926 | 2024.11.01 06:54:37.602661 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2024.11.01 06:54:37.602705 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6928 | 2024.11.01 06:54:37.603117 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 6929 | 2024.11.01 06:54:37.603524 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6930 | 2024.11.01 06:54:37.603729 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001932 sec., 6211.180124223602 rows/sec., 506.48 KiB/sec. | ||
| 6931 | 2024.11.01 06:54:37.604129 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 6932 | 2024.11.01 06:54:37.604157 [ 297 ] {53382c42-3b9c-4118-893d-be01c0f510ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6933 | 2024.11.01 06:54:37.604174 [ 297 ] {} <Debug> HTTP-Session: 92493a46-cc25-488a-bfcf-d6e392753cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6934 | 2024.11.01 06:54:37.604404 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6935 | 2024.11.01 06:54:37.604597 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62694, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6936 | 2024.11.01 06:54:37.604760 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6937 | 2024.11.01 06:54:37.604805 [ 298 ] {} <Debug> HTTP-Session: 8daa6190-4bef-47b7-a3f8-8ddf9173f5d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:62694 | ||
| 6938 | 2024.11.01 06:54:37.604845 [ 298 ] {} <Debug> HTTP-Session: 8daa6190-4bef-47b7-a3f8-8ddf9173f5d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6939 | 2024.11.01 06:54:37.604874 [ 298 ] {} <Debug> HTTP-Session: 8daa6190-4bef-47b7-a3f8-8ddf9173f5d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6940 | 2024.11.01 06:54:37.604960 [ 298 ] {} <Trace> HTTP-Session: 8daa6190-4bef-47b7-a3f8-8ddf9173f5d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2024.11.01 06:54:37.605178 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62694) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6942 | 2024.11.01 06:54:37.605244 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6943 | 2024.11.01 06:54:37.605583 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6944 | 2024.11.01 06:54:37.605991 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6945 | 2024.11.01 06:54:37.606032 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6946 | 2024.11.01 06:54:37.606440 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6947 | 2024.11.01 06:54:37.606845 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6948 | 2024.11.01 06:54:37.607024 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.001911 sec., 32443.746729461018 rows/sec., 2.48 MiB/sec. | ||
| 6949 | 2024.11.01 06:54:37.607382 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Debug> DynamicQueryHandler: Done processing query | ||
| 6950 | 2024.11.01 06:54:37.607414 [ 298 ] {387fbe69-b49e-4d19-bc63-b868821a7f62} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6951 | 2024.11.01 06:54:37.607431 [ 298 ] {} <Debug> HTTP-Session: 8daa6190-4bef-47b7-a3f8-8ddf9173f5d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6952 | 2024.11.01 06:54:37.607586 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6953 | 2024.11.01 06:54:37.607606 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6954 | 2024.11.01 06:54:37.607682 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6955 | 2024.11.01 06:54:37.607712 [ 297 ] {} <Debug> HTTP-Session: 0507d07d-540f-4adc-96f0-d46082f9f599 Authenticating user 'default' from [fd00:1122:3344:101::d]:48971 | ||
| 6956 | 2024.11.01 06:54:37.607731 [ 297 ] {} <Debug> HTTP-Session: 0507d07d-540f-4adc-96f0-d46082f9f599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6957 | 2024.11.01 06:54:37.607745 [ 297 ] {} <Debug> HTTP-Session: 0507d07d-540f-4adc-96f0-d46082f9f599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6958 | 2024.11.01 06:54:37.607800 [ 297 ] {} <Trace> HTTP-Session: 0507d07d-540f-4adc-96f0-d46082f9f599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6959 | 2024.11.01 06:54:37.607924 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48971) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6960 | 2024.11.01 06:54:37.607973 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6961 | 2024.11.01 06:54:37.608228 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6962 | 2024.11.01 06:54:37.608526 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6963 | 2024.11.01 06:54:37.608564 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6964 | 2024.11.01 06:54:37.608910 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6965 | 2024.11.01 06:54:37.609271 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6966 | 2024.11.01 06:54:37.609438 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001543 sec., 7777.057679844458 rows/sec., 543.03 KiB/sec. | ||
| 6967 | 2024.11.01 06:54:37.609607 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Debug> DynamicQueryHandler: Done processing query | ||
| 6968 | 2024.11.01 06:54:37.609631 [ 297 ] {4e83ec91-a596-4496-af22-e266c49e4030} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6969 | 2024.11.01 06:54:37.609647 [ 297 ] {} <Debug> HTTP-Session: 0507d07d-540f-4adc-96f0-d46082f9f599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6970 | 2024.11.01 06:54:37.609789 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6971 | 2024.11.01 06:54:37.609899 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51325, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6972 | 2024.11.01 06:54:37.609959 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6973 | 2024.11.01 06:54:37.609984 [ 298 ] {} <Debug> HTTP-Session: f740e42c-513a-497c-bb3c-dbe170226218 Authenticating user 'default' from [fd00:1122:3344:101::d]:51325 | ||
| 6974 | 2024.11.01 06:54:37.610004 [ 298 ] {} <Debug> HTTP-Session: f740e42c-513a-497c-bb3c-dbe170226218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6975 | 2024.11.01 06:54:37.610021 [ 298 ] {} <Debug> HTTP-Session: f740e42c-513a-497c-bb3c-dbe170226218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6976 | 2024.11.01 06:54:37.610066 [ 298 ] {} <Trace> HTTP-Session: f740e42c-513a-497c-bb3c-dbe170226218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6977 | 2024.11.01 06:54:37.610221 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51325) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6978 | 2024.11.01 06:54:37.610275 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6979 | 2024.11.01 06:54:37.610585 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6980 | 2024.11.01 06:54:37.611044 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6981 | 2024.11.01 06:54:37.611080 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6982 | 2024.11.01 06:54:37.611434 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6983 | 2024.11.01 06:54:37.611797 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6984 | 2024.11.01 06:54:37.611976 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001798 sec., 42269.187986651836 rows/sec., 3.31 MiB/sec. | ||
| 6985 | 2024.11.01 06:54:37.612313 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Debug> DynamicQueryHandler: Done processing query | ||
| 6986 | 2024.11.01 06:54:37.612381 [ 298 ] {f86b7f90-2503-4a71-8610-35fe28ab4c66} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6987 | 2024.11.01 06:54:37.612449 [ 298 ] {} <Debug> HTTP-Session: f740e42c-513a-497c-bb3c-dbe170226218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6988 | 2024.11.01 06:54:37.612719 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Length: 31755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6989 | 2024.11.01 06:54:37.612733 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6990 | 2024.11.01 06:54:37.612816 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6991 | 2024.11.01 06:54:37.612853 [ 297 ] {} <Debug> HTTP-Session: e880c90a-00df-4d47-bcd1-ed66603c94a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48971 | ||
| 6992 | 2024.11.01 06:54:37.612878 [ 297 ] {} <Debug> HTTP-Session: e880c90a-00df-4d47-bcd1-ed66603c94a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6993 | 2024.11.01 06:54:37.612901 [ 297 ] {} <Debug> HTTP-Session: e880c90a-00df-4d47-bcd1-ed66603c94a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6994 | 2024.11.01 06:54:37.612951 [ 297 ] {} <Trace> HTTP-Session: e880c90a-00df-4d47-bcd1-ed66603c94a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6995 | 2024.11.01 06:54:37.613153 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48971) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6996 | 2024.11.01 06:54:37.613214 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6997 | 2024.11.01 06:54:37.613427 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6998 | 2024.11.01 06:54:37.613881 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2024.11.01 06:54:37.613924 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7000 | 2024.11.01 06:54:37.614325 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7001 | 2024.11.01 06:54:37.614660 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2024.11.01 06:54:37.614823 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001761 sec., 94264.62237365133 rows/sec., 6.56 MiB/sec. | ||
| 7003 | 2024.11.01 06:54:37.614987 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Debug> DynamicQueryHandler: Done processing query | ||
| 7004 | 2024.11.01 06:54:37.615012 [ 297 ] {c9090de1-1b97-43ee-aba1-8817a719fb02} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7005 | 2024.11.01 06:54:37.615027 [ 297 ] {} <Debug> HTTP-Session: e880c90a-00df-4d47-bcd1-ed66603c94a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7006 | 2024.11.01 06:54:37.615238 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7007 | 2024.11.01 06:54:37.615377 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52790, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7008 | 2024.11.01 06:54:37.615481 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7009 | 2024.11.01 06:54:37.615521 [ 298 ] {} <Debug> HTTP-Session: 126bb9ba-446c-4bc1-8ae9-1607d972f32f Authenticating user 'default' from [fd00:1122:3344:101::d]:52790 | ||
| 7010 | 2024.11.01 06:54:37.615554 [ 298 ] {} <Debug> HTTP-Session: 126bb9ba-446c-4bc1-8ae9-1607d972f32f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7011 | 2024.11.01 06:54:37.615581 [ 298 ] {} <Debug> HTTP-Session: 126bb9ba-446c-4bc1-8ae9-1607d972f32f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7012 | 2024.11.01 06:54:37.615649 [ 298 ] {} <Trace> HTTP-Session: 126bb9ba-446c-4bc1-8ae9-1607d972f32f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2024.11.01 06:54:37.615904 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52790) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7014 | 2024.11.01 06:54:37.615992 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7015 | 2024.11.01 06:54:37.616167 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7016 | 2024.11.01 06:54:37.616477 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7017 | 2024.11.01 06:54:37.616517 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7018 | 2024.11.01 06:54:37.616886 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7019 | 2024.11.01 06:54:37.617216 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7020 | 2024.11.01 06:54:37.617390 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001585 sec., 37854.88958990536 rows/sec., 2.55 MiB/sec. | ||
| 7021 | 2024.11.01 06:54:37.617569 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7022 | 2024.11.01 06:54:37.617593 [ 298 ] {9745e57f-77a5-4b17-b402-72d06cefacfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7023 | 2024.11.01 06:54:37.617608 [ 298 ] {} <Debug> HTTP-Session: 126bb9ba-446c-4bc1-8ae9-1607d972f32f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7024 | 2024.11.01 06:54:37.617842 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7025 | 2024.11.01 06:54:38.907594 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7026 | 2024.11.01 06:54:39.204743 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7027 | 2024.11.01 06:54:39.244157 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7028 | 2024.11.01 06:54:39.249612 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7029 | 2024.11.01 06:54:39.328128 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7030 | 2024.11.01 06:54:39.351645 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7031 | 2024.11.01 06:54:39.357047 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7032 | 2024.11.01 06:54:39.380546 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7033 | 2024.11.01 06:54:40.892415 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7034 | 2024.11.01 06:54:40.892472 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7035 | 2024.11.01 06:54:41.071165 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 670 | ||
| 7036 | 2024.11.01 06:54:41.074067 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2024.11.01 06:54:41.074114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7038 | 2024.11.01 06:54:41.075588 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7039 | 2024.11.01 06:54:41.076551 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2024.11.01 06:54:41.077706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670 | ||
| 7041 | 2024.11.01 06:54:42.601542 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44146, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7042 | 2024.11.01 06:54:42.601675 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7043 | 2024.11.01 06:54:42.601704 [ 298 ] {} <Debug> HTTP-Session: b1b99071-5289-4a2e-ae90-d9e15cb315fe Authenticating user 'default' from [fd00:1122:3344:101::d]:44146 | ||
| 7044 | 2024.11.01 06:54:42.601733 [ 298 ] {} <Debug> HTTP-Session: b1b99071-5289-4a2e-ae90-d9e15cb315fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7045 | 2024.11.01 06:54:42.601750 [ 298 ] {} <Debug> HTTP-Session: b1b99071-5289-4a2e-ae90-d9e15cb315fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7046 | 2024.11.01 06:54:42.601806 [ 298 ] {} <Trace> HTTP-Session: b1b99071-5289-4a2e-ae90-d9e15cb315fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7047 | 2024.11.01 06:54:42.602015 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44146) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7048 | 2024.11.01 06:54:42.602087 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7049 | 2024.11.01 06:54:42.602418 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7050 | 2024.11.01 06:54:42.602912 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7051 | 2024.11.01 06:54:42.602952 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7052 | 2024.11.01 06:54:42.603389 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7053 | 2024.11.01 06:54:42.603774 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7054 | 2024.11.01 06:54:42.603921 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.18 MiB/sec. | ||
| 7055 | 2024.11.01 06:54:42.604124 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7056 | 2024.11.01 06:54:42.604150 [ 298 ] {412291bf-9c81-40c7-9796-a9716f883cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7057 | 2024.11.01 06:54:42.604167 [ 298 ] {} <Debug> HTTP-Session: b1b99071-5289-4a2e-ae90-d9e15cb315fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7058 | 2024.11.01 06:54:42.604411 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7059 | 2024.11.01 06:54:42.604594 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37099, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7060 | 2024.11.01 06:54:42.604667 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7061 | 2024.11.01 06:54:42.604692 [ 282 ] {} <Debug> HTTP-Session: c67ed235-58eb-4e9a-b8ed-61e8f2011a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:37099 | ||
| 7062 | 2024.11.01 06:54:42.604714 [ 282 ] {} <Debug> HTTP-Session: c67ed235-58eb-4e9a-b8ed-61e8f2011a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7063 | 2024.11.01 06:54:42.604731 [ 282 ] {} <Debug> HTTP-Session: c67ed235-58eb-4e9a-b8ed-61e8f2011a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7064 | 2024.11.01 06:54:42.604770 [ 282 ] {} <Trace> HTTP-Session: c67ed235-58eb-4e9a-b8ed-61e8f2011a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7065 | 2024.11.01 06:54:42.604922 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7066 | 2024.11.01 06:54:42.604977 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7067 | 2024.11.01 06:54:42.605258 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7068 | 2024.11.01 06:54:42.605694 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2024.11.01 06:54:42.605731 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7070 | 2024.11.01 06:54:42.606088 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7071 | 2024.11.01 06:54:42.606443 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2024.11.01 06:54:42.606569 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001698 sec., 37691.40164899882 rows/sec., 2.94 MiB/sec. | ||
| 7073 | 2024.11.01 06:54:42.606749 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7074 | 2024.11.01 06:54:42.606773 [ 282 ] {2a8131da-4c84-4e12-9f4a-549a9228c32f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7075 | 2024.11.01 06:54:42.606789 [ 282 ] {} <Debug> HTTP-Session: c67ed235-58eb-4e9a-b8ed-61e8f2011a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.11.01 06:54:42.606961 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44146, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7077 | 2024.11.01 06:54:42.606970 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7078 | 2024.11.01 06:54:42.607017 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7079 | 2024.11.01 06:54:42.607037 [ 298 ] {} <Debug> HTTP-Session: 56830982-1278-4043-8951-d7ba99dc22e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44146 | ||
| 7080 | 2024.11.01 06:54:42.607059 [ 298 ] {} <Debug> HTTP-Session: 56830982-1278-4043-8951-d7ba99dc22e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7081 | 2024.11.01 06:54:42.607074 [ 298 ] {} <Debug> HTTP-Session: 56830982-1278-4043-8951-d7ba99dc22e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7082 | 2024.11.01 06:54:42.607106 [ 298 ] {} <Trace> HTTP-Session: 56830982-1278-4043-8951-d7ba99dc22e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7083 | 2024.11.01 06:54:42.607256 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44146) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7084 | 2024.11.01 06:54:42.607302 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7085 | 2024.11.01 06:54:42.607446 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7086 | 2024.11.01 06:54:42.608392 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2024.11.01 06:54:42.608429 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7088 | 2024.11.01 06:54:42.608865 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7089 | 2024.11.01 06:54:42.609211 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2024.11.01 06:54:42.609350 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002161 sec., 74039.79639055992 rows/sec., 5.16 MiB/sec. | ||
| 7091 | 2024.11.01 06:54:42.609637 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7092 | 2024.11.01 06:54:42.609688 [ 298 ] {0df6797f-64e8-4b28-86b4-8e38de15c5cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7093 | 2024.11.01 06:54:42.609729 [ 298 ] {} <Debug> HTTP-Session: 56830982-1278-4043-8951-d7ba99dc22e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7094 | 2024.11.01 06:54:42.609898 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7095 | 2024.11.01 06:54:42.610016 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33226, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7096 | 2024.11.01 06:54:42.610071 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7097 | 2024.11.01 06:54:42.610091 [ 282 ] {} <Debug> HTTP-Session: 34e3d506-2670-4f8d-b521-97cecc2fd6c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33226 | ||
| 7098 | 2024.11.01 06:54:42.610107 [ 282 ] {} <Debug> HTTP-Session: 34e3d506-2670-4f8d-b521-97cecc2fd6c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7099 | 2024.11.01 06:54:42.610121 [ 282 ] {} <Debug> HTTP-Session: 34e3d506-2670-4f8d-b521-97cecc2fd6c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7100 | 2024.11.01 06:54:42.610159 [ 282 ] {} <Trace> HTTP-Session: 34e3d506-2670-4f8d-b521-97cecc2fd6c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7101 | 2024.11.01 06:54:42.610303 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33226) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7102 | 2024.11.01 06:54:42.610359 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7103 | 2024.11.01 06:54:42.610538 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7104 | 2024.11.01 06:54:42.610901 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7105 | 2024.11.01 06:54:42.610944 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7106 | 2024.11.01 06:54:42.611338 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7107 | 2024.11.01 06:54:42.611653 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7108 | 2024.11.01 06:54:42.611803 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 7109 | 2024.11.01 06:54:42.611986 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Debug> DynamicQueryHandler: Done processing query | ||
| 7110 | 2024.11.01 06:54:42.612011 [ 282 ] {38f61c95-6c55-4df0-88d0-b4a1d2316747} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7111 | 2024.11.01 06:54:42.612028 [ 282 ] {} <Debug> HTTP-Session: 34e3d506-2670-4f8d-b521-97cecc2fd6c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7112 | 2024.11.01 06:54:42.612283 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7113 | 2024.11.01 06:54:45.884168 [ 74 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 7114 | 2024.11.01 06:54:45.884259 [ 74 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7115 | 2024.11.01 06:54:45.884294 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7116 | 2024.11.01 06:54:45.884610 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 7117 | 2024.11.01 06:54:45.884958 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7118 | 2024.11.01 06:54:45.885026 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part | ||
| 7119 | 2024.11.01 06:54:45.885168 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 7120 | 2024.11.01 06:54:45.885348 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 7121 | 2024.11.01 06:54:45.885458 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 7122 | 2024.11.01 06:54:45.885532 [ 199 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 7123 | 2024.11.01 06:54:45.886542 [ 186 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.00215468 sec., 138767.70564538587 rows/sec., 9.45 MiB/sec. | ||
| 7124 | 2024.11.01 06:54:45.886782 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 7125 | 2024.11.01 06:54:45.887348 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.11.01 06:54:45.887436 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_14_3} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 7127 | 2024.11.01 06:54:45.887538 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7128 | 2024.11.01 06:54:47.606830 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44146, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7129 | 2024.11.01 06:54:47.606953 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7130 | 2024.11.01 06:54:47.606977 [ 298 ] {} <Debug> HTTP-Session: 5e73b048-8069-4a52-b89f-1f3d090f9a38 Authenticating user 'default' from [fd00:1122:3344:101::d]:44146 | ||
| 7131 | 2024.11.01 06:54:47.607002 [ 298 ] {} <Debug> HTTP-Session: 5e73b048-8069-4a52-b89f-1f3d090f9a38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7132 | 2024.11.01 06:54:47.607016 [ 298 ] {} <Debug> HTTP-Session: 5e73b048-8069-4a52-b89f-1f3d090f9a38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7133 | 2024.11.01 06:54:47.607066 [ 298 ] {} <Trace> HTTP-Session: 5e73b048-8069-4a52-b89f-1f3d090f9a38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7134 | 2024.11.01 06:54:47.607322 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44146) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7135 | 2024.11.01 06:54:47.607387 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7136 | 2024.11.01 06:54:47.607716 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7137 | 2024.11.01 06:54:47.608315 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2024.11.01 06:54:47.608358 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7139 | 2024.11.01 06:54:47.608843 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7140 | 2024.11.01 06:54:47.609333 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2024.11.01 06:54:47.609513 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002301 sec., 116036.50586701433 rows/sec., 10.33 MiB/sec. | ||
| 7142 | 2024.11.01 06:54:47.609728 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Debug> DynamicQueryHandler: Done processing query | ||
| 7143 | 2024.11.01 06:54:47.609753 [ 298 ] {ad1a4129-c784-4f60-bd4c-b921268bbdac} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7144 | 2024.11.01 06:54:47.609771 [ 298 ] {} <Debug> HTTP-Session: 5e73b048-8069-4a52-b89f-1f3d090f9a38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7145 | 2024.11.01 06:54:47.609943 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7146 | 2024.11.01 06:54:47.610046 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45815, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7147 | 2024.11.01 06:54:47.610107 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7148 | 2024.11.01 06:54:47.610127 [ 282 ] {} <Debug> HTTP-Session: 9665f950-6bf3-4a06-826c-c6af9354f123 Authenticating user 'default' from [fd00:1122:3344:101::d]:45815 | ||
| 7149 | 2024.11.01 06:54:47.610144 [ 282 ] {} <Debug> HTTP-Session: 9665f950-6bf3-4a06-826c-c6af9354f123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7150 | 2024.11.01 06:54:47.610158 [ 282 ] {} <Debug> HTTP-Session: 9665f950-6bf3-4a06-826c-c6af9354f123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7151 | 2024.11.01 06:54:47.610190 [ 282 ] {} <Trace> HTTP-Session: 9665f950-6bf3-4a06-826c-c6af9354f123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7152 | 2024.11.01 06:54:47.610303 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45815) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7153 | 2024.11.01 06:54:47.610355 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7154 | 2024.11.01 06:54:47.610633 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7155 | 2024.11.01 06:54:47.611042 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2024.11.01 06:54:47.611086 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7157 | 2024.11.01 06:54:47.611485 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7158 | 2024.11.01 06:54:47.611841 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2024.11.01 06:54:47.612014 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00173 sec., 22543.352601156068 rows/sec., 1.66 MiB/sec. | ||
| 7160 | 2024.11.01 06:54:47.612016 [ 71 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 7161 | 2024.11.01 06:54:47.612140 [ 71 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2024.11.01 06:54:47.612189 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7163 | 2024.11.01 06:54:47.612286 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7164 | 2024.11.01 06:54:47.612369 [ 282 ] {97e5a01a-e6cf-4c82-be22-0bb979249ea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7165 | 2024.11.01 06:54:47.612439 [ 282 ] {} <Debug> HTTP-Session: 9665f950-6bf3-4a06-826c-c6af9354f123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7166 | 2024.11.01 06:54:47.612636 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 7167 | 2024.11.01 06:54:47.612756 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7168 | 2024.11.01 06:54:47.612893 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47318, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7169 | 2024.11.01 06:54:47.613063 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7170 | 2024.11.01 06:54:47.613121 [ 298 ] {} <Debug> HTTP-Session: fedb2f61-86b7-4e2f-afb2-e2d80930e701 Authenticating user 'default' from [fd00:1122:3344:101::d]:47318 | ||
| 7171 | 2024.11.01 06:54:47.613172 [ 298 ] {} <Debug> HTTP-Session: fedb2f61-86b7-4e2f-afb2-e2d80930e701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7172 | 2024.11.01 06:54:47.613223 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7173 | 2024.11.01 06:54:47.613229 [ 298 ] {} <Debug> HTTP-Session: fedb2f61-86b7-4e2f-afb2-e2d80930e701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7174 | 2024.11.01 06:54:47.613297 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 57 rows starting from the beginning of the part | ||
| 7175 | 2024.11.01 06:54:47.613324 [ 298 ] {} <Trace> HTTP-Session: fedb2f61-86b7-4e2f-afb2-e2d80930e701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7176 | 2024.11.01 06:54:47.613471 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 7177 | 2024.11.01 06:54:47.613760 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47318) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7178 | 2024.11.01 06:54:47.613827 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 7179 | 2024.11.01 06:54:47.613956 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7180 | 2024.11.01 06:54:47.614185 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 7181 | 2024.11.01 06:54:47.614545 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 7182 | 2024.11.01 06:54:47.614848 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 7183 | 2024.11.01 06:54:47.615590 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7184 | 2024.11.01 06:54:47.616461 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2024.11.01 06:54:47.616537 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7186 | 2024.11.01 06:54:47.617683 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7187 | 2024.11.01 06:54:47.617766 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 225 rows, containing 5 columns (5 merged, 0 gathered) in 0.005507272 sec., 40855.07307429159 rows/sec., 3.13 MiB/sec. | ||
| 7188 | 2024.11.01 06:54:47.618082 [ 186 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 7189 | 2024.11.01 06:54:47.618343 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7190 | 2024.11.01 06:54:47.618758 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005219 sec., 2682.5062272465993 rows/sec., 187.87 KiB/sec. | ||
| 7191 | 2024.11.01 06:54:47.619221 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Debug> DynamicQueryHandler: Done processing query | ||
| 7192 | 2024.11.01 06:54:47.619267 [ 298 ] {709e7cb7-169d-4055-af79-11d301391d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7193 | 2024.11.01 06:54:47.619294 [ 186 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2024.11.01 06:54:47.619297 [ 298 ] {} <Debug> HTTP-Session: fedb2f61-86b7-4e2f-afb2-e2d80930e701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7195 | 2024.11.01 06:54:47.619426 [ 186 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_20_4} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 7196 | 2024.11.01 06:54:47.619581 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7197 | 2024.11.01 06:54:47.619595 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7198 | 2024.11.01 06:54:47.619609 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64035, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7199 | 2024.11.01 06:54:47.619699 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7200 | 2024.11.01 06:54:47.619723 [ 282 ] {} <Debug> HTTP-Session: 26c45470-0a27-454b-9d46-5a30348ae432 Authenticating user 'default' from [fd00:1122:3344:101::d]:64035 | ||
| 7201 | 2024.11.01 06:54:47.619740 [ 282 ] {} <Debug> HTTP-Session: 26c45470-0a27-454b-9d46-5a30348ae432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7202 | 2024.11.01 06:54:47.619754 [ 282 ] {} <Debug> HTTP-Session: 26c45470-0a27-454b-9d46-5a30348ae432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7203 | 2024.11.01 06:54:47.619785 [ 282 ] {} <Trace> HTTP-Session: 26c45470-0a27-454b-9d46-5a30348ae432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2024.11.01 06:54:47.619886 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64035) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7205 | 2024.11.01 06:54:47.619931 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7206 | 2024.11.01 06:54:47.620179 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7207 | 2024.11.01 06:54:47.620495 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2024.11.01 06:54:47.620532 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7209 | 2024.11.01 06:54:47.620890 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7210 | 2024.11.01 06:54:47.621256 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7211 | 2024.11.01 06:54:47.621407 [ 71 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7212 | 2024.11.01 06:54:47.621423 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 228.85 KiB/sec. | ||
| 7213 | 2024.11.01 06:54:47.621461 [ 71 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7214 | 2024.11.01 06:54:47.621529 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7215 | 2024.11.01 06:54:47.621873 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 7216 | 2024.11.01 06:54:47.621886 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Debug> DynamicQueryHandler: Done processing query | ||
| 7217 | 2024.11.01 06:54:47.621971 [ 282 ] {1451416c-ac0e-41b9-8bf5-8151b2c66b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7218 | 2024.11.01 06:54:47.622026 [ 282 ] {} <Debug> HTTP-Session: 26c45470-0a27-454b-9d46-5a30348ae432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7219 | 2024.11.01 06:54:47.622167 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7220 | 2024.11.01 06:54:47.622205 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 7221 | 2024.11.01 06:54:47.622441 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 7222 | 2024.11.01 06:54:47.622441 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7223 | 2024.11.01 06:54:47.622584 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49314, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7224 | 2024.11.01 06:54:47.622832 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7225 | 2024.11.01 06:54:47.622890 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 7226 | 2024.11.01 06:54:47.622896 [ 298 ] {} <Debug> HTTP-Session: ef89c147-6076-425a-a39e-ba02e69ab92b Authenticating user 'default' from [fd00:1122:3344:101::d]:49314 | ||
| 7227 | 2024.11.01 06:54:47.622970 [ 298 ] {} <Debug> HTTP-Session: ef89c147-6076-425a-a39e-ba02e69ab92b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7228 | 2024.11.01 06:54:47.623050 [ 298 ] {} <Debug> HTTP-Session: ef89c147-6076-425a-a39e-ba02e69ab92b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7229 | 2024.11.01 06:54:47.623220 [ 298 ] {} <Trace> HTTP-Session: ef89c147-6076-425a-a39e-ba02e69ab92b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7230 | 2024.11.01 06:54:47.623239 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 7231 | 2024.11.01 06:54:47.623575 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 7232 | 2024.11.01 06:54:47.623690 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49314) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7233 | 2024.11.01 06:54:47.623869 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7234 | 2024.11.01 06:54:47.624411 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7235 | 2024.11.01 06:54:47.625276 [ 186 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003621454 sec., 8283.965501149538 rows/sec., 525.84 KiB/sec. | ||
| 7236 | 2024.11.01 06:54:47.625315 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2024.11.01 06:54:47.625381 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7238 | 2024.11.01 06:54:47.625446 [ 186 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7239 | 2024.11.01 06:54:47.626473 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7240 | 2024.11.01 06:54:47.626582 [ 186 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_13_3} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7241 | 2024.11.01 06:54:47.626738 [ 186 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_13_3} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7242 | 2024.11.01 06:54:47.626966 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7243 | 2024.11.01 06:54:47.627206 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2024.11.01 06:54:47.627408 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003918 sec., 107452.7820316488 rows/sec., 7.68 MiB/sec. | ||
| 7245 | 2024.11.01 06:54:47.627623 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7246 | 2024.11.01 06:54:47.627648 [ 298 ] {10f13f48-6d3d-4710-9bb7-6797e7eb0d1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7247 | 2024.11.01 06:54:47.627664 [ 298 ] {} <Debug> HTTP-Session: ef89c147-6076-425a-a39e-ba02e69ab92b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7248 | 2024.11.01 06:54:47.627823 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7249 | 2024.11.01 06:54:47.627918 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60943, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7250 | 2024.11.01 06:54:47.627980 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7251 | 2024.11.01 06:54:47.628003 [ 282 ] {} <Debug> HTTP-Session: aeb2636e-2e7d-4195-a82f-e4a5c2f697ac Authenticating user 'default' from [fd00:1122:3344:101::d]:60943 | ||
| 7252 | 2024.11.01 06:54:47.628023 [ 282 ] {} <Debug> HTTP-Session: aeb2636e-2e7d-4195-a82f-e4a5c2f697ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7253 | 2024.11.01 06:54:47.628040 [ 282 ] {} <Debug> HTTP-Session: aeb2636e-2e7d-4195-a82f-e4a5c2f697ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7254 | 2024.11.01 06:54:47.628078 [ 282 ] {} <Trace> HTTP-Session: aeb2636e-2e7d-4195-a82f-e4a5c2f697ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7255 | 2024.11.01 06:54:47.628194 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60943) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7256 | 2024.11.01 06:54:47.628247 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7257 | 2024.11.01 06:54:47.628401 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7258 | 2024.11.01 06:54:47.628685 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2024.11.01 06:54:47.628722 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7260 | 2024.11.01 06:54:47.629076 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7261 | 2024.11.01 06:54:47.629407 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2024.11.01 06:54:47.629574 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 7263 | 2024.11.01 06:54:47.629732 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7264 | 2024.11.01 06:54:47.629755 [ 282 ] {db763721-1a07-4b1a-a3b0-120a8c6456f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7265 | 2024.11.01 06:54:47.629771 [ 282 ] {} <Debug> HTTP-Session: aeb2636e-2e7d-4195-a82f-e4a5c2f697ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7266 | 2024.11.01 06:54:47.629948 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7267 | 2024.11.01 06:54:47.629989 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49314, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7268 | 2024.11.01 06:54:47.630048 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7269 | 2024.11.01 06:54:47.630074 [ 298 ] {} <Debug> HTTP-Session: 43184bdb-a1a8-48b9-96ef-22a55194d5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49314 | ||
| 7270 | 2024.11.01 06:54:47.630097 [ 298 ] {} <Debug> HTTP-Session: 43184bdb-a1a8-48b9-96ef-22a55194d5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7271 | 2024.11.01 06:54:47.630114 [ 298 ] {} <Debug> HTTP-Session: 43184bdb-a1a8-48b9-96ef-22a55194d5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7272 | 2024.11.01 06:54:47.630152 [ 298 ] {} <Trace> HTTP-Session: 43184bdb-a1a8-48b9-96ef-22a55194d5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7273 | 2024.11.01 06:54:47.630388 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49314) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7274 | 2024.11.01 06:54:47.630433 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7275 | 2024.11.01 06:54:47.630579 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7276 | 2024.11.01 06:54:47.631024 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2024.11.01 06:54:47.631059 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7278 | 2024.11.01 06:54:47.631441 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7279 | 2024.11.01 06:54:47.631778 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2024.11.01 06:54:47.631931 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
| 7281 | 2024.11.01 06:54:47.632102 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7282 | 2024.11.01 06:54:47.632126 [ 298 ] {ea7d08e8-ce69-4f32-a267-a0c7b05ac0f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7283 | 2024.11.01 06:54:47.632142 [ 298 ] {} <Debug> HTTP-Session: 43184bdb-a1a8-48b9-96ef-22a55194d5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7284 | 2024.11.01 06:54:47.632321 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7285 | 2024.11.01 06:54:47.632377 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50114, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7286 | 2024.11.01 06:54:47.632445 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7287 | 2024.11.01 06:54:47.632470 [ 282 ] {} <Debug> HTTP-Session: aa479609-6c46-4761-8309-8e7d2487da72 Authenticating user 'default' from [fd00:1122:3344:101::d]:50114 | ||
| 7288 | 2024.11.01 06:54:47.632492 [ 282 ] {} <Debug> HTTP-Session: aa479609-6c46-4761-8309-8e7d2487da72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7289 | 2024.11.01 06:54:47.632510 [ 282 ] {} <Debug> HTTP-Session: aa479609-6c46-4761-8309-8e7d2487da72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7290 | 2024.11.01 06:54:47.632548 [ 282 ] {} <Trace> HTTP-Session: aa479609-6c46-4761-8309-8e7d2487da72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7291 | 2024.11.01 06:54:47.632660 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50114) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7292 | 2024.11.01 06:54:47.632741 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7293 | 2024.11.01 06:54:47.632899 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7294 | 2024.11.01 06:54:47.633202 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2024.11.01 06:54:47.633244 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7296 | 2024.11.01 06:54:47.633597 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7297 | 2024.11.01 06:54:47.633915 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2024.11.01 06:54:47.634072 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 7299 | 2024.11.01 06:54:47.634224 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Debug> DynamicQueryHandler: Done processing query | ||
| 7300 | 2024.11.01 06:54:47.634248 [ 282 ] {dcd4784a-5be6-4ae1-90bd-c9105fca8786} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7301 | 2024.11.01 06:54:47.634264 [ 282 ] {} <Debug> HTTP-Session: aa479609-6c46-4761-8309-8e7d2487da72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7302 | 2024.11.01 06:54:47.634463 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7303 | 2024.11.01 06:54:47.634546 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42259, User-Agent: (none), Length: 65552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7304 | 2024.11.01 06:54:47.634604 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7305 | 2024.11.01 06:54:47.634628 [ 298 ] {} <Debug> HTTP-Session: edadf67b-df0d-4995-8c02-fcf2b0726734 Authenticating user 'default' from [fd00:1122:3344:101::d]:42259 | ||
| 7306 | 2024.11.01 06:54:47.634648 [ 298 ] {} <Debug> HTTP-Session: edadf67b-df0d-4995-8c02-fcf2b0726734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7307 | 2024.11.01 06:54:47.634665 [ 298 ] {} <Debug> HTTP-Session: edadf67b-df0d-4995-8c02-fcf2b0726734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7308 | 2024.11.01 06:54:47.634702 [ 298 ] {} <Trace> HTTP-Session: edadf67b-df0d-4995-8c02-fcf2b0726734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7309 | 2024.11.01 06:54:47.635275 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42259) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7310 | 2024.11.01 06:54:47.635349 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <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 | ||
| 7311 | 2024.11.01 06:54:47.635772 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7312 | 2024.11.01 06:54:47.636529 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2024.11.01 06:54:47.636565 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7314 | 2024.11.01 06:54:47.637303 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7315 | 2024.11.01 06:54:47.637726 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2024.11.01 06:54:47.637911 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003094 sec., 12605.042016806723 rows/sec., 22.59 MiB/sec. | ||
| 7317 | 2024.11.01 06:54:47.638133 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Debug> DynamicQueryHandler: Done processing query | ||
| 7318 | 2024.11.01 06:54:47.638156 [ 298 ] {5b20d017-f605-4ef1-84ed-6463d587fdea} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 7319 | 2024.11.01 06:54:47.638172 [ 298 ] {} <Debug> HTTP-Session: edadf67b-df0d-4995-8c02-fcf2b0726734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7320 | 2024.11.01 06:54:47.638313 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50114, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7321 | 2024.11.01 06:54:47.638324 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7322 | 2024.11.01 06:54:47.638376 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7323 | 2024.11.01 06:54:47.638403 [ 282 ] {} <Debug> HTTP-Session: c0ec6a0a-43cf-48f6-bf5c-1a49bd594db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50114 | ||
| 7324 | 2024.11.01 06:54:47.638425 [ 282 ] {} <Debug> HTTP-Session: c0ec6a0a-43cf-48f6-bf5c-1a49bd594db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7325 | 2024.11.01 06:54:47.638446 [ 282 ] {} <Debug> HTTP-Session: c0ec6a0a-43cf-48f6-bf5c-1a49bd594db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7326 | 2024.11.01 06:54:47.638485 [ 282 ] {} <Trace> HTTP-Session: c0ec6a0a-43cf-48f6-bf5c-1a49bd594db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2024.11.01 06:54:47.638624 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50114) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7328 | 2024.11.01 06:54:47.638677 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7329 | 2024.11.01 06:54:47.638835 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7330 | 2024.11.01 06:54:47.639188 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2024.11.01 06:54:47.639230 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7332 | 2024.11.01 06:54:47.639598 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7333 | 2024.11.01 06:54:47.639914 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2024.11.01 06:54:47.640074 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001494 sec., 54886.211512717535 rows/sec., 3.49 MiB/sec. | ||
| 7335 | 2024.11.01 06:54:47.640228 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7336 | 2024.11.01 06:54:47.640251 [ 282 ] {c37b6c70-6110-406f-b755-a01ff87df3c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7337 | 2024.11.01 06:54:47.640266 [ 282 ] {} <Debug> HTTP-Session: c0ec6a0a-43cf-48f6-bf5c-1a49bd594db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7338 | 2024.11.01 06:54:47.640524 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7339 | 2024.11.01 06:54:49.036782 [ 72 ] {} <Debug> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 7340 | 2024.11.01 06:54:49.036877 [ 72 ] {} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2024.11.01 06:54:49.036917 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7342 | 2024.11.01 06:54:49.037192 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 7343 | 2024.11.01 06:54:49.037506 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7344 | 2024.11.01 06:54:49.037582 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 7345 | 2024.11.01 06:54:49.037738 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 7346 | 2024.11.01 06:54:49.037976 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 7347 | 2024.11.01 06:54:49.038242 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 7348 | 2024.11.01 06:54:49.038545 [ 200 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 7349 | 2024.11.01 06:54:49.039741 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002729566 sec., 16119.778748709501 rows/sec., 1.35 MiB/sec. | ||
| 7350 | 2024.11.01 06:54:49.039916 [ 188 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 7351 | 2024.11.01 06:54:49.040390 [ 188 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2024.11.01 06:54:49.040465 [ 188 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_5_1} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 7353 | 2024.11.01 06:54:49.040535 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7354 | 2024.11.01 06:54:49.572544 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7355 | 2024.11.01 06:54:49.835558 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7356 | 2024.11.01 06:54:49.983847 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7357 | 2024.11.01 06:54:50.095257 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7358 | 2024.11.01 06:54:50.328729 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7359 | 2024.11.01 06:54:50.330932 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7360 | 2024.11.01 06:54:50.367527 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7361 | 2024.11.01 06:54:50.397416 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7362 | 2024.11.01 06:54:50.409958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7363 | 2024.11.01 06:54:50.410041 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7364 | 2024.11.01 06:54:50.423480 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7365 | 2024.11.01 06:54:50.647070 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7366 | 2024.11.01 06:54:50.654430 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7367 | 2024.11.01 06:54:50.661984 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44618, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7368 | 2024.11.01 06:54:50.676488 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7369 | 2024.11.01 06:54:50.683708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7370 | 2024.11.01 06:54:50.694893 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7371 | 2024.11.01 06:54:50.717461 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7372 | 2024.11.01 06:54:50.721143 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7373 | 2024.11.01 06:54:50.736233 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60850, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7374 | 2024.11.01 06:54:50.736814 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7375 | 2024.11.01 06:54:50.767575 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7376 | 2024.11.01 06:54:50.769959 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7377 | 2024.11.01 06:54:50.785560 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60025, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7378 | 2024.11.01 06:54:51.078075 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 698 | ||
| 7379 | 2024.11.01 06:54:51.081132 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2024.11.01 06:54:51.081196 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7381 | 2024.11.01 06:54:51.082855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7382 | 2024.11.01 06:54:51.083988 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2024.11.01 06:54:51.084211 [ 67 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7384 | 2024.11.01 06:54:51.084332 [ 67 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2024.11.01 06:54:51.084394 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7386 | 2024.11.01 06:54:51.084680 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 7387 | 2024.11.01 06:54:51.085164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
| 7388 | 2024.11.01 06:54:51.085724 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7389 | 2024.11.01 06:54:51.085849 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 566 rows starting from the beginning of the part | ||
| 7390 | 2024.11.01 06:54:51.086388 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part | ||
| 7391 | 2024.11.01 06:54:51.086905 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 7392 | 2024.11.01 06:54:51.087378 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
| 7393 | 2024.11.01 06:54:51.087849 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 7394 | 2024.11.01 06:54:51.088318 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 7395 | 2024.11.01 06:54:51.096093 [ 188 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 698 rows, containing 72 columns (72 merged, 0 gathered) in 0.011573861 sec., 60308.31025186842 rows/sec., 45.37 MiB/sec. | ||
| 7396 | 2024.11.01 06:54:51.097290 [ 201 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7397 | 2024.11.01 06:54:51.099006 [ 201 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7398 | 2024.11.01 06:54:51.099104 [ 201 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_21_4} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7399 | 2024.11.01 06:54:51.099425 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 7400 | 2024.11.01 06:54:52.601241 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37404, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7401 | 2024.11.01 06:54:52.601399 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7402 | 2024.11.01 06:54:52.601426 [ 302 ] {} <Debug> HTTP-Session: cf3acf9a-5e2f-4a2a-a0c4-eae6203cd3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:37404 | ||
| 7403 | 2024.11.01 06:54:52.601450 [ 302 ] {} <Debug> HTTP-Session: cf3acf9a-5e2f-4a2a-a0c4-eae6203cd3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7404 | 2024.11.01 06:54:52.601465 [ 302 ] {} <Debug> HTTP-Session: cf3acf9a-5e2f-4a2a-a0c4-eae6203cd3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7405 | 2024.11.01 06:54:52.601517 [ 302 ] {} <Trace> HTTP-Session: cf3acf9a-5e2f-4a2a-a0c4-eae6203cd3fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7406 | 2024.11.01 06:54:52.601739 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37404) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7407 | 2024.11.01 06:54:52.601819 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7408 | 2024.11.01 06:54:52.602160 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7409 | 2024.11.01 06:54:52.602591 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2024.11.01 06:54:52.602634 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7411 | 2024.11.01 06:54:52.603112 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 7412 | 2024.11.01 06:54:52.603550 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2024.11.01 06:54:52.603704 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002039 sec., 2942.618930848455 rows/sec., 239.95 KiB/sec. | ||
| 7414 | 2024.11.01 06:54:52.603926 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Debug> DynamicQueryHandler: Done processing query | ||
| 7415 | 2024.11.01 06:54:52.603952 [ 302 ] {a2f6aca2-3838-4f94-ae61-ee8ab7528024} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7416 | 2024.11.01 06:54:52.603969 [ 302 ] {} <Debug> HTTP-Session: cf3acf9a-5e2f-4a2a-a0c4-eae6203cd3fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7417 | 2024.11.01 06:54:52.604141 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7418 | 2024.11.01 06:54:52.604411 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56539, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7419 | 2024.11.01 06:54:52.604576 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7420 | 2024.11.01 06:54:52.604609 [ 303 ] {} <Debug> HTTP-Session: ad9e0983-b18e-4163-a083-fc7113ebaac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56539 | ||
| 7421 | 2024.11.01 06:54:52.604634 [ 303 ] {} <Debug> HTTP-Session: ad9e0983-b18e-4163-a083-fc7113ebaac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7422 | 2024.11.01 06:54:52.604649 [ 303 ] {} <Debug> HTTP-Session: ad9e0983-b18e-4163-a083-fc7113ebaac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7423 | 2024.11.01 06:54:52.604705 [ 303 ] {} <Trace> HTTP-Session: ad9e0983-b18e-4163-a083-fc7113ebaac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7424 | 2024.11.01 06:54:52.604940 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56539) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7425 | 2024.11.01 06:54:52.605021 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7426 | 2024.11.01 06:54:52.605380 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7427 | 2024.11.01 06:54:52.605845 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7428 | 2024.11.01 06:54:52.605886 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7429 | 2024.11.01 06:54:52.606311 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7430 | 2024.11.01 06:54:52.606699 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7431 | 2024.11.01 06:54:52.606864 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.002012 sec., 29324.055666003977 rows/sec., 2.24 MiB/sec. | ||
| 7432 | 2024.11.01 06:54:52.606928 [ 66 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7433 | 2024.11.01 06:54:52.607059 [ 66 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7434 | 2024.11.01 06:54:52.607106 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7435 | 2024.11.01 06:54:52.607243 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7436 | 2024.11.01 06:54:52.607300 [ 303 ] {66976a9d-1457-4553-b30a-2c2b0a89ae9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7437 | 2024.11.01 06:54:52.607310 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 7438 | 2024.11.01 06:54:52.607331 [ 303 ] {} <Debug> HTTP-Session: ad9e0983-b18e-4163-a083-fc7113ebaac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7439 | 2024.11.01 06:54:52.607528 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7440 | 2024.11.01 06:54:52.607608 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1417 rows starting from the beginning of the part | ||
| 7441 | 2024.11.01 06:54:52.607609 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7442 | 2024.11.01 06:54:52.607694 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34111, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7443 | 2024.11.01 06:54:52.607885 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7444 | 2024.11.01 06:54:52.607917 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 267 rows starting from the beginning of the part | ||
| 7445 | 2024.11.01 06:54:52.607972 [ 302 ] {} <Debug> HTTP-Session: c23d9c5c-890e-46c8-be91-9a7a0ebbe076 Authenticating user 'default' from [fd00:1122:3344:101::d]:34111 | ||
| 7446 | 2024.11.01 06:54:52.608041 [ 302 ] {} <Debug> HTTP-Session: c23d9c5c-890e-46c8-be91-9a7a0ebbe076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7447 | 2024.11.01 06:54:52.608132 [ 302 ] {} <Debug> HTTP-Session: c23d9c5c-890e-46c8-be91-9a7a0ebbe076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7448 | 2024.11.01 06:54:52.608218 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 7449 | 2024.11.01 06:54:52.608259 [ 302 ] {} <Trace> HTTP-Session: c23d9c5c-890e-46c8-be91-9a7a0ebbe076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7450 | 2024.11.01 06:54:52.608481 [ 303 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7451 | |||
| 7452 | (version 23.8.7.1) | ||
| 7453 | 2024.11.01 06:54:52.608556 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 7454 | 2024.11.01 06:54:52.608786 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34111) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7455 | 2024.11.01 06:54:52.608964 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 267 rows starting from the beginning of the part | ||
| 7456 | 2024.11.01 06:54:52.609055 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7457 | 2024.11.01 06:54:52.609315 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 59 rows starting from the beginning of the part | ||
| 7458 | 2024.11.01 06:54:52.610319 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7459 | 2024.11.01 06:54:52.611191 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2024.11.01 06:54:52.611258 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7461 | 2024.11.01 06:54:52.612306 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7462 | 2024.11.01 06:54:52.613173 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7463 | 2024.11.01 06:54:52.613189 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 5 columns (5 merged, 0 gathered) in 0.005999327 sec., 354706.45290713443 rows/sec., 31.33 MiB/sec. | ||
| 7464 | 2024.11.01 06:54:52.613408 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004851 sec., 1236.8583797155225 rows/sec., 86.36 KiB/sec. | ||
| 7465 | 2024.11.01 06:54:52.613563 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7466 | 2024.11.01 06:54:52.613735 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Debug> DynamicQueryHandler: Done processing query | ||
| 7467 | 2024.11.01 06:54:52.613786 [ 302 ] {b9b0f7bd-00bf-47e9-ba0c-c24f6fbbe248} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7468 | 2024.11.01 06:54:52.613823 [ 302 ] {} <Debug> HTTP-Session: c23d9c5c-890e-46c8-be91-9a7a0ebbe076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7469 | 2024.11.01 06:54:52.614092 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7470 | 2024.11.01 06:54:52.614125 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57282, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7471 | 2024.11.01 06:54:52.614248 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7472 | 2024.11.01 06:54:52.614303 [ 303 ] {} <Debug> HTTP-Session: 8bf224ed-070a-4d5b-8bfb-c2a8e81c901c Authenticating user 'default' from [fd00:1122:3344:101::d]:57282 | ||
| 7473 | 2024.11.01 06:54:52.614328 [ 303 ] {} <Debug> HTTP-Session: 8bf224ed-070a-4d5b-8bfb-c2a8e81c901c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7474 | 2024.11.01 06:54:52.614359 [ 303 ] {} <Debug> HTTP-Session: 8bf224ed-070a-4d5b-8bfb-c2a8e81c901c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7475 | 2024.11.01 06:54:52.614377 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7476 | 2024.11.01 06:54:52.614408 [ 303 ] {} <Trace> HTTP-Session: 8bf224ed-070a-4d5b-8bfb-c2a8e81c901c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7477 | 2024.11.01 06:54:52.614479 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_41_8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7478 | 2024.11.01 06:54:52.614591 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7479 | 2024.11.01 06:54:52.614597 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57282) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7480 | 2024.11.01 06:54:52.614657 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7481 | 2024.11.01 06:54:52.614918 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7482 | 2024.11.01 06:54:52.615334 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2024.11.01 06:54:52.615373 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7484 | 2024.11.01 06:54:52.615779 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7485 | 2024.11.01 06:54:52.616179 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7486 | 2024.11.01 06:54:52.616344 [ 66 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7487 | 2024.11.01 06:54:52.616346 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00182 sec., 38461.53846153846 rows/sec., 3.01 MiB/sec. | ||
| 7488 | 2024.11.01 06:54:52.616399 [ 66 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7489 | 2024.11.01 06:54:52.616481 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7490 | 2024.11.01 06:54:52.616693 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 7491 | 2024.11.01 06:54:52.616734 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 7492 | 2024.11.01 06:54:52.616777 [ 303 ] {049b7929-3b1b-476a-be1a-bb3c27bd71ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7493 | 2024.11.01 06:54:52.616823 [ 303 ] {} <Debug> HTTP-Session: 8bf224ed-070a-4d5b-8bfb-c2a8e81c901c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7494 | 2024.11.01 06:54:52.616943 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7495 | 2024.11.01 06:54:52.616985 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 7496 | 2024.11.01 06:54:52.617112 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7497 | 2024.11.01 06:54:52.617271 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 421 rows starting from the beginning of the part | ||
| 7498 | 2024.11.01 06:54:52.617265 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33001, User-Agent: (none), Length: 25073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7499 | 2024.11.01 06:54:52.617525 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7500 | 2024.11.01 06:54:52.617560 [ 303 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7501 | |||
| 7502 | (version 23.8.7.1) | ||
| 7503 | 2024.11.01 06:54:52.617619 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 7504 | 2024.11.01 06:54:52.617644 [ 302 ] {} <Debug> HTTP-Session: cc41e45f-b9a0-4b14-a9a6-1865dc354800 Authenticating user 'default' from [fd00:1122:3344:101::d]:33001 | ||
| 7505 | 2024.11.01 06:54:52.617735 [ 302 ] {} <Debug> HTTP-Session: cc41e45f-b9a0-4b14-a9a6-1865dc354800 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.11.01 06:54:52.617812 [ 302 ] {} <Debug> HTTP-Session: cc41e45f-b9a0-4b14-a9a6-1865dc354800 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7507 | 2024.11.01 06:54:52.617932 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 7508 | 2024.11.01 06:54:52.617973 [ 302 ] {} <Trace> HTTP-Session: cc41e45f-b9a0-4b14-a9a6-1865dc354800 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7509 | 2024.11.01 06:54:52.618266 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 7510 | 2024.11.01 06:54:52.618547 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33001) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7511 | 2024.11.01 06:54:52.618597 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 70 rows starting from the beginning of the part | ||
| 7512 | 2024.11.01 06:54:52.618781 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7513 | 2024.11.01 06:54:52.619582 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7514 | 2024.11.01 06:54:52.620503 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7515 | 2024.11.01 06:54:52.620574 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7516 | 2024.11.01 06:54:52.621493 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7517 | 2024.11.01 06:54:52.622111 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005520933 sec., 355918.1029728128 rows/sec., 27.26 MiB/sec. | ||
| 7518 | 2024.11.01 06:54:52.622368 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7519 | 2024.11.01 06:54:52.622369 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.11.01 06:54:52.622655 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7521 | 2024.11.01 06:54:52.622722 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7522 | 2024.11.01 06:54:52.622732 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.004445 sec., 29471.316085489314 rows/sec., 2.05 MiB/sec. | ||
| 7523 | 2024.11.01 06:54:52.622778 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7524 | 2024.11.01 06:54:52.623632 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7525 | 2024.11.01 06:54:52.623771 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 7526 | 2024.11.01 06:54:52.623783 [ 302 ] {6041cd6e-7245-4756-a48c-098210e40ec7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7527 | 2024.11.01 06:54:52.623930 [ 302 ] {} <Debug> HTTP-Session: cc41e45f-b9a0-4b14-a9a6-1865dc354800 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7528 | 2024.11.01 06:54:52.624396 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7529 | 2024.11.01 06:54:52.624501 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63158, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7530 | 2024.11.01 06:54:52.624783 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7531 | 2024.11.01 06:54:52.624800 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7532 | 2024.11.01 06:54:52.624800 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2024.11.01 06:54:52.624855 [ 302 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 7534 | |||
| 7535 | (version 23.8.7.1) | ||
| 7536 | 2024.11.01 06:54:52.624879 [ 303 ] {} <Debug> HTTP-Session: fb5a2b79-4636-4e70-b436-50179c59a1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63158 | ||
| 7537 | 2024.11.01 06:54:52.624946 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 7669 rows starting from the beginning of the part | ||
| 7538 | 2024.11.01 06:54:52.624981 [ 303 ] {} <Debug> HTTP-Session: fb5a2b79-4636-4e70-b436-50179c59a1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7539 | 2024.11.01 06:54:52.625036 [ 303 ] {} <Debug> HTTP-Session: fb5a2b79-4636-4e70-b436-50179c59a1b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7540 | 2024.11.01 06:54:52.625204 [ 303 ] {} <Trace> HTTP-Session: fb5a2b79-4636-4e70-b436-50179c59a1b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2024.11.01 06:54:52.625220 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_41_8} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7542 | 2024.11.01 06:54:52.625430 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 7543 | 2024.11.01 06:54:52.625571 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7544 | 2024.11.01 06:54:52.625727 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63158) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7545 | 2024.11.01 06:54:52.625829 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 166 rows starting from the beginning of the part | ||
| 7546 | 2024.11.01 06:54:52.625907 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7547 | 2024.11.01 06:54:52.626059 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 7548 | 2024.11.01 06:54:52.626340 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 7549 | 2024.11.01 06:54:52.626674 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 131 rows starting from the beginning of the part | ||
| 7550 | 2024.11.01 06:54:52.626938 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7551 | 2024.11.01 06:54:52.627611 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7552 | 2024.11.01 06:54:52.627654 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7553 | 2024.11.01 06:54:52.628091 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7554 | 2024.11.01 06:54:52.628635 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7555 | 2024.11.01 06:54:52.628780 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003268 sec., 14687.882496940025 rows/sec., 1013.62 KiB/sec. | ||
| 7556 | 2024.11.01 06:54:52.628814 [ 65 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7557 | 2024.11.01 06:54:52.628876 [ 65 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7558 | 2024.11.01 06:54:52.628911 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7559 | 2024.11.01 06:54:52.629031 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Debug> DynamicQueryHandler: Done processing query | ||
| 7560 | 2024.11.01 06:54:52.629082 [ 303 ] {6a5534e5-9696-40ac-8854-2652a9ce9c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7561 | 2024.11.01 06:54:52.629141 [ 303 ] {} <Debug> HTTP-Session: fb5a2b79-4636-4e70-b436-50179c59a1b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7562 | 2024.11.01 06:54:52.629210 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 7563 | 2024.11.01 06:54:52.629417 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7564 | 2024.11.01 06:54:52.629610 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7565 | 2024.11.01 06:54:52.629673 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2164 rows starting from the beginning of the part | ||
| 7566 | 2024.11.01 06:54:52.629782 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 7567 | 2024.11.01 06:54:52.629888 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 7568 | 2024.11.01 06:54:52.630158 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 7569 | 2024.11.01 06:54:52.630250 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 7570 | 2024.11.01 06:54:52.630327 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 7571 | 2024.11.01 06:54:52.631103 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8600 rows, containing 5 columns (5 merged, 0 gathered) in 0.007829045 sec., 1098473.6963448287 rows/sec., 74.85 MiB/sec. | ||
| 7572 | 2024.11.01 06:54:52.631326 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7573 | 2024.11.01 06:54:52.632314 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7574 | 2024.11.01 06:54:52.632525 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7575 | 2024.11.01 06:54:52.632705 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 7576 | 2024.11.01 06:54:52.633254 [ 197 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2496 rows, containing 4 columns (4 merged, 0 gathered) in 0.00420925 sec., 592979.746985805 rows/sec., 39.02 MiB/sec. | ||
| 7577 | 2024.11.01 06:54:52.633536 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7578 | 2024.11.01 06:54:52.633930 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7579 | 2024.11.01 06:54:52.634014 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_41_8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7580 | 2024.11.01 06:54:52.634097 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 7581 | 2024.11.01 06:54:55.892529 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7582 | 2024.11.01 06:54:55.892583 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7583 | 2024.11.01 06:54:57.601587 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42050, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7584 | 2024.11.01 06:54:57.601726 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7585 | 2024.11.01 06:54:57.601754 [ 302 ] {} <Debug> HTTP-Session: a79ca159-8350-48bc-b405-9545efec4d84 Authenticating user 'default' from [fd00:1122:3344:101::d]:42050 | ||
| 7586 | 2024.11.01 06:54:57.601781 [ 302 ] {} <Debug> HTTP-Session: a79ca159-8350-48bc-b405-9545efec4d84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7587 | 2024.11.01 06:54:57.601798 [ 302 ] {} <Debug> HTTP-Session: a79ca159-8350-48bc-b405-9545efec4d84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7588 | 2024.11.01 06:54:57.601857 [ 302 ] {} <Trace> HTTP-Session: a79ca159-8350-48bc-b405-9545efec4d84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7589 | 2024.11.01 06:54:57.602080 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42050) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7590 | 2024.11.01 06:54:57.602151 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7591 | 2024.11.01 06:54:57.602523 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7592 | 2024.11.01 06:54:57.603099 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2024.11.01 06:54:57.603141 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7594 | 2024.11.01 06:54:57.603542 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7595 | 2024.11.01 06:54:57.603928 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2024.11.01 06:54:57.604090 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002084 sec., 26871.40115163148 rows/sec., 2.06 MiB/sec. | ||
| 7597 | 2024.11.01 06:54:57.604289 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7598 | 2024.11.01 06:54:57.604315 [ 302 ] {889c5438-39e9-4553-8a68-827d80ef9cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7599 | 2024.11.01 06:54:57.604331 [ 302 ] {} <Debug> HTTP-Session: a79ca159-8350-48bc-b405-9545efec4d84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7600 | 2024.11.01 06:54:57.604567 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7601 | 2024.11.01 06:54:57.604713 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64455, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7602 | 2024.11.01 06:54:57.604856 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7603 | 2024.11.01 06:54:57.604886 [ 303 ] {} <Debug> HTTP-Session: 5c44969e-abd5-443f-be9d-f60f72e574e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64455 | ||
| 7604 | 2024.11.01 06:54:57.604916 [ 303 ] {} <Debug> HTTP-Session: 5c44969e-abd5-443f-be9d-f60f72e574e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7605 | 2024.11.01 06:54:57.604934 [ 303 ] {} <Debug> HTTP-Session: 5c44969e-abd5-443f-be9d-f60f72e574e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7606 | 2024.11.01 06:54:57.604995 [ 303 ] {} <Trace> HTTP-Session: 5c44969e-abd5-443f-be9d-f60f72e574e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7607 | 2024.11.01 06:54:57.605234 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64455) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7608 | 2024.11.01 06:54:57.605311 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7609 | 2024.11.01 06:54:57.605709 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7610 | 2024.11.01 06:54:57.606120 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7611 | 2024.11.01 06:54:57.606161 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7612 | 2024.11.01 06:54:57.606595 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7613 | 2024.11.01 06:54:57.606990 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2024.11.01 06:54:57.607171 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002018 sec., 31714.56888007929 rows/sec., 2.48 MiB/sec. | ||
| 7615 | 2024.11.01 06:54:57.607401 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 7616 | 2024.11.01 06:54:57.607433 [ 303 ] {269c3528-4987-4233-9a33-34ce40bd98ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7617 | 2024.11.01 06:54:57.607449 [ 303 ] {} <Debug> HTTP-Session: 5c44969e-abd5-443f-be9d-f60f72e574e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7618 | 2024.11.01 06:54:57.607686 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7619 | 2024.11.01 06:54:57.607789 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40367, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7620 | 2024.11.01 06:54:57.607863 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7621 | 2024.11.01 06:54:57.607884 [ 302 ] {} <Debug> HTTP-Session: 5b95b424-dd20-4fe7-8f09-1e2bd6c63c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:40367 | ||
| 7622 | 2024.11.01 06:54:57.607902 [ 302 ] {} <Debug> HTTP-Session: 5b95b424-dd20-4fe7-8f09-1e2bd6c63c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7623 | 2024.11.01 06:54:57.607917 [ 302 ] {} <Debug> HTTP-Session: 5b95b424-dd20-4fe7-8f09-1e2bd6c63c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7624 | 2024.11.01 06:54:57.607956 [ 302 ] {} <Trace> HTTP-Session: 5b95b424-dd20-4fe7-8f09-1e2bd6c63c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7625 | 2024.11.01 06:54:57.608124 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40367) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7626 | 2024.11.01 06:54:57.608176 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7627 | 2024.11.01 06:54:57.608360 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7628 | 2024.11.01 06:54:57.608753 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2024.11.01 06:54:57.608789 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7630 | 2024.11.01 06:54:57.609192 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7631 | 2024.11.01 06:54:57.609540 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2024.11.01 06:54:57.609690 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 7633 | 2024.11.01 06:54:57.609865 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7634 | 2024.11.01 06:54:57.609889 [ 302 ] {a04697d4-7565-4185-8824-a6691d8aceb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7635 | 2024.11.01 06:54:57.609906 [ 302 ] {} <Debug> HTTP-Session: 5b95b424-dd20-4fe7-8f09-1e2bd6c63c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7636 | 2024.11.01 06:54:57.610056 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7637 | 2024.11.01 06:54:57.610158 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39986, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7638 | 2024.11.01 06:54:57.610229 [ 303 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7639 | 2024.11.01 06:54:57.610253 [ 303 ] {} <Debug> HTTP-Session: 2fa1c8c5-4362-4ac8-a14a-f69a7a924daf Authenticating user 'default' from [fd00:1122:3344:101::d]:39986 | ||
| 7640 | 2024.11.01 06:54:57.610274 [ 303 ] {} <Debug> HTTP-Session: 2fa1c8c5-4362-4ac8-a14a-f69a7a924daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7641 | 2024.11.01 06:54:57.610291 [ 303 ] {} <Debug> HTTP-Session: 2fa1c8c5-4362-4ac8-a14a-f69a7a924daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7642 | 2024.11.01 06:54:57.610336 [ 303 ] {} <Trace> HTTP-Session: 2fa1c8c5-4362-4ac8-a14a-f69a7a924daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7643 | 2024.11.01 06:54:57.610507 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39986) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7644 | 2024.11.01 06:54:57.610564 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7645 | 2024.11.01 06:54:57.610748 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7646 | 2024.11.01 06:54:57.611048 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7647 | 2024.11.01 06:54:57.611083 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7648 | 2024.11.01 06:54:57.611479 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7649 | 2024.11.01 06:54:57.611811 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7650 | 2024.11.01 06:54:57.611969 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
| 7651 | 2024.11.01 06:54:57.612272 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7652 | 2024.11.01 06:54:57.612340 [ 303 ] {d51e9342-33e6-4634-8630-a70278f73ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7653 | 2024.11.01 06:54:57.612405 [ 303 ] {} <Debug> HTTP-Session: 2fa1c8c5-4362-4ac8-a14a-f69a7a924daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7654 | 2024.11.01 06:54:57.612727 [ 303 ] {} <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) | ||
| 7655 | 2024.11.01 06:54:58.580936 [ 60 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7656 | 2024.11.01 06:54:58.580995 [ 60 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2024.11.01 06:54:58.581018 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7658 | 2024.11.01 06:54:58.581177 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 7659 | 2024.11.01 06:54:58.581353 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7660 | 2024.11.01 06:54:58.581392 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 7661 | 2024.11.01 06:54:58.581471 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 7662 | 2024.11.01 06:54:58.581668 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 7663 | 2024.11.01 06:54:58.581906 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 7664 | 2024.11.01 06:54:58.582072 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 7665 | 2024.11.01 06:54:58.583176 [ 187 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.0020773 sec., 37548.7411543831 rows/sec., 1.92 MiB/sec. | ||
| 7666 | 2024.11.01 06:54:58.583372 [ 187 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7667 | 2024.11.01 06:54:58.583849 [ 187 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_13_3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7668 | 2024.11.01 06:54:58.583941 [ 187 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_13_3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7669 | 2024.11.01 06:54:58.584041 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7670 | 2024.11.01 06:55:00.435986 [ 59 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 7671 | 2024.11.01 06:55:00.436077 [ 59 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7672 | 2024.11.01 06:55:00.436115 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7673 | 2024.11.01 06:55:00.436454 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 7674 | 2024.11.01 06:55:00.436788 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7675 | 2024.11.01 06:55:00.436858 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 7676 | 2024.11.01 06:55:00.436951 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 7677 | 2024.11.01 06:55:00.437166 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 7678 | 2024.11.01 06:55:00.437401 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 7679 | 2024.11.01 06:55:00.437597 [ 197 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 7680 | 2024.11.01 06:55:00.438728 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002494544 sec., 5612.248170407096 rows/sec., 376.60 KiB/sec. | ||
| 7681 | 2024.11.01 06:55:00.438912 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 7682 | 2024.11.01 06:55:00.439411 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2024.11.01 06:55:00.439510 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_14_3} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 7684 | 2024.11.01 06:55:00.439616 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7685 | 2024.11.01 06:55:01.085494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 718 | ||
| 7686 | 2024.11.01 06:55:01.088097 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7687 | 2024.11.01 06:55:01.088161 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7688 | 2024.11.01 06:55:01.089708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7689 | 2024.11.01 06:55:01.090718 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7690 | 2024.11.01 06:55:01.091840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 718 | ||
| 7691 | 2024.11.01 06:55:02.607846 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40367, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7692 | 2024.11.01 06:55:02.607982 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7693 | 2024.11.01 06:55:02.608008 [ 302 ] {} <Debug> HTTP-Session: baa734fe-d6a6-49f6-9cb3-6b279643c0b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40367 | ||
| 7694 | 2024.11.01 06:55:02.608033 [ 302 ] {} <Debug> HTTP-Session: baa734fe-d6a6-49f6-9cb3-6b279643c0b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7695 | 2024.11.01 06:55:02.608047 [ 302 ] {} <Debug> HTTP-Session: baa734fe-d6a6-49f6-9cb3-6b279643c0b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7696 | 2024.11.01 06:55:02.608098 [ 302 ] {} <Trace> HTTP-Session: baa734fe-d6a6-49f6-9cb3-6b279643c0b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7697 | 2024.11.01 06:55:02.608356 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40367) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7698 | 2024.11.01 06:55:02.608421 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7699 | 2024.11.01 06:55:02.608750 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7700 | 2024.11.01 06:55:02.609379 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2024.11.01 06:55:02.609420 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7702 | 2024.11.01 06:55:02.609860 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7703 | 2024.11.01 06:55:02.610246 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7704 | 2024.11.01 06:55:02.610422 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002176 sec., 122702.20588235294 rows/sec., 10.92 MiB/sec. | ||
| 7705 | 2024.11.01 06:55:02.610784 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 7706 | 2024.11.01 06:55:02.610819 [ 302 ] {cf6597b2-e036-4a9d-9dc1-fb84d8c851ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7707 | 2024.11.01 06:55:02.610836 [ 302 ] {} <Debug> HTTP-Session: baa734fe-d6a6-49f6-9cb3-6b279643c0b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7708 | 2024.11.01 06:55:02.611028 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7709 | 2024.11.01 06:55:02.611150 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45978, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7710 | 2024.11.01 06:55:02.611214 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7711 | 2024.11.01 06:55:02.611235 [ 282 ] {} <Debug> HTTP-Session: 330b2eb5-1065-4ddf-910c-065154851aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45978 | ||
| 7712 | 2024.11.01 06:55:02.611253 [ 282 ] {} <Debug> HTTP-Session: 330b2eb5-1065-4ddf-910c-065154851aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7713 | 2024.11.01 06:55:02.611266 [ 282 ] {} <Debug> HTTP-Session: 330b2eb5-1065-4ddf-910c-065154851aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7714 | 2024.11.01 06:55:02.611300 [ 282 ] {} <Trace> HTTP-Session: 330b2eb5-1065-4ddf-910c-065154851aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2024.11.01 06:55:02.611417 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45978) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7716 | 2024.11.01 06:55:02.611464 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7717 | 2024.11.01 06:55:02.611720 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7718 | 2024.11.01 06:55:02.612123 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7719 | 2024.11.01 06:55:02.612160 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7720 | 2024.11.01 06:55:02.612504 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7721 | 2024.11.01 06:55:02.612883 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7722 | 2024.11.01 06:55:02.613042 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001653 sec., 23593.466424682396 rows/sec., 1.73 MiB/sec. | ||
| 7723 | 2024.11.01 06:55:02.613217 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Debug> DynamicQueryHandler: Done processing query | ||
| 7724 | 2024.11.01 06:55:02.613241 [ 282 ] {9d8b0bfa-ae58-4802-a990-52103232a987} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7725 | 2024.11.01 06:55:02.613257 [ 282 ] {} <Debug> HTTP-Session: 330b2eb5-1065-4ddf-910c-065154851aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7726 | 2024.11.01 06:55:02.613394 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40367, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7727 | 2024.11.01 06:55:02.613427 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7728 | 2024.11.01 06:55:02.613462 [ 302 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7729 | 2024.11.01 06:55:02.613488 [ 302 ] {} <Debug> HTTP-Session: 85aa7fae-1b9d-48a2-a1b9-b7053e624c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:40367 | ||
| 7730 | 2024.11.01 06:55:02.613510 [ 302 ] {} <Debug> HTTP-Session: 85aa7fae-1b9d-48a2-a1b9-b7053e624c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7731 | 2024.11.01 06:55:02.613528 [ 302 ] {} <Debug> HTTP-Session: 85aa7fae-1b9d-48a2-a1b9-b7053e624c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7732 | 2024.11.01 06:55:02.613569 [ 302 ] {} <Trace> HTTP-Session: 85aa7fae-1b9d-48a2-a1b9-b7053e624c91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7733 | 2024.11.01 06:55:02.613689 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40367) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7734 | 2024.11.01 06:55:02.613741 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7735 | 2024.11.01 06:55:02.613997 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7736 | 2024.11.01 06:55:02.614330 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2024.11.01 06:55:02.614367 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7738 | 2024.11.01 06:55:02.614716 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7739 | 2024.11.01 06:55:02.615076 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7740 | 2024.11.01 06:55:02.615236 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec. | ||
| 7741 | 2024.11.01 06:55:02.615546 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Debug> DynamicQueryHandler: Done processing query | ||
| 7742 | 2024.11.01 06:55:02.615570 [ 302 ] {b051a367-6847-4790-b7b8-8a1e923351df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7743 | 2024.11.01 06:55:02.615587 [ 302 ] {} <Debug> HTTP-Session: 85aa7fae-1b9d-48a2-a1b9-b7053e624c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7744 | 2024.11.01 06:55:02.615733 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7745 | 2024.11.01 06:55:02.615810 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51410, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7746 | 2024.11.01 06:55:02.615862 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7747 | 2024.11.01 06:55:02.615883 [ 282 ] {} <Debug> HTTP-Session: 4fff9431-0102-4a95-b358-82680047ce86 Authenticating user 'default' from [fd00:1122:3344:101::d]:51410 | ||
| 7748 | 2024.11.01 06:55:02.615900 [ 282 ] {} <Debug> HTTP-Session: 4fff9431-0102-4a95-b358-82680047ce86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7749 | 2024.11.01 06:55:02.615917 [ 282 ] {} <Debug> HTTP-Session: 4fff9431-0102-4a95-b358-82680047ce86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7750 | 2024.11.01 06:55:02.615956 [ 282 ] {} <Trace> HTTP-Session: 4fff9431-0102-4a95-b358-82680047ce86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7751 | 2024.11.01 06:55:02.616072 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51410) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7752 | 2024.11.01 06:55:02.616124 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7753 | 2024.11.01 06:55:02.616415 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7754 | 2024.11.01 06:55:02.616782 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2024.11.01 06:55:02.616824 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7756 | 2024.11.01 06:55:02.617185 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7757 | 2024.11.01 06:55:02.617540 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7758 | 2024.11.01 06:55:02.617703 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001654 sec., 3627.569528415961 rows/sec., 214.32 KiB/sec. | ||
| 7759 | 2024.11.01 06:55:02.618037 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7760 | 2024.11.01 06:55:02.618061 [ 282 ] {4e10c7cd-ef27-44a2-8ab6-8d16ab04c6c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7761 | 2024.11.01 06:55:02.618077 [ 282 ] {} <Debug> HTTP-Session: 4fff9431-0102-4a95-b358-82680047ce86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7762 | 2024.11.01 06:55:02.618255 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7763 | 2024.11.01 06:55:02.618386 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46460, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7764 | 2024.11.01 06:55:02.618440 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7765 | 2024.11.01 06:55:02.618460 [ 289 ] {} <Debug> HTTP-Session: 46bf1408-5b82-4fc6-80d4-1e6e1070c08e Authenticating user 'default' from [fd00:1122:3344:101::d]:46460 | ||
| 7766 | 2024.11.01 06:55:02.618477 [ 289 ] {} <Debug> HTTP-Session: 46bf1408-5b82-4fc6-80d4-1e6e1070c08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7767 | 2024.11.01 06:55:02.618490 [ 289 ] {} <Debug> HTTP-Session: 46bf1408-5b82-4fc6-80d4-1e6e1070c08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7768 | 2024.11.01 06:55:02.618522 [ 289 ] {} <Trace> HTTP-Session: 46bf1408-5b82-4fc6-80d4-1e6e1070c08e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7769 | 2024.11.01 06:55:02.618741 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46460) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7770 | 2024.11.01 06:55:02.618787 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7771 | 2024.11.01 06:55:02.619042 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7772 | 2024.11.01 06:55:02.619618 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7773 | 2024.11.01 06:55:02.619656 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7774 | 2024.11.01 06:55:02.620042 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7775 | 2024.11.01 06:55:02.620395 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7776 | 2024.11.01 06:55:02.620551 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001917 sec., 219613.98017736044 rows/sec., 15.69 MiB/sec. | ||
| 7777 | 2024.11.01 06:55:02.620919 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Debug> DynamicQueryHandler: Done processing query | ||
| 7778 | 2024.11.01 06:55:02.620950 [ 289 ] {34f1e0f0-6ef4-4678-a069-7a1cabfc7a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7779 | 2024.11.01 06:55:02.620968 [ 289 ] {} <Debug> HTTP-Session: 46bf1408-5b82-4fc6-80d4-1e6e1070c08e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7780 | 2024.11.01 06:55:02.621151 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7781 | 2024.11.01 06:55:02.621151 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51410, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7782 | 2024.11.01 06:55:02.621233 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7783 | 2024.11.01 06:55:02.621261 [ 282 ] {} <Debug> HTTP-Session: c9cede3e-2c85-4582-9dfc-e531681c0938 Authenticating user 'default' from [fd00:1122:3344:101::d]:51410 | ||
| 7784 | 2024.11.01 06:55:02.621283 [ 282 ] {} <Debug> HTTP-Session: c9cede3e-2c85-4582-9dfc-e531681c0938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7785 | 2024.11.01 06:55:02.621301 [ 282 ] {} <Debug> HTTP-Session: c9cede3e-2c85-4582-9dfc-e531681c0938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7786 | 2024.11.01 06:55:02.621340 [ 282 ] {} <Trace> HTTP-Session: c9cede3e-2c85-4582-9dfc-e531681c0938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7787 | 2024.11.01 06:55:02.621458 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51410) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7788 | 2024.11.01 06:55:02.621512 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7789 | 2024.11.01 06:55:02.621697 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7790 | 2024.11.01 06:55:02.621990 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7791 | 2024.11.01 06:55:02.622026 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7792 | 2024.11.01 06:55:02.622375 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7793 | 2024.11.01 06:55:02.622694 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2024.11.01 06:55:02.622852 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 7795 | 2024.11.01 06:55:02.623162 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7796 | 2024.11.01 06:55:02.623187 [ 282 ] {c95c6807-7c38-4dde-bab2-e11ec8d44df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7797 | 2024.11.01 06:55:02.623204 [ 282 ] {} <Debug> HTTP-Session: c9cede3e-2c85-4582-9dfc-e531681c0938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7798 | 2024.11.01 06:55:02.623403 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7799 | 2024.11.01 06:55:02.623453 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60764, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7800 | 2024.11.01 06:55:02.623515 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7801 | 2024.11.01 06:55:02.623540 [ 289 ] {} <Debug> HTTP-Session: 8a503ae6-58ec-4d16-ac6f-89d89eaabf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:60764 | ||
| 7802 | 2024.11.01 06:55:02.623560 [ 289 ] {} <Debug> HTTP-Session: 8a503ae6-58ec-4d16-ac6f-89d89eaabf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7803 | 2024.11.01 06:55:02.623577 [ 289 ] {} <Debug> HTTP-Session: 8a503ae6-58ec-4d16-ac6f-89d89eaabf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7804 | 2024.11.01 06:55:02.623616 [ 289 ] {} <Trace> HTTP-Session: 8a503ae6-58ec-4d16-ac6f-89d89eaabf2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7805 | 2024.11.01 06:55:02.623832 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60764) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7806 | 2024.11.01 06:55:02.623888 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7807 | 2024.11.01 06:55:02.624053 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7808 | 2024.11.01 06:55:02.624505 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2024.11.01 06:55:02.624541 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7810 | 2024.11.01 06:55:02.624923 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7811 | 2024.11.01 06:55:02.625254 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2024.11.01 06:55:02.625416 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001694 sec., 139905.5489964581 rows/sec., 9.38 MiB/sec. | ||
| 7813 | 2024.11.01 06:55:02.625591 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Debug> DynamicQueryHandler: Done processing query | ||
| 7814 | 2024.11.01 06:55:02.625615 [ 289 ] {cbe3c51f-6a68-4277-bcc7-dbc00745f470} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7815 | 2024.11.01 06:55:02.625631 [ 289 ] {} <Debug> HTTP-Session: 8a503ae6-58ec-4d16-ac6f-89d89eaabf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7816 | 2024.11.01 06:55:02.625803 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7817 | 2024.11.01 06:55:02.625846 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32923, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7818 | 2024.11.01 06:55:02.625910 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7819 | 2024.11.01 06:55:02.625935 [ 282 ] {} <Debug> HTTP-Session: 669c25a5-2010-424d-b4bb-e1c95a008ca6 Authenticating user 'default' from [fd00:1122:3344:101::d]:32923 | ||
| 7820 | 2024.11.01 06:55:02.625957 [ 282 ] {} <Debug> HTTP-Session: 669c25a5-2010-424d-b4bb-e1c95a008ca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7821 | 2024.11.01 06:55:02.625975 [ 282 ] {} <Debug> HTTP-Session: 669c25a5-2010-424d-b4bb-e1c95a008ca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7822 | 2024.11.01 06:55:02.626014 [ 282 ] {} <Trace> HTTP-Session: 669c25a5-2010-424d-b4bb-e1c95a008ca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7823 | 2024.11.01 06:55:02.626127 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32923) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7824 | 2024.11.01 06:55:02.626180 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7825 | 2024.11.01 06:55:02.626338 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7826 | 2024.11.01 06:55:02.626632 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7827 | 2024.11.01 06:55:02.626674 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7828 | 2024.11.01 06:55:02.627067 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7829 | 2024.11.01 06:55:02.627380 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7830 | 2024.11.01 06:55:02.627534 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 7831 | 2024.11.01 06:55:02.627698 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 7832 | 2024.11.01 06:55:02.627721 [ 282 ] {fd8debd1-2909-4e94-be44-6f74419822ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7833 | 2024.11.01 06:55:02.627737 [ 282 ] {} <Debug> HTTP-Session: 669c25a5-2010-424d-b4bb-e1c95a008ca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7834 | 2024.11.01 06:55:02.627958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7835 | 2024.11.01 06:55:02.628021 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52733, User-Agent: (none), Length: 65662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7836 | 2024.11.01 06:55:02.628087 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7837 | 2024.11.01 06:55:02.628111 [ 289 ] {} <Debug> HTTP-Session: df8ba725-5ae1-45b7-8787-1673b9314a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:52733 | ||
| 7838 | 2024.11.01 06:55:02.628132 [ 289 ] {} <Debug> HTTP-Session: df8ba725-5ae1-45b7-8787-1673b9314a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7839 | 2024.11.01 06:55:02.628149 [ 289 ] {} <Debug> HTTP-Session: df8ba725-5ae1-45b7-8787-1673b9314a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7840 | 2024.11.01 06:55:02.628187 [ 289 ] {} <Trace> HTTP-Session: df8ba725-5ae1-45b7-8787-1673b9314a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7841 | 2024.11.01 06:55:02.628702 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52733) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7842 | 2024.11.01 06:55:02.628778 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <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 | ||
| 7843 | 2024.11.01 06:55:02.629309 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7844 | 2024.11.01 06:55:02.630140 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7845 | 2024.11.01 06:55:02.630177 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7846 | 2024.11.01 06:55:02.630848 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7847 | 2024.11.01 06:55:02.631270 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2024.11.01 06:55:02.631495 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003179 sec., 12268.008807801196 rows/sec., 21.98 MiB/sec. | ||
| 7849 | 2024.11.01 06:55:02.632058 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7850 | 2024.11.01 06:55:02.632081 [ 289 ] {2c669337-ef18-40de-af4d-edda8cd7465a} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 7851 | 2024.11.01 06:55:02.632097 [ 289 ] {} <Debug> HTTP-Session: df8ba725-5ae1-45b7-8787-1673b9314a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7852 | 2024.11.01 06:55:02.632278 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7853 | 2024.11.01 06:55:02.632443 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33659, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7854 | 2024.11.01 06:55:02.632561 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7855 | 2024.11.01 06:55:02.632588 [ 285 ] {} <Debug> HTTP-Session: 9f0040b8-0296-482d-8fe0-08d442af02ec Authenticating user 'default' from [fd00:1122:3344:101::d]:33659 | ||
| 7856 | 2024.11.01 06:55:02.632613 [ 285 ] {} <Debug> HTTP-Session: 9f0040b8-0296-482d-8fe0-08d442af02ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7857 | 2024.11.01 06:55:02.632627 [ 285 ] {} <Debug> HTTP-Session: 9f0040b8-0296-482d-8fe0-08d442af02ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7858 | 2024.11.01 06:55:02.632684 [ 285 ] {} <Trace> HTTP-Session: 9f0040b8-0296-482d-8fe0-08d442af02ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7859 | 2024.11.01 06:55:02.632912 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33659) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7860 | 2024.11.01 06:55:02.632986 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7861 | 2024.11.01 06:55:02.633190 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7862 | 2024.11.01 06:55:02.633600 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2024.11.01 06:55:02.633643 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7864 | 2024.11.01 06:55:02.634091 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7865 | 2024.11.01 06:55:02.634452 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7866 | 2024.11.01 06:55:02.634645 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001828 sec., 44857.76805251641 rows/sec., 2.85 MiB/sec. | ||
| 7867 | 2024.11.01 06:55:02.634853 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Debug> DynamicQueryHandler: Done processing query | ||
| 7868 | 2024.11.01 06:55:02.634880 [ 285 ] {7bd5d1d3-46fd-4dfd-ae6b-04a5aeb46f32} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7869 | 2024.11.01 06:55:02.634897 [ 285 ] {} <Debug> HTTP-Session: 9f0040b8-0296-482d-8fe0-08d442af02ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7870 | 2024.11.01 06:55:02.635728 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7871 | 2024.11.01 06:55:07.600529 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52733, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7872 | 2024.11.01 06:55:07.600665 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7873 | 2024.11.01 06:55:07.600694 [ 289 ] {} <Debug> HTTP-Session: 14f2cc22-ebbe-4aa9-9f19-15ad72b35d38 Authenticating user 'default' from [fd00:1122:3344:101::d]:52733 | ||
| 7874 | 2024.11.01 06:55:07.600722 [ 289 ] {} <Debug> HTTP-Session: 14f2cc22-ebbe-4aa9-9f19-15ad72b35d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7875 | 2024.11.01 06:55:07.600740 [ 289 ] {} <Debug> HTTP-Session: 14f2cc22-ebbe-4aa9-9f19-15ad72b35d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7876 | 2024.11.01 06:55:07.600798 [ 289 ] {} <Trace> HTTP-Session: 14f2cc22-ebbe-4aa9-9f19-15ad72b35d38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7877 | 2024.11.01 06:55:07.601012 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52733) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7878 | 2024.11.01 06:55:07.601087 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7879 | 2024.11.01 06:55:07.601416 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7880 | 2024.11.01 06:55:07.601904 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2024.11.01 06:55:07.601945 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7882 | 2024.11.01 06:55:07.602362 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7883 | 2024.11.01 06:55:07.602743 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2024.11.01 06:55:07.602919 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.18 MiB/sec. | ||
| 7885 | 2024.11.01 06:55:07.603129 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Debug> DynamicQueryHandler: Done processing query | ||
| 7886 | 2024.11.01 06:55:07.603155 [ 289 ] {9f8d5ea8-26c7-4416-9b7d-2fe642f83220} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7887 | 2024.11.01 06:55:07.603172 [ 289 ] {} <Debug> HTTP-Session: 14f2cc22-ebbe-4aa9-9f19-15ad72b35d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7888 | 2024.11.01 06:55:07.603377 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7889 | 2024.11.01 06:55:07.603540 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36543, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7890 | 2024.11.01 06:55:07.603702 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7891 | 2024.11.01 06:55:07.603748 [ 285 ] {} <Debug> HTTP-Session: df91404e-8f2c-45cf-9d09-f0201fbb7287 Authenticating user 'default' from [fd00:1122:3344:101::d]:36543 | ||
| 7892 | 2024.11.01 06:55:07.603791 [ 285 ] {} <Debug> HTTP-Session: df91404e-8f2c-45cf-9d09-f0201fbb7287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7893 | 2024.11.01 06:55:07.603819 [ 285 ] {} <Debug> HTTP-Session: df91404e-8f2c-45cf-9d09-f0201fbb7287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7894 | 2024.11.01 06:55:07.603904 [ 285 ] {} <Trace> HTTP-Session: df91404e-8f2c-45cf-9d09-f0201fbb7287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7895 | 2024.11.01 06:55:07.604198 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36543) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7896 | 2024.11.01 06:55:07.604266 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7897 | 2024.11.01 06:55:07.604610 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7898 | 2024.11.01 06:55:07.605013 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2024.11.01 06:55:07.605052 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7900 | 2024.11.01 06:55:07.605485 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7901 | 2024.11.01 06:55:07.605872 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2024.11.01 06:55:07.606016 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00192 sec., 33333.333333333336 rows/sec., 2.60 MiB/sec. | ||
| 7903 | 2024.11.01 06:55:07.606203 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7904 | 2024.11.01 06:55:07.606228 [ 285 ] {231ff6f7-1cc7-4adc-9611-d26a19dcad3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7905 | 2024.11.01 06:55:07.606246 [ 285 ] {} <Debug> HTTP-Session: df91404e-8f2c-45cf-9d09-f0201fbb7287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7906 | 2024.11.01 06:55:07.606433 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7907 | 2024.11.01 06:55:07.606535 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53544, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7908 | 2024.11.01 06:55:07.606610 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7909 | 2024.11.01 06:55:07.606631 [ 289 ] {} <Debug> HTTP-Session: f643357c-78f7-474a-89f1-7bb13cd672f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53544 | ||
| 7910 | 2024.11.01 06:55:07.606649 [ 289 ] {} <Debug> HTTP-Session: f643357c-78f7-474a-89f1-7bb13cd672f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7911 | 2024.11.01 06:55:07.606663 [ 289 ] {} <Debug> HTTP-Session: f643357c-78f7-474a-89f1-7bb13cd672f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7912 | 2024.11.01 06:55:07.606703 [ 289 ] {} <Trace> HTTP-Session: f643357c-78f7-474a-89f1-7bb13cd672f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7913 | 2024.11.01 06:55:07.606869 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53544) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7914 | 2024.11.01 06:55:07.606921 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7915 | 2024.11.01 06:55:07.607109 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7916 | 2024.11.01 06:55:07.607511 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2024.11.01 06:55:07.607548 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7918 | 2024.11.01 06:55:07.607944 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7919 | 2024.11.01 06:55:07.608295 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2024.11.01 06:55:07.608456 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001658 sec., 77201.44752714114 rows/sec., 5.38 MiB/sec. | ||
| 7921 | 2024.11.01 06:55:07.608630 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 7922 | 2024.11.01 06:55:07.608654 [ 289 ] {d80588fa-6a67-4a44-929a-95c72c200aaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7923 | 2024.11.01 06:55:07.608670 [ 289 ] {} <Debug> HTTP-Session: f643357c-78f7-474a-89f1-7bb13cd672f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7924 | 2024.11.01 06:55:07.608836 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7925 | 2024.11.01 06:55:07.608900 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41645, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7926 | 2024.11.01 06:55:07.608976 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7927 | 2024.11.01 06:55:07.609001 [ 285 ] {} <Debug> HTTP-Session: db73968c-1294-4981-9d7d-ca5eae9240db Authenticating user 'default' from [fd00:1122:3344:101::d]:41645 | ||
| 7928 | 2024.11.01 06:55:07.609018 [ 285 ] {} <Debug> HTTP-Session: db73968c-1294-4981-9d7d-ca5eae9240db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7929 | 2024.11.01 06:55:07.609032 [ 285 ] {} <Debug> HTTP-Session: db73968c-1294-4981-9d7d-ca5eae9240db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7930 | 2024.11.01 06:55:07.609071 [ 285 ] {} <Trace> HTTP-Session: db73968c-1294-4981-9d7d-ca5eae9240db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7931 | 2024.11.01 06:55:07.609217 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7932 | 2024.11.01 06:55:07.609275 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7933 | 2024.11.01 06:55:07.609467 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7934 | 2024.11.01 06:55:07.609783 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2024.11.01 06:55:07.609825 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7936 | 2024.11.01 06:55:07.610240 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7937 | 2024.11.01 06:55:07.610569 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2024.11.01 06:55:07.610696 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001526 sec., 31454.78374836173 rows/sec., 2.12 MiB/sec. | ||
| 7939 | 2024.11.01 06:55:07.610887 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Debug> DynamicQueryHandler: Done processing query | ||
| 7940 | 2024.11.01 06:55:07.610921 [ 285 ] {86edebdb-be6d-41ab-a7bc-793d1c2aa409} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7941 | 2024.11.01 06:55:07.610947 [ 285 ] {} <Debug> HTTP-Session: db73968c-1294-4981-9d7d-ca5eae9240db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7942 | 2024.11.01 06:55:07.611432 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7943 | 2024.11.01 06:55:08.926421 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7944 | 2024.11.01 06:55:09.218844 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7945 | 2024.11.01 06:55:09.265270 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7946 | 2024.11.01 06:55:09.270642 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7947 | 2024.11.01 06:55:09.346036 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7948 | 2024.11.01 06:55:09.355470 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7949 | 2024.11.01 06:55:09.375889 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7950 | 2024.11.01 06:55:09.384235 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7951 | 2024.11.01 06:55:10.892631 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7952 | 2024.11.01 06:55:10.892687 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7953 | 2024.11.01 06:55:11.001233 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000852278 sec. | ||
| 7954 | 2024.11.01 06:55:11.092129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 746 | ||
| 7955 | 2024.11.01 06:55:11.094797 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7956 | 2024.11.01 06:55:11.094838 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7957 | 2024.11.01 06:55:11.096383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7958 | 2024.11.01 06:55:11.097391 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7959 | 2024.11.01 06:55:11.098152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 7960 | 2024.11.01 06:55:12.601469 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41516, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7961 | 2024.11.01 06:55:12.601614 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7962 | 2024.11.01 06:55:12.601646 [ 285 ] {} <Debug> HTTP-Session: 7f35512f-af24-44e3-8a6a-3acc98c1c8d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41516 | ||
| 7963 | 2024.11.01 06:55:12.601675 [ 285 ] {} <Debug> HTTP-Session: 7f35512f-af24-44e3-8a6a-3acc98c1c8d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7964 | 2024.11.01 06:55:12.601693 [ 285 ] {} <Debug> HTTP-Session: 7f35512f-af24-44e3-8a6a-3acc98c1c8d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7965 | 2024.11.01 06:55:12.601755 [ 285 ] {} <Trace> HTTP-Session: 7f35512f-af24-44e3-8a6a-3acc98c1c8d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7966 | 2024.11.01 06:55:12.601976 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41516) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7967 | 2024.11.01 06:55:12.602054 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7968 | 2024.11.01 06:55:12.602429 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7969 | 2024.11.01 06:55:12.602991 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2024.11.01 06:55:12.603032 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7971 | 2024.11.01 06:55:12.603461 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7972 | 2024.11.01 06:55:12.603850 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2024.11.01 06:55:12.603998 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002101 sec., 26653.974297953355 rows/sec., 2.05 MiB/sec. | ||
| 7974 | 2024.11.01 06:55:12.604322 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7975 | 2024.11.01 06:55:12.604362 [ 285 ] {f44f8ba3-54e4-4e13-bae3-2777d7406c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7976 | 2024.11.01 06:55:12.604381 [ 285 ] {} <Debug> HTTP-Session: 7f35512f-af24-44e3-8a6a-3acc98c1c8d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7977 | 2024.11.01 06:55:12.604597 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7978 | 2024.11.01 06:55:12.604762 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44114, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7979 | 2024.11.01 06:55:12.604969 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7980 | 2024.11.01 06:55:12.605016 [ 289 ] {} <Debug> HTTP-Session: 4c2c8190-75de-471f-ae55-541ca32f4102 Authenticating user 'default' from [fd00:1122:3344:101::d]:44114 | ||
| 7981 | 2024.11.01 06:55:12.605058 [ 289 ] {} <Debug> HTTP-Session: 4c2c8190-75de-471f-ae55-541ca32f4102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7982 | 2024.11.01 06:55:12.605087 [ 289 ] {} <Debug> HTTP-Session: 4c2c8190-75de-471f-ae55-541ca32f4102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7983 | 2024.11.01 06:55:12.605184 [ 289 ] {} <Trace> HTTP-Session: 4c2c8190-75de-471f-ae55-541ca32f4102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7984 | 2024.11.01 06:55:12.605441 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44114) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7985 | 2024.11.01 06:55:12.605509 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7986 | 2024.11.01 06:55:12.605848 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7987 | 2024.11.01 06:55:12.606283 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7988 | 2024.11.01 06:55:12.606351 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7989 | 2024.11.01 06:55:12.606775 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7990 | 2024.11.01 06:55:12.607190 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7991 | 2024.11.01 06:55:12.607375 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 7992 | 2024.11.01 06:55:12.607708 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7993 | 2024.11.01 06:55:12.607755 [ 289 ] {165cf51d-82d0-4fb8-b242-8263669399c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7994 | 2024.11.01 06:55:12.607774 [ 289 ] {} <Debug> HTTP-Session: 4c2c8190-75de-471f-ae55-541ca32f4102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7995 | 2024.11.01 06:55:12.607980 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7996 | 2024.11.01 06:55:12.608011 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41516, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7997 | 2024.11.01 06:55:12.608127 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7998 | 2024.11.01 06:55:12.608162 [ 285 ] {} <Debug> HTTP-Session: 16602294-80bb-453b-a2e1-ec5a3d4ccbab Authenticating user 'default' from [fd00:1122:3344:101::d]:41516 | ||
| 7999 | 2024.11.01 06:55:12.608189 [ 285 ] {} <Debug> HTTP-Session: 16602294-80bb-453b-a2e1-ec5a3d4ccbab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8000 | 2024.11.01 06:55:12.608208 [ 285 ] {} <Debug> HTTP-Session: 16602294-80bb-453b-a2e1-ec5a3d4ccbab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8001 | 2024.11.01 06:55:12.608258 [ 285 ] {} <Trace> HTTP-Session: 16602294-80bb-453b-a2e1-ec5a3d4ccbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8002 | 2024.11.01 06:55:12.608446 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41516) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8003 | 2024.11.01 06:55:12.608503 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8004 | 2024.11.01 06:55:12.608698 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8005 | 2024.11.01 06:55:12.609088 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8006 | 2024.11.01 06:55:12.609126 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8007 | 2024.11.01 06:55:12.609553 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8008 | 2024.11.01 06:55:12.609927 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8009 | 2024.11.01 06:55:12.610068 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 8010 | 2024.11.01 06:55:12.610252 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8011 | 2024.11.01 06:55:12.610284 [ 285 ] {b0488dcc-e0ae-4105-8de2-dcfa01b7046e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8012 | 2024.11.01 06:55:12.610303 [ 285 ] {} <Debug> HTTP-Session: 16602294-80bb-453b-a2e1-ec5a3d4ccbab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8013 | 2024.11.01 06:55:12.610530 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8014 | 2024.11.01 06:55:12.610699 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36611, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8015 | 2024.11.01 06:55:12.610818 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8016 | 2024.11.01 06:55:12.610860 [ 289 ] {} <Debug> HTTP-Session: 176b0b9e-a8dc-41eb-a77f-12c8e98e03ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36611 | ||
| 8017 | 2024.11.01 06:55:12.610895 [ 289 ] {} <Debug> HTTP-Session: 176b0b9e-a8dc-41eb-a77f-12c8e98e03ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8018 | 2024.11.01 06:55:12.610923 [ 289 ] {} <Debug> HTTP-Session: 176b0b9e-a8dc-41eb-a77f-12c8e98e03ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8019 | 2024.11.01 06:55:12.610993 [ 289 ] {} <Trace> HTTP-Session: 176b0b9e-a8dc-41eb-a77f-12c8e98e03ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8020 | 2024.11.01 06:55:12.611255 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36611) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8021 | 2024.11.01 06:55:12.611339 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8022 | 2024.11.01 06:55:12.611503 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8023 | 2024.11.01 06:55:12.611838 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8024 | 2024.11.01 06:55:12.611874 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8025 | 2024.11.01 06:55:12.612257 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8026 | 2024.11.01 06:55:12.612563 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2024.11.01 06:55:12.612721 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 8028 | 2024.11.01 06:55:12.612966 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8029 | 2024.11.01 06:55:12.613019 [ 289 ] {ef59bfc8-442a-4cd9-be89-fc20f5ae7da2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8030 | 2024.11.01 06:55:12.613047 [ 289 ] {} <Debug> HTTP-Session: 176b0b9e-a8dc-41eb-a77f-12c8e98e03ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8031 | 2024.11.01 06:55:12.613322 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8032 | 2024.11.01 06:55:17.607841 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41516, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8033 | 2024.11.01 06:55:17.608057 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8034 | 2024.11.01 06:55:17.608105 [ 285 ] {} <Debug> HTTP-Session: 2b195a3e-c506-4678-99a2-5f376d255906 Authenticating user 'default' from [fd00:1122:3344:101::d]:41516 | ||
| 8035 | 2024.11.01 06:55:17.608148 [ 285 ] {} <Debug> HTTP-Session: 2b195a3e-c506-4678-99a2-5f376d255906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8036 | 2024.11.01 06:55:17.608177 [ 285 ] {} <Debug> HTTP-Session: 2b195a3e-c506-4678-99a2-5f376d255906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8037 | 2024.11.01 06:55:17.608262 [ 285 ] {} <Trace> HTTP-Session: 2b195a3e-c506-4678-99a2-5f376d255906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8038 | 2024.11.01 06:55:17.608642 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41516) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8039 | 2024.11.01 06:55:17.608714 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8040 | 2024.11.01 06:55:17.609069 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8041 | 2024.11.01 06:55:17.609711 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8042 | 2024.11.01 06:55:17.609761 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8043 | 2024.11.01 06:55:17.610227 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8044 | 2024.11.01 06:55:17.610642 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8045 | 2024.11.01 06:55:17.610832 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002332 sec., 114493.99656946828 rows/sec., 10.19 MiB/sec. | ||
| 8046 | 2024.11.01 06:55:17.610844 [ 40 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8047 | 2024.11.01 06:55:17.610951 [ 40 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2024.11.01 06:55:17.611008 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8049 | 2024.11.01 06:55:17.611160 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8050 | 2024.11.01 06:55:17.611161 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8051 | 2024.11.01 06:55:17.611195 [ 285 ] {d8e39934-b0d8-4f53-8ba6-91ce1770c8f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8052 | 2024.11.01 06:55:17.611225 [ 285 ] {} <Debug> HTTP-Session: 2b195a3e-c506-4678-99a2-5f376d255906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8053 | 2024.11.01 06:55:17.611338 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8054 | 2024.11.01 06:55:17.611378 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1417 rows starting from the beginning of the part | ||
| 8055 | 2024.11.01 06:55:17.611470 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8056 | 2024.11.01 06:55:17.611531 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8057 | 2024.11.01 06:55:17.611798 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43652, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8058 | 2024.11.01 06:55:17.611816 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 8059 | |||
| 8060 | (version 23.8.7.1) | ||
| 8061 | 2024.11.01 06:55:17.612035 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 267 rows starting from the beginning of the part | ||
| 8062 | 2024.11.01 06:55:17.612042 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8063 | 2024.11.01 06:55:17.612135 [ 289 ] {} <Debug> HTTP-Session: f1f0c698-a75e-40b8-ab37-858db2c96d65 Authenticating user 'default' from [fd00:1122:3344:101::d]:43652 | ||
| 8064 | 2024.11.01 06:55:17.612221 [ 289 ] {} <Debug> HTTP-Session: f1f0c698-a75e-40b8-ab37-858db2c96d65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8065 | 2024.11.01 06:55:17.612295 [ 289 ] {} <Debug> HTTP-Session: f1f0c698-a75e-40b8-ab37-858db2c96d65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8066 | 2024.11.01 06:55:17.612309 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 8067 | 2024.11.01 06:55:17.612453 [ 289 ] {} <Trace> HTTP-Session: f1f0c698-a75e-40b8-ab37-858db2c96d65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8068 | 2024.11.01 06:55:17.612555 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8069 | 2024.11.01 06:55:17.612886 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 267 rows starting from the beginning of the part | ||
| 8070 | 2024.11.01 06:55:17.612896 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43652) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8071 | 2024.11.01 06:55:17.613078 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8072 | 2024.11.01 06:55:17.614162 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8073 | 2024.11.01 06:55:17.615173 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8074 | 2024.11.01 06:55:17.615261 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8075 | 2024.11.01 06:55:17.616069 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8076 | 2024.11.01 06:55:17.616192 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2119 rows, containing 5 columns (5 merged, 0 gathered) in 0.005091958 sec., 416146.40183599317 rows/sec., 36.78 MiB/sec. | ||
| 8077 | 2024.11.01 06:55:17.616565 [ 190 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8078 | 2024.11.01 06:55:17.616670 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2024.11.01 06:55:17.617026 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004256 sec., 9163.533834586466 rows/sec., 689.05 KiB/sec. | ||
| 8080 | 2024.11.01 06:55:17.618231 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8081 | 2024.11.01 06:55:17.618369 [ 289 ] {e24ad849-e6a4-4243-9bee-e4686dc1d3c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8082 | 2024.11.01 06:55:17.618456 [ 289 ] {} <Debug> HTTP-Session: f1f0c698-a75e-40b8-ab37-858db2c96d65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8083 | 2024.11.01 06:55:17.618722 [ 190 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2024.11.01 06:55:17.618760 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8085 | 2024.11.01 06:55:17.618930 [ 190 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_46_9} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8086 | 2024.11.01 06:55:17.618929 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54308, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8087 | 2024.11.01 06:55:17.619114 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8088 | 2024.11.01 06:55:17.619124 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8089 | 2024.11.01 06:55:17.619192 [ 285 ] {} <Debug> HTTP-Session: fbb22623-50e2-4140-9021-0b232451a7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54308 | ||
| 8090 | 2024.11.01 06:55:17.619238 [ 285 ] {} <Debug> HTTP-Session: fbb22623-50e2-4140-9021-0b232451a7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8091 | 2024.11.01 06:55:17.619267 [ 285 ] {} <Debug> HTTP-Session: fbb22623-50e2-4140-9021-0b232451a7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8092 | 2024.11.01 06:55:17.619342 [ 285 ] {} <Trace> HTTP-Session: fbb22623-50e2-4140-9021-0b232451a7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2024.11.01 06:55:17.619545 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54308) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8094 | 2024.11.01 06:55:17.619596 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8095 | 2024.11.01 06:55:17.619868 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8096 | 2024.11.01 06:55:17.620218 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8097 | 2024.11.01 06:55:17.620259 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8098 | 2024.11.01 06:55:17.620639 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8099 | 2024.11.01 06:55:17.621018 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8100 | 2024.11.01 06:55:17.621187 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001683 sec., 8318.478906714201 rows/sec., 582.57 KiB/sec. | ||
| 8101 | 2024.11.01 06:55:17.621452 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8102 | 2024.11.01 06:55:17.621486 [ 285 ] {df4ccc57-a394-45d2-beba-d048c3d8044e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8103 | 2024.11.01 06:55:17.621506 [ 285 ] {} <Debug> HTTP-Session: fbb22623-50e2-4140-9021-0b232451a7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8104 | 2024.11.01 06:55:17.621673 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8105 | 2024.11.01 06:55:17.621758 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36506, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8106 | 2024.11.01 06:55:17.621846 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8107 | 2024.11.01 06:55:17.621873 [ 289 ] {} <Debug> HTTP-Session: 4715cc51-2367-4090-94eb-007a7740d99d Authenticating user 'default' from [fd00:1122:3344:101::d]:36506 | ||
| 8108 | 2024.11.01 06:55:17.621897 [ 289 ] {} <Debug> HTTP-Session: 4715cc51-2367-4090-94eb-007a7740d99d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8109 | 2024.11.01 06:55:17.621914 [ 289 ] {} <Debug> HTTP-Session: 4715cc51-2367-4090-94eb-007a7740d99d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8110 | 2024.11.01 06:55:17.621963 [ 289 ] {} <Trace> HTTP-Session: 4715cc51-2367-4090-94eb-007a7740d99d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2024.11.01 06:55:17.622100 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36506) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8112 | 2024.11.01 06:55:17.622156 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8113 | 2024.11.01 06:55:17.622474 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8114 | 2024.11.01 06:55:17.622829 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8115 | 2024.11.01 06:55:17.622867 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8116 | 2024.11.01 06:55:17.623243 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8117 | 2024.11.01 06:55:17.623628 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8118 | 2024.11.01 06:55:17.623760 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001697 sec., 3535.6511490866237 rows/sec., 208.89 KiB/sec. | ||
| 8119 | 2024.11.01 06:55:17.624104 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8120 | 2024.11.01 06:55:17.624128 [ 289 ] {f2b2b64c-1a33-48b2-96b1-27e0611bdba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8121 | 2024.11.01 06:55:17.624146 [ 289 ] {} <Debug> HTTP-Session: 4715cc51-2367-4090-94eb-007a7740d99d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8122 | 2024.11.01 06:55:17.624371 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8123 | 2024.11.01 06:55:17.624469 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64237, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8124 | 2024.11.01 06:55:17.624535 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8125 | 2024.11.01 06:55:17.624557 [ 285 ] {} <Debug> HTTP-Session: 3d25d21e-62ba-487f-87fa-712f89856c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64237 | ||
| 8126 | 2024.11.01 06:55:17.624576 [ 285 ] {} <Debug> HTTP-Session: 3d25d21e-62ba-487f-87fa-712f89856c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8127 | 2024.11.01 06:55:17.624590 [ 285 ] {} <Debug> HTTP-Session: 3d25d21e-62ba-487f-87fa-712f89856c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8128 | 2024.11.01 06:55:17.624631 [ 285 ] {} <Trace> HTTP-Session: 3d25d21e-62ba-487f-87fa-712f89856c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2024.11.01 06:55:17.624906 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64237) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8130 | 2024.11.01 06:55:17.624958 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8131 | 2024.11.01 06:55:17.625223 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8132 | 2024.11.01 06:55:17.625818 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2024.11.01 06:55:17.625856 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8134 | 2024.11.01 06:55:17.626231 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8135 | 2024.11.01 06:55:17.626591 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2024.11.01 06:55:17.626750 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00199 sec., 211557.7889447236 rows/sec., 15.12 MiB/sec. | ||
| 8137 | 2024.11.01 06:55:17.626761 [ 40 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8138 | 2024.11.01 06:55:17.626847 [ 40 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8139 | 2024.11.01 06:55:17.626913 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8140 | 2024.11.01 06:55:17.627036 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Debug> DynamicQueryHandler: Done processing query | ||
| 8141 | 2024.11.01 06:55:17.627064 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8142 | 2024.11.01 06:55:17.627073 [ 285 ] {cce59100-7db7-46ed-9833-82b9f0679232} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8143 | 2024.11.01 06:55:17.627109 [ 285 ] {} <Debug> HTTP-Session: 3d25d21e-62ba-487f-87fa-712f89856c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8144 | 2024.11.01 06:55:17.627218 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8145 | 2024.11.01 06:55:17.627294 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 8146 | 2024.11.01 06:55:17.627340 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8147 | 2024.11.01 06:55:17.627368 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36506, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8148 | 2024.11.01 06:55:17.627596 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8149 | 2024.11.01 06:55:17.627614 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8150 | 2024.11.01 06:55:17.627722 [ 289 ] {} <Debug> HTTP-Session: e426f444-2cc6-4535-8269-8b240f669ee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36506 | ||
| 8151 | 2024.11.01 06:55:17.627819 [ 289 ] {} <Debug> HTTP-Session: e426f444-2cc6-4535-8269-8b240f669ee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8152 | 2024.11.01 06:55:17.627924 [ 289 ] {} <Debug> HTTP-Session: e426f444-2cc6-4535-8269-8b240f669ee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8153 | 2024.11.01 06:55:17.627949 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 421 rows starting from the beginning of the part | ||
| 8154 | 2024.11.01 06:55:17.628105 [ 289 ] {} <Trace> HTTP-Session: e426f444-2cc6-4535-8269-8b240f669ee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8155 | 2024.11.01 06:55:17.628234 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 8156 | 2024.11.01 06:55:17.628547 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8157 | 2024.11.01 06:55:17.628578 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36506) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8158 | 2024.11.01 06:55:17.628804 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 421 rows starting from the beginning of the part | ||
| 8159 | 2024.11.01 06:55:17.628808 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8160 | 2024.11.01 06:55:17.629554 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8161 | 2024.11.01 06:55:17.630217 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8162 | 2024.11.01 06:55:17.630285 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8163 | 2024.11.01 06:55:17.631294 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8164 | 2024.11.01 06:55:17.631964 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.004965547 sec., 392101.81677869527 rows/sec., 30.01 MiB/sec. | ||
| 8165 | 2024.11.01 06:55:17.632120 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2024.11.01 06:55:17.632199 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8167 | 2024.11.01 06:55:17.632455 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004059 sec., 1478.1966001478197 rows/sec., 77.23 KiB/sec. | ||
| 8168 | 2024.11.01 06:55:17.633394 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Debug> DynamicQueryHandler: Done processing query | ||
| 8169 | 2024.11.01 06:55:17.633489 [ 289 ] {ce84e150-6510-4009-807c-9ccc0bf37ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8170 | 2024.11.01 06:55:17.633575 [ 289 ] {} <Debug> HTTP-Session: e426f444-2cc6-4535-8269-8b240f669ee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8171 | 2024.11.01 06:55:17.633856 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8172 | 2024.11.01 06:55:17.633926 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8173 | 2024.11.01 06:55:17.634010 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33075, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8174 | 2024.11.01 06:55:17.634082 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_46_9} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8175 | 2024.11.01 06:55:17.634095 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8176 | 2024.11.01 06:55:17.634110 [ 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): | ||
| 8177 | |||
| 8178 | (version 23.8.7.1) | ||
| 8179 | 2024.11.01 06:55:17.634147 [ 285 ] {} <Debug> HTTP-Session: cc85776c-420c-4a5b-bfc4-290642745709 Authenticating user 'default' from [fd00:1122:3344:101::d]:33075 | ||
| 8180 | 2024.11.01 06:55:17.634237 [ 285 ] {} <Debug> HTTP-Session: cc85776c-420c-4a5b-bfc4-290642745709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8181 | 2024.11.01 06:55:17.634252 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8182 | 2024.11.01 06:55:17.634261 [ 285 ] {} <Debug> HTTP-Session: cc85776c-420c-4a5b-bfc4-290642745709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8183 | 2024.11.01 06:55:17.634309 [ 285 ] {} <Trace> HTTP-Session: cc85776c-420c-4a5b-bfc4-290642745709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8184 | 2024.11.01 06:55:17.634503 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33075) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8185 | 2024.11.01 06:55:17.634552 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8186 | 2024.11.01 06:55:17.634721 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8187 | 2024.11.01 06:55:17.635201 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8188 | 2024.11.01 06:55:17.635238 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8189 | 2024.11.01 06:55:17.635645 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8190 | 2024.11.01 06:55:17.636000 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8191 | 2024.11.01 06:55:17.636151 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00174 sec., 136206.89655172414 rows/sec., 9.13 MiB/sec. | ||
| 8192 | 2024.11.01 06:55:17.636167 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8193 | 2024.11.01 06:55:17.636266 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8194 | 2024.11.01 06:55:17.636326 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8195 | 2024.11.01 06:55:17.636466 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Debug> DynamicQueryHandler: Done processing query | ||
| 8196 | 2024.11.01 06:55:17.636486 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8197 | 2024.11.01 06:55:17.636499 [ 285 ] {d2c5c0e8-a1a5-4b02-b0e4-8a4b96678d38} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8198 | 2024.11.01 06:55:17.636533 [ 285 ] {} <Debug> HTTP-Session: cc85776c-420c-4a5b-bfc4-290642745709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8199 | 2024.11.01 06:55:17.636633 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8200 | 2024.11.01 06:55:17.636666 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 8600 rows starting from the beginning of the part | ||
| 8201 | 2024.11.01 06:55:17.636786 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8202 | 2024.11.01 06:55:17.636805 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8203 | 2024.11.01 06:55:17.637042 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49976, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8204 | 2024.11.01 06:55:17.637321 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8205 | 2024.11.01 06:55:17.637337 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8206 | 2024.11.01 06:55:17.637407 [ 289 ] {} <Debug> HTTP-Session: b0b3606e-f9cd-4284-b7a2-1ec75e1141d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49976 | ||
| 8207 | 2024.11.01 06:55:17.637526 [ 289 ] {} <Debug> HTTP-Session: b0b3606e-f9cd-4284-b7a2-1ec75e1141d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8208 | 2024.11.01 06:55:17.637595 [ 289 ] {} <Debug> HTTP-Session: b0b3606e-f9cd-4284-b7a2-1ec75e1141d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8209 | 2024.11.01 06:55:17.637741 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 128 rows starting from the beginning of the part | ||
| 8210 | 2024.11.01 06:55:17.637771 [ 289 ] {} <Trace> HTTP-Session: b0b3606e-f9cd-4284-b7a2-1ec75e1141d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8211 | 2024.11.01 06:55:17.637919 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8212 | 2024.11.01 06:55:17.638179 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49976) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8213 | 2024.11.01 06:55:17.638206 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8214 | 2024.11.01 06:55:17.638358 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8215 | 2024.11.01 06:55:17.638967 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8216 | 2024.11.01 06:55:17.639476 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8217 | 2024.11.01 06:55:17.639515 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8218 | 2024.11.01 06:55:17.640229 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8219 | 2024.11.01 06:55:17.641242 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2024.11.01 06:55:17.641447 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003452 sec., 289.6871378910776 rows/sec., 19.52 KiB/sec. | ||
| 8221 | 2024.11.01 06:55:17.642139 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8222 | 2024.11.01 06:55:17.642305 [ 289 ] {da7bb5e2-2381-4beb-bb52-99a1f07939a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8223 | 2024.11.01 06:55:17.642397 [ 289 ] {} <Debug> HTTP-Session: b0b3606e-f9cd-4284-b7a2-1ec75e1141d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8224 | 2024.11.01 06:55:17.642673 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8225 | 2024.11.01 06:55:17.642805 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63817, User-Agent: (none), Length: 65675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8226 | 2024.11.01 06:55:17.642868 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8227 | 2024.11.01 06:55:17.642888 [ 285 ] {} <Debug> HTTP-Session: 0a214481-e799-40f1-84aa-aeb95181a528 Authenticating user 'default' from [fd00:1122:3344:101::d]:63817 | ||
| 8228 | 2024.11.01 06:55:17.642905 [ 285 ] {} <Debug> HTTP-Session: 0a214481-e799-40f1-84aa-aeb95181a528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8229 | 2024.11.01 06:55:17.642920 [ 285 ] {} <Debug> HTTP-Session: 0a214481-e799-40f1-84aa-aeb95181a528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8230 | 2024.11.01 06:55:17.642957 [ 285 ] {} <Trace> HTTP-Session: 0a214481-e799-40f1-84aa-aeb95181a528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8231 | 2024.11.01 06:55:17.643559 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9522 rows, containing 5 columns (5 merged, 0 gathered) in 0.007137258 sec., 1334125.7945278145 rows/sec., 90.93 MiB/sec. | ||
| 8232 | 2024.11.01 06:55:17.643682 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63817) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8233 | 2024.11.01 06:55:17.643779 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <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 | ||
| 8234 | 2024.11.01 06:55:17.643853 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8235 | 2024.11.01 06:55:17.645367 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8236 | 2024.11.01 06:55:17.645388 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8237 | 2024.11.01 06:55:17.645564 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8238 | 2024.11.01 06:55:17.645702 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 8239 | 2024.11.01 06:55:17.646291 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2024.11.01 06:55:17.646335 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8241 | 2024.11.01 06:55:17.647037 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8242 | 2024.11.01 06:55:17.647465 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2024.11.01 06:55:17.647667 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004577 sec., 8520.865195542932 rows/sec., 15.27 MiB/sec. | ||
| 8244 | 2024.11.01 06:55:17.648724 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8245 | 2024.11.01 06:55:17.648751 [ 285 ] {88d2b04d-4cfc-4992-ba9b-76657b04409c} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 8246 | 2024.11.01 06:55:17.648768 [ 285 ] {} <Debug> HTTP-Session: 0a214481-e799-40f1-84aa-aeb95181a528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8247 | 2024.11.01 06:55:17.649008 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8248 | 2024.11.01 06:55:17.649014 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49976, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8249 | 2024.11.01 06:55:17.649111 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8250 | 2024.11.01 06:55:17.649136 [ 289 ] {} <Debug> HTTP-Session: dd692aff-02f8-4eca-96fe-f1388cef3242 Authenticating user 'default' from [fd00:1122:3344:101::d]:49976 | ||
| 8251 | 2024.11.01 06:55:17.649159 [ 289 ] {} <Debug> HTTP-Session: dd692aff-02f8-4eca-96fe-f1388cef3242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8252 | 2024.11.01 06:55:17.649185 [ 289 ] {} <Debug> HTTP-Session: dd692aff-02f8-4eca-96fe-f1388cef3242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8253 | 2024.11.01 06:55:17.649241 [ 289 ] {} <Trace> HTTP-Session: dd692aff-02f8-4eca-96fe-f1388cef3242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8254 | 2024.11.01 06:55:17.649424 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49976) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8255 | 2024.11.01 06:55:17.649482 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8256 | 2024.11.01 06:55:17.649634 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8257 | 2024.11.01 06:55:17.649943 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2024.11.01 06:55:17.649980 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8259 | 2024.11.01 06:55:17.650354 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8260 | 2024.11.01 06:55:17.650698 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2024.11.01 06:55:17.650857 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 8262 | 2024.11.01 06:55:17.650869 [ 38 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8263 | 2024.11.01 06:55:17.650949 [ 38 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8264 | 2024.11.01 06:55:17.651001 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8265 | 2024.11.01 06:55:17.651118 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Debug> DynamicQueryHandler: Done processing query | ||
| 8266 | 2024.11.01 06:55:17.651153 [ 289 ] {31288e4f-e0a5-40f6-a553-96577c002704} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8267 | 2024.11.01 06:55:17.651163 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8268 | 2024.11.01 06:55:17.651171 [ 289 ] {} <Debug> HTTP-Session: dd692aff-02f8-4eca-96fe-f1388cef3242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8269 | 2024.11.01 06:55:17.651312 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8270 | 2024.11.01 06:55:17.651350 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2496 rows starting from the beginning of the part | ||
| 8271 | 2024.11.01 06:55:17.651443 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8272 | 2024.11.01 06:55:17.651683 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8273 | 2024.11.01 06:55:17.651703 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8274 | 2024.11.01 06:55:17.651957 [ 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): | ||
| 8275 | |||
| 8276 | (version 23.8.7.1) | ||
| 8277 | 2024.11.01 06:55:17.651970 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8278 | 2024.11.01 06:55:17.652181 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8279 | 2024.11.01 06:55:17.652334 [ 200 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8280 | 2024.11.01 06:55:17.653864 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2828 rows, containing 4 columns (4 merged, 0 gathered) in 0.002771716 sec., 1020306.5537739076 rows/sec., 67.10 MiB/sec. | ||
| 8281 | 2024.11.01 06:55:17.654203 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8282 | 2024.11.01 06:55:17.654601 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_46_9} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8283 | 2024.11.01 06:55:17.654670 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_46_9} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8284 | 2024.11.01 06:55:17.654740 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 8285 | 2024.11.01 06:55:19.586902 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8286 | 2024.11.01 06:55:19.850479 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8287 | 2024.11.01 06:55:20.005640 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8288 | 2024.11.01 06:55:20.112336 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8289 | 2024.11.01 06:55:20.341773 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8290 | 2024.11.01 06:55:20.347679 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8291 | 2024.11.01 06:55:20.376221 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8292 | 2024.11.01 06:55:20.408754 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8293 | 2024.11.01 06:55:20.412092 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8294 | 2024.11.01 06:55:20.415430 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8295 | 2024.11.01 06:55:20.439822 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8296 | 2024.11.01 06:55:20.658950 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8297 | 2024.11.01 06:55:20.671095 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8298 | 2024.11.01 06:55:20.679409 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8299 | 2024.11.01 06:55:20.687719 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8300 | 2024.11.01 06:55:20.700592 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8301 | 2024.11.01 06:55:20.703053 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8302 | 2024.11.01 06:55:20.736587 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8303 | 2024.11.01 06:55:20.742073 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48600, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8304 | 2024.11.01 06:55:20.742149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8305 | 2024.11.01 06:55:20.747383 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8306 | 2024.11.01 06:55:20.782729 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8307 | 2024.11.01 06:55:20.785996 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8308 | 2024.11.01 06:55:20.799268 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8309 | 2024.11.01 06:55:21.098789 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 774 | ||
| 8310 | 2024.11.01 06:55:21.101647 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2024.11.01 06:55:21.101708 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8312 | 2024.11.01 06:55:21.103269 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8313 | 2024.11.01 06:55:21.104315 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8314 | 2024.11.01 06:55:21.104968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 774 | ||
| 8315 | 2024.11.01 06:55:22.601313 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8316 | 2024.11.01 06:55:22.601439 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8317 | 2024.11.01 06:55:22.601463 [ 286 ] {} <Debug> HTTP-Session: da633a14-6c10-4b24-8b64-d451accf09f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52571 | ||
| 8318 | 2024.11.01 06:55:22.601487 [ 286 ] {} <Debug> HTTP-Session: da633a14-6c10-4b24-8b64-d451accf09f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8319 | 2024.11.01 06:55:22.601501 [ 286 ] {} <Debug> HTTP-Session: da633a14-6c10-4b24-8b64-d451accf09f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8320 | 2024.11.01 06:55:22.601551 [ 286 ] {} <Trace> HTTP-Session: da633a14-6c10-4b24-8b64-d451accf09f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8321 | 2024.11.01 06:55:22.601743 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8322 | 2024.11.01 06:55:22.601809 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8323 | 2024.11.01 06:55:22.602129 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8324 | 2024.11.01 06:55:22.602587 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8325 | 2024.11.01 06:55:22.602627 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8326 | 2024.11.01 06:55:22.603037 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8327 | 2024.11.01 06:55:22.603421 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2024.11.01 06:55:22.603568 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec. | ||
| 8329 | 2024.11.01 06:55:22.603886 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Debug> DynamicQueryHandler: Done processing query | ||
| 8330 | 2024.11.01 06:55:22.603937 [ 286 ] {31d786aa-4e81-420a-91a1-ef7028f45701} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8331 | 2024.11.01 06:55:22.603970 [ 286 ] {} <Debug> HTTP-Session: da633a14-6c10-4b24-8b64-d451accf09f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8332 | 2024.11.01 06:55:22.604195 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8333 | 2024.11.01 06:55:22.604334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51314, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8334 | 2024.11.01 06:55:22.604463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8335 | 2024.11.01 06:55:22.604489 [ 3 ] {} <Debug> HTTP-Session: 374d069c-d4a9-4419-ac50-a37e1bb3172a Authenticating user 'default' from [fd00:1122:3344:101::d]:51314 | ||
| 8336 | 2024.11.01 06:55:22.604514 [ 3 ] {} <Debug> HTTP-Session: 374d069c-d4a9-4419-ac50-a37e1bb3172a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8337 | 2024.11.01 06:55:22.604528 [ 3 ] {} <Debug> HTTP-Session: 374d069c-d4a9-4419-ac50-a37e1bb3172a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8338 | 2024.11.01 06:55:22.604583 [ 3 ] {} <Trace> HTTP-Session: 374d069c-d4a9-4419-ac50-a37e1bb3172a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2024.11.01 06:55:22.604801 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51314) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8340 | 2024.11.01 06:55:22.604871 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8341 | 2024.11.01 06:55:22.605229 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8342 | 2024.11.01 06:55:22.605665 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8343 | 2024.11.01 06:55:22.605709 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8344 | 2024.11.01 06:55:22.606151 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8345 | 2024.11.01 06:55:22.606553 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8346 | 2024.11.01 06:55:22.606730 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002003 sec., 31952.07189216176 rows/sec., 2.49 MiB/sec. | ||
| 8347 | 2024.11.01 06:55:22.606941 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8348 | 2024.11.01 06:55:22.606969 [ 3 ] {bb957562-2841-4cab-a2c9-8e504df5b3fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8349 | 2024.11.01 06:55:22.606985 [ 3 ] {} <Debug> HTTP-Session: 374d069c-d4a9-4419-ac50-a37e1bb3172a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8350 | 2024.11.01 06:55:22.607192 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8351 | 2024.11.01 06:55:22.607203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8352 | 2024.11.01 06:55:22.607286 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8353 | 2024.11.01 06:55:22.607325 [ 286 ] {} <Debug> HTTP-Session: 6b2b3f1d-270d-4592-9123-5df97614d10d Authenticating user 'default' from [fd00:1122:3344:101::d]:52571 | ||
| 8354 | 2024.11.01 06:55:22.607349 [ 286 ] {} <Debug> HTTP-Session: 6b2b3f1d-270d-4592-9123-5df97614d10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8355 | 2024.11.01 06:55:22.607387 [ 286 ] {} <Debug> HTTP-Session: 6b2b3f1d-270d-4592-9123-5df97614d10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8356 | 2024.11.01 06:55:22.607435 [ 286 ] {} <Trace> HTTP-Session: 6b2b3f1d-270d-4592-9123-5df97614d10d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2024.11.01 06:55:22.607639 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8358 | 2024.11.01 06:55:22.607693 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8359 | 2024.11.01 06:55:22.607878 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8360 | 2024.11.01 06:55:22.608287 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2024.11.01 06:55:22.608323 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8362 | 2024.11.01 06:55:22.608721 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8363 | 2024.11.01 06:55:22.609080 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2024.11.01 06:55:22.609236 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 8365 | 2024.11.01 06:55:22.609548 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Debug> DynamicQueryHandler: Done processing query | ||
| 8366 | 2024.11.01 06:55:22.609589 [ 286 ] {8ed703a4-aadf-4212-a06d-84ea6942dece} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8367 | 2024.11.01 06:55:22.609614 [ 286 ] {} <Debug> HTTP-Session: 6b2b3f1d-270d-4592-9123-5df97614d10d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8368 | 2024.11.01 06:55:22.609788 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8369 | 2024.11.01 06:55:22.609907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57516, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8370 | 2024.11.01 06:55:22.609981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8371 | 2024.11.01 06:55:22.610006 [ 3 ] {} <Debug> HTTP-Session: 06b1860d-ec99-4c65-a84a-ba91467d3875 Authenticating user 'default' from [fd00:1122:3344:101::d]:57516 | ||
| 8372 | 2024.11.01 06:55:22.610028 [ 3 ] {} <Debug> HTTP-Session: 06b1860d-ec99-4c65-a84a-ba91467d3875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8373 | 2024.11.01 06:55:22.610045 [ 3 ] {} <Debug> HTTP-Session: 06b1860d-ec99-4c65-a84a-ba91467d3875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8374 | 2024.11.01 06:55:22.610091 [ 3 ] {} <Trace> HTTP-Session: 06b1860d-ec99-4c65-a84a-ba91467d3875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8375 | 2024.11.01 06:55:22.610251 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57516) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8376 | 2024.11.01 06:55:22.610312 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8377 | 2024.11.01 06:55:22.610509 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8378 | 2024.11.01 06:55:22.610844 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8379 | 2024.11.01 06:55:22.610881 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8380 | 2024.11.01 06:55:22.611277 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8381 | 2024.11.01 06:55:22.611622 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2024.11.01 06:55:22.611769 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 8383 | 2024.11.01 06:55:22.611942 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8384 | 2024.11.01 06:55:22.611967 [ 3 ] {05380fc4-dd19-4c8f-8392-9f370e3db30d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8385 | 2024.11.01 06:55:22.611983 [ 3 ] {} <Debug> HTTP-Session: 06b1860d-ec99-4c65-a84a-ba91467d3875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8386 | 2024.11.01 06:55:22.612249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8387 | 2024.11.01 06:55:25.892937 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8388 | 2024.11.01 06:55:25.893026 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8389 | 2024.11.01 06:55:27.601515 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8390 | 2024.11.01 06:55:27.601649 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8391 | 2024.11.01 06:55:27.601678 [ 286 ] {} <Debug> HTTP-Session: 529cc2c0-5624-4c38-adc8-fbac3fefc70b Authenticating user 'default' from [fd00:1122:3344:101::d]:52571 | ||
| 8392 | 2024.11.01 06:55:27.601706 [ 286 ] {} <Debug> HTTP-Session: 529cc2c0-5624-4c38-adc8-fbac3fefc70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8393 | 2024.11.01 06:55:27.601724 [ 286 ] {} <Debug> HTTP-Session: 529cc2c0-5624-4c38-adc8-fbac3fefc70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8394 | 2024.11.01 06:55:27.601778 [ 286 ] {} <Trace> HTTP-Session: 529cc2c0-5624-4c38-adc8-fbac3fefc70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2024.11.01 06:55:27.601974 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8396 | 2024.11.01 06:55:27.602036 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8397 | 2024.11.01 06:55:27.602358 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8398 | 2024.11.01 06:55:27.602818 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2024.11.01 06:55:27.602856 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8400 | 2024.11.01 06:55:27.603265 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8401 | 2024.11.01 06:55:27.603690 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2024.11.01 06:55:27.603833 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 8403 | 2024.11.01 06:55:27.604159 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Debug> DynamicQueryHandler: Done processing query | ||
| 8404 | 2024.11.01 06:55:27.604195 [ 286 ] {58090a20-1d85-414f-bc65-2878dfb86257} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8405 | 2024.11.01 06:55:27.604212 [ 286 ] {} <Debug> HTTP-Session: 529cc2c0-5624-4c38-adc8-fbac3fefc70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8406 | 2024.11.01 06:55:27.604412 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8407 | 2024.11.01 06:55:27.604562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41334, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8408 | 2024.11.01 06:55:27.604688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8409 | 2024.11.01 06:55:27.604713 [ 3 ] {} <Debug> HTTP-Session: 55db5f3c-3041-4b78-afc8-3523a073526b Authenticating user 'default' from [fd00:1122:3344:101::d]:41334 | ||
| 8410 | 2024.11.01 06:55:27.604739 [ 3 ] {} <Debug> HTTP-Session: 55db5f3c-3041-4b78-afc8-3523a073526b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8411 | 2024.11.01 06:55:27.604754 [ 3 ] {} <Debug> HTTP-Session: 55db5f3c-3041-4b78-afc8-3523a073526b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8412 | 2024.11.01 06:55:27.604812 [ 3 ] {} <Trace> HTTP-Session: 55db5f3c-3041-4b78-afc8-3523a073526b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8413 | 2024.11.01 06:55:27.605046 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41334) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8414 | 2024.11.01 06:55:27.605118 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8415 | 2024.11.01 06:55:27.605482 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8416 | 2024.11.01 06:55:27.605917 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2024.11.01 06:55:27.605960 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8418 | 2024.11.01 06:55:27.606423 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8419 | 2024.11.01 06:55:27.606823 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2024.11.01 06:55:27.607010 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002034 sec., 31465.09341199607 rows/sec., 2.46 MiB/sec. | ||
| 8421 | 2024.11.01 06:55:27.607217 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8422 | 2024.11.01 06:55:27.607245 [ 3 ] {cda6f9fa-f31b-4ab5-a954-04db0cedf47e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8423 | 2024.11.01 06:55:27.607262 [ 3 ] {} <Debug> HTTP-Session: 55db5f3c-3041-4b78-afc8-3523a073526b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8424 | 2024.11.01 06:55:27.607446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41334, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8425 | 2024.11.01 06:55:27.607509 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8426 | 2024.11.01 06:55:27.607572 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8427 | 2024.11.01 06:55:27.607594 [ 286 ] {} <Debug> HTTP-Session: 22d6f2ae-32bc-4eb5-8fd7-14e782e14bb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:52571 | ||
| 8428 | 2024.11.01 06:55:27.607623 [ 286 ] {} <Debug> HTTP-Session: 22d6f2ae-32bc-4eb5-8fd7-14e782e14bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8429 | 2024.11.01 06:55:27.607639 [ 286 ] {} <Debug> HTTP-Session: 22d6f2ae-32bc-4eb5-8fd7-14e782e14bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8430 | 2024.11.01 06:55:27.607686 [ 286 ] {} <Trace> HTTP-Session: 22d6f2ae-32bc-4eb5-8fd7-14e782e14bb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8431 | 2024.11.01 06:55:27.607861 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52571) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8432 | 2024.11.01 06:55:27.607914 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8433 | 2024.11.01 06:55:27.608095 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8434 | 2024.11.01 06:55:27.608507 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2024.11.01 06:55:27.608543 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8436 | 2024.11.01 06:55:27.608951 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8437 | 2024.11.01 06:55:27.609319 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8438 | 2024.11.01 06:55:27.609457 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 8439 | 2024.11.01 06:55:27.609627 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8440 | 2024.11.01 06:55:27.609652 [ 286 ] {dec0b3c0-21a2-4a8d-af83-cf4bd43e4ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8441 | 2024.11.01 06:55:27.609668 [ 286 ] {} <Debug> HTTP-Session: 22d6f2ae-32bc-4eb5-8fd7-14e782e14bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8442 | 2024.11.01 06:55:27.609830 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8443 | 2024.11.01 06:55:27.609921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54713, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8444 | 2024.11.01 06:55:27.610032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8445 | 2024.11.01 06:55:27.610054 [ 3 ] {} <Debug> HTTP-Session: 075a0c53-756a-43f3-b079-4b5c3ae1fc19 Authenticating user 'default' from [fd00:1122:3344:101::d]:54713 | ||
| 8446 | 2024.11.01 06:55:27.610072 [ 3 ] {} <Debug> HTTP-Session: 075a0c53-756a-43f3-b079-4b5c3ae1fc19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8447 | 2024.11.01 06:55:27.610086 [ 3 ] {} <Debug> HTTP-Session: 075a0c53-756a-43f3-b079-4b5c3ae1fc19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8448 | 2024.11.01 06:55:27.610127 [ 3 ] {} <Trace> HTTP-Session: 075a0c53-756a-43f3-b079-4b5c3ae1fc19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8449 | 2024.11.01 06:55:27.610271 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54713) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8450 | 2024.11.01 06:55:27.610324 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8451 | 2024.11.01 06:55:27.610501 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8452 | 2024.11.01 06:55:27.610826 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8453 | 2024.11.01 06:55:27.610863 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8454 | 2024.11.01 06:55:27.611247 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8455 | 2024.11.01 06:55:27.611587 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8456 | 2024.11.01 06:55:27.611750 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001527 sec., 39292.73084479372 rows/sec., 2.65 MiB/sec. | ||
| 8457 | 2024.11.01 06:55:27.612034 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8458 | 2024.11.01 06:55:27.612094 [ 3 ] {e02ab16a-62d0-48a0-b381-93b2dcc499e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8459 | 2024.11.01 06:55:27.612156 [ 3 ] {} <Debug> HTTP-Session: 075a0c53-756a-43f3-b079-4b5c3ae1fc19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8460 | 2024.11.01 06:55:27.612395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8461 | 2024.11.01 06:55:31.105293 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 790 | ||
| 8462 | 2024.11.01 06:55:31.107874 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8463 | 2024.11.01 06:55:31.107927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8464 | 2024.11.01 06:55:31.109437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8465 | 2024.11.01 06:55:31.110521 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8466 | 2024.11.01 06:55:31.111083 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 790 | ||
| 8467 | 2024.11.01 06:55:32.608071 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56769, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8468 | 2024.11.01 06:55:32.608194 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8469 | 2024.11.01 06:55:32.608217 [ 287 ] {} <Debug> HTTP-Session: 47b747ad-cab4-48f5-93fd-caf775bb5fe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56769 | ||
| 8470 | 2024.11.01 06:55:32.608241 [ 287 ] {} <Debug> HTTP-Session: 47b747ad-cab4-48f5-93fd-caf775bb5fe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8471 | 2024.11.01 06:55:32.608256 [ 287 ] {} <Debug> HTTP-Session: 47b747ad-cab4-48f5-93fd-caf775bb5fe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8472 | 2024.11.01 06:55:32.608307 [ 287 ] {} <Trace> HTTP-Session: 47b747ad-cab4-48f5-93fd-caf775bb5fe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2024.11.01 06:55:32.608553 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56769) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8474 | 2024.11.01 06:55:32.608616 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8475 | 2024.11.01 06:55:32.608938 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8476 | 2024.11.01 06:55:32.609566 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2024.11.01 06:55:32.609604 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8478 | 2024.11.01 06:55:32.610029 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8479 | 2024.11.01 06:55:32.610421 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2024.11.01 06:55:32.610561 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002125 sec., 125647.0588235294 rows/sec., 11.18 MiB/sec. | ||
| 8481 | 2024.11.01 06:55:32.610748 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Debug> DynamicQueryHandler: Done processing query | ||
| 8482 | 2024.11.01 06:55:32.610774 [ 287 ] {c0289126-3189-4ade-bf94-735f85d90870} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8483 | 2024.11.01 06:55:32.610791 [ 287 ] {} <Debug> HTTP-Session: 47b747ad-cab4-48f5-93fd-caf775bb5fe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8484 | 2024.11.01 06:55:32.610995 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8485 | 2024.11.01 06:55:32.611100 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62541, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8486 | 2024.11.01 06:55:32.611222 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8487 | 2024.11.01 06:55:32.611253 [ 286 ] {} <Debug> HTTP-Session: 1c4fe3a1-50f6-4172-8a87-4be380c10352 Authenticating user 'default' from [fd00:1122:3344:101::d]:62541 | ||
| 8488 | 2024.11.01 06:55:32.611281 [ 286 ] {} <Debug> HTTP-Session: 1c4fe3a1-50f6-4172-8a87-4be380c10352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8489 | 2024.11.01 06:55:32.611298 [ 286 ] {} <Debug> HTTP-Session: 1c4fe3a1-50f6-4172-8a87-4be380c10352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8490 | 2024.11.01 06:55:32.611358 [ 286 ] {} <Trace> HTTP-Session: 1c4fe3a1-50f6-4172-8a87-4be380c10352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2024.11.01 06:55:32.611569 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62541) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8492 | 2024.11.01 06:55:32.611645 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8493 | 2024.11.01 06:55:32.612032 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8494 | 2024.11.01 06:55:32.612430 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8495 | 2024.11.01 06:55:32.612476 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8496 | 2024.11.01 06:55:32.612904 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8497 | 2024.11.01 06:55:32.613306 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8498 | 2024.11.01 06:55:32.613479 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001977 sec., 19726.858877086495 rows/sec., 1.45 MiB/sec. | ||
| 8499 | 2024.11.01 06:55:32.613700 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Debug> DynamicQueryHandler: Done processing query | ||
| 8500 | 2024.11.01 06:55:32.613728 [ 286 ] {1448089c-e430-458a-b6a7-a4ab75d8b803} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8501 | 2024.11.01 06:55:32.613744 [ 286 ] {} <Debug> HTTP-Session: 1c4fe3a1-50f6-4172-8a87-4be380c10352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8502 | 2024.11.01 06:55:32.613971 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8503 | 2024.11.01 06:55:32.614124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56020, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8504 | 2024.11.01 06:55:32.614258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8505 | 2024.11.01 06:55:32.614288 [ 3 ] {} <Debug> HTTP-Session: 7aa91f7d-469c-4a29-b64a-07c430f2f76b Authenticating user 'default' from [fd00:1122:3344:101::d]:56020 | ||
| 8506 | 2024.11.01 06:55:32.614317 [ 3 ] {} <Debug> HTTP-Session: 7aa91f7d-469c-4a29-b64a-07c430f2f76b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8507 | 2024.11.01 06:55:32.614335 [ 3 ] {} <Debug> HTTP-Session: 7aa91f7d-469c-4a29-b64a-07c430f2f76b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8508 | 2024.11.01 06:55:32.614398 [ 3 ] {} <Trace> HTTP-Session: 7aa91f7d-469c-4a29-b64a-07c430f2f76b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8509 | 2024.11.01 06:55:32.614624 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56020) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8510 | 2024.11.01 06:55:32.614706 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8511 | 2024.11.01 06:55:32.615094 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8512 | 2024.11.01 06:55:32.615471 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8513 | 2024.11.01 06:55:32.615517 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8514 | 2024.11.01 06:55:32.615943 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8515 | 2024.11.01 06:55:32.616346 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8516 | 2024.11.01 06:55:32.616539 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001972 sec., 7099.3914807302235 rows/sec., 497.20 KiB/sec. | ||
| 8517 | 2024.11.01 06:55:32.616888 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 8518 | 2024.11.01 06:55:32.616917 [ 3 ] {f9d33273-1eeb-4823-9607-6fb3767d63ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8519 | 2024.11.01 06:55:32.616933 [ 3 ] {} <Debug> HTTP-Session: 7aa91f7d-469c-4a29-b64a-07c430f2f76b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8520 | 2024.11.01 06:55:32.617113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8521 | 2024.11.01 06:55:32.617122 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62541, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8522 | 2024.11.01 06:55:32.617232 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8523 | 2024.11.01 06:55:32.617267 [ 286 ] {} <Debug> HTTP-Session: 3da6afe4-3203-40d9-bb6e-dbe8f066ef1a Authenticating user 'default' from [fd00:1122:3344:101::d]:62541 | ||
| 8524 | 2024.11.01 06:55:32.617295 [ 286 ] {} <Debug> HTTP-Session: 3da6afe4-3203-40d9-bb6e-dbe8f066ef1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8525 | 2024.11.01 06:55:32.617316 [ 286 ] {} <Debug> HTTP-Session: 3da6afe4-3203-40d9-bb6e-dbe8f066ef1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8526 | 2024.11.01 06:55:32.617367 [ 286 ] {} <Trace> HTTP-Session: 3da6afe4-3203-40d9-bb6e-dbe8f066ef1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8527 | 2024.11.01 06:55:32.617507 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62541) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8528 | 2024.11.01 06:55:32.617568 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8529 | 2024.11.01 06:55:32.617892 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8530 | 2024.11.01 06:55:32.618231 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8531 | 2024.11.01 06:55:32.618270 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8532 | 2024.11.01 06:55:32.618641 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8533 | 2024.11.01 06:55:32.619040 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8534 | 2024.11.01 06:55:32.619206 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001734 sec., 3460.207612456747 rows/sec., 204.44 KiB/sec. | ||
| 8535 | 2024.11.01 06:55:32.619537 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8536 | 2024.11.01 06:55:32.619578 [ 286 ] {2cb6fe76-6339-4234-8f9a-eca8c9ceecc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8537 | 2024.11.01 06:55:32.619612 [ 286 ] {} <Debug> HTTP-Session: 3da6afe4-3203-40d9-bb6e-dbe8f066ef1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8538 | 2024.11.01 06:55:32.619826 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8539 | 2024.11.01 06:55:32.619980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46503, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8540 | 2024.11.01 06:55:32.620087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8541 | 2024.11.01 06:55:32.620113 [ 3 ] {} <Debug> HTTP-Session: 0a7dc28f-3094-4e8c-9a1c-439cae3f4367 Authenticating user 'default' from [fd00:1122:3344:101::d]:46503 | ||
| 8542 | 2024.11.01 06:55:32.620134 [ 3 ] {} <Debug> HTTP-Session: 0a7dc28f-3094-4e8c-9a1c-439cae3f4367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8543 | 2024.11.01 06:55:32.620152 [ 3 ] {} <Debug> HTTP-Session: 0a7dc28f-3094-4e8c-9a1c-439cae3f4367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8544 | 2024.11.01 06:55:32.620195 [ 3 ] {} <Trace> HTTP-Session: 0a7dc28f-3094-4e8c-9a1c-439cae3f4367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2024.11.01 06:55:32.620480 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46503) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8546 | 2024.11.01 06:55:32.620544 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8547 | 2024.11.01 06:55:32.620857 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8548 | 2024.11.01 06:55:32.621476 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8549 | 2024.11.01 06:55:32.621515 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8550 | 2024.11.01 06:55:32.621899 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8551 | 2024.11.01 06:55:32.622271 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8552 | 2024.11.01 06:55:32.622430 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002091 sec., 201339.07221425156 rows/sec., 14.39 MiB/sec. | ||
| 8553 | 2024.11.01 06:55:32.622617 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8554 | 2024.11.01 06:55:32.622642 [ 3 ] {1f70dbb8-4f76-4011-acf6-104cdcb854f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8555 | 2024.11.01 06:55:32.622658 [ 3 ] {} <Debug> HTTP-Session: 0a7dc28f-3094-4e8c-9a1c-439cae3f4367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8556 | 2024.11.01 06:55:32.622841 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62541, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8557 | 2024.11.01 06:55:32.622868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8558 | 2024.11.01 06:55:32.622941 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8559 | 2024.11.01 06:55:32.622980 [ 286 ] {} <Debug> HTTP-Session: 18ec6916-85d2-48eb-9012-24c79787963d Authenticating user 'default' from [fd00:1122:3344:101::d]:62541 | ||
| 8560 | 2024.11.01 06:55:32.623004 [ 286 ] {} <Debug> HTTP-Session: 18ec6916-85d2-48eb-9012-24c79787963d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8561 | 2024.11.01 06:55:32.623031 [ 286 ] {} <Debug> HTTP-Session: 18ec6916-85d2-48eb-9012-24c79787963d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8562 | 2024.11.01 06:55:32.623081 [ 286 ] {} <Trace> HTTP-Session: 18ec6916-85d2-48eb-9012-24c79787963d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8563 | 2024.11.01 06:55:32.623196 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62541) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8564 | 2024.11.01 06:55:32.623249 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8565 | 2024.11.01 06:55:32.623420 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8566 | 2024.11.01 06:55:32.623743 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8567 | 2024.11.01 06:55:32.623780 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8568 | 2024.11.01 06:55:32.624165 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8569 | 2024.11.01 06:55:32.624511 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8570 | 2024.11.01 06:55:32.624668 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 209.40 KiB/sec. | ||
| 8571 | 2024.11.01 06:55:32.624843 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8572 | 2024.11.01 06:55:32.624868 [ 286 ] {d4ec1c5c-a22b-4846-93bd-c2825c767ad8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8573 | 2024.11.01 06:55:32.624885 [ 286 ] {} <Debug> HTTP-Session: 18ec6916-85d2-48eb-9012-24c79787963d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8574 | 2024.11.01 06:55:32.625031 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8575 | 2024.11.01 06:55:32.625141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47219, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8576 | 2024.11.01 06:55:32.625223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8577 | 2024.11.01 06:55:32.625249 [ 3 ] {} <Debug> HTTP-Session: c03b634a-35b1-432e-b551-4b21f0a81c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:47219 | ||
| 8578 | 2024.11.01 06:55:32.625270 [ 3 ] {} <Debug> HTTP-Session: c03b634a-35b1-432e-b551-4b21f0a81c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8579 | 2024.11.01 06:55:32.625288 [ 3 ] {} <Debug> HTTP-Session: c03b634a-35b1-432e-b551-4b21f0a81c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8580 | 2024.11.01 06:55:32.625333 [ 3 ] {} <Trace> HTTP-Session: c03b634a-35b1-432e-b551-4b21f0a81c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8581 | 2024.11.01 06:55:32.625585 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47219) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8582 | 2024.11.01 06:55:32.625649 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8583 | 2024.11.01 06:55:32.625862 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8584 | 2024.11.01 06:55:32.626367 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8585 | 2024.11.01 06:55:32.626405 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8586 | 2024.11.01 06:55:32.626816 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8587 | 2024.11.01 06:55:32.627165 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2024.11.01 06:55:32.627307 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001854 sec., 127831.715210356 rows/sec., 8.57 MiB/sec. | ||
| 8589 | 2024.11.01 06:55:32.627486 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8590 | 2024.11.01 06:55:32.627513 [ 3 ] {5bf4e07a-717c-4a45-b3fd-297dec9c7d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8591 | 2024.11.01 06:55:32.627529 [ 3 ] {} <Debug> HTTP-Session: c03b634a-35b1-432e-b551-4b21f0a81c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8592 | 2024.11.01 06:55:32.627729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8593 | 2024.11.01 06:55:32.627751 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44111, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8594 | 2024.11.01 06:55:32.627848 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8595 | 2024.11.01 06:55:32.627874 [ 286 ] {} <Debug> HTTP-Session: 4e61694f-5533-43cf-b482-b9d640461c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:44111 | ||
| 8596 | 2024.11.01 06:55:32.627897 [ 286 ] {} <Debug> HTTP-Session: 4e61694f-5533-43cf-b482-b9d640461c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8597 | 2024.11.01 06:55:32.627914 [ 286 ] {} <Debug> HTTP-Session: 4e61694f-5533-43cf-b482-b9d640461c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8598 | 2024.11.01 06:55:32.627961 [ 286 ] {} <Trace> HTTP-Session: 4e61694f-5533-43cf-b482-b9d640461c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2024.11.01 06:55:32.628080 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44111) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8600 | 2024.11.01 06:55:32.628132 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8601 | 2024.11.01 06:55:32.628298 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8602 | 2024.11.01 06:55:32.628573 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8603 | 2024.11.01 06:55:32.628610 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8604 | 2024.11.01 06:55:32.628974 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8605 | 2024.11.01 06:55:32.629313 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8606 | 2024.11.01 06:55:32.629464 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 8607 | 2024.11.01 06:55:32.629752 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8608 | 2024.11.01 06:55:32.629777 [ 286 ] {f8202044-2b27-4c0d-ae61-e4403efd356c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8609 | 2024.11.01 06:55:32.629794 [ 286 ] {} <Debug> HTTP-Session: 4e61694f-5533-43cf-b482-b9d640461c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8610 | 2024.11.01 06:55:32.629959 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8611 | 2024.11.01 06:55:32.630015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47219, User-Agent: (none), Length: 65630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8612 | 2024.11.01 06:55:32.630100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8613 | 2024.11.01 06:55:32.630125 [ 3 ] {} <Debug> HTTP-Session: 51ec1ddb-d76a-40fa-98f9-12bccd8bb5a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47219 | ||
| 8614 | 2024.11.01 06:55:32.630147 [ 3 ] {} <Debug> HTTP-Session: 51ec1ddb-d76a-40fa-98f9-12bccd8bb5a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8615 | 2024.11.01 06:55:32.630164 [ 3 ] {} <Debug> HTTP-Session: 51ec1ddb-d76a-40fa-98f9-12bccd8bb5a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8616 | 2024.11.01 06:55:32.630208 [ 3 ] {} <Trace> HTTP-Session: 51ec1ddb-d76a-40fa-98f9-12bccd8bb5a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2024.11.01 06:55:32.631138 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47219) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8618 | 2024.11.01 06:55:32.631222 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <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 | ||
| 8619 | 2024.11.01 06:55:32.631710 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8620 | 2024.11.01 06:55:32.632613 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8621 | 2024.11.01 06:55:32.632651 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8622 | 2024.11.01 06:55:32.633346 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8623 | 2024.11.01 06:55:32.633766 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2024.11.01 06:55:32.633961 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003619 sec., 10776.457584968224 rows/sec., 19.31 MiB/sec. | ||
| 8625 | 2024.11.01 06:55:32.634308 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8626 | 2024.11.01 06:55:32.634333 [ 3 ] {b7ed765d-1400-4b16-ad86-4b6884c002dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 8627 | 2024.11.01 06:55:32.634350 [ 3 ] {} <Debug> HTTP-Session: 51ec1ddb-d76a-40fa-98f9-12bccd8bb5a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8628 | 2024.11.01 06:55:32.634543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8629 | 2024.11.01 06:55:32.634604 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8630 | 2024.11.01 06:55:32.634674 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8631 | 2024.11.01 06:55:32.634699 [ 286 ] {} <Debug> HTTP-Session: ae585ad4-fee8-4b8b-90c9-a0f48417fbdd Authenticating user 'default' from [fd00:1122:3344:101::d]:50417 | ||
| 8632 | 2024.11.01 06:55:32.634717 [ 286 ] {} <Debug> HTTP-Session: ae585ad4-fee8-4b8b-90c9-a0f48417fbdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8633 | 2024.11.01 06:55:32.634731 [ 286 ] {} <Debug> HTTP-Session: ae585ad4-fee8-4b8b-90c9-a0f48417fbdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8634 | 2024.11.01 06:55:32.634771 [ 286 ] {} <Trace> HTTP-Session: ae585ad4-fee8-4b8b-90c9-a0f48417fbdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8635 | 2024.11.01 06:55:32.634931 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50417) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8636 | 2024.11.01 06:55:32.634981 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8637 | 2024.11.01 06:55:32.635145 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8638 | 2024.11.01 06:55:32.635465 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8639 | 2024.11.01 06:55:32.635502 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8640 | 2024.11.01 06:55:32.635882 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8641 | 2024.11.01 06:55:32.636224 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8642 | 2024.11.01 06:55:32.636381 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001516 sec., 54089.709762532984 rows/sec., 3.44 MiB/sec. | ||
| 8643 | 2024.11.01 06:55:32.636549 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Debug> DynamicQueryHandler: Done processing query | ||
| 8644 | 2024.11.01 06:55:32.636573 [ 286 ] {04868438-32f3-4411-a38e-48a58d6f4583} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8645 | 2024.11.01 06:55:32.636589 [ 286 ] {} <Debug> HTTP-Session: ae585ad4-fee8-4b8b-90c9-a0f48417fbdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8646 | 2024.11.01 06:55:32.636961 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8647 | 2024.11.01 06:55:37.601174 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43077, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8648 | 2024.11.01 06:55:37.601304 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8649 | 2024.11.01 06:55:37.601330 [ 286 ] {} <Debug> HTTP-Session: ad4ccb8a-ee57-4db0-ba8e-b0ddbbf6cca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43077 | ||
| 8650 | 2024.11.01 06:55:37.601353 [ 286 ] {} <Debug> HTTP-Session: ad4ccb8a-ee57-4db0-ba8e-b0ddbbf6cca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8651 | 2024.11.01 06:55:37.601368 [ 286 ] {} <Debug> HTTP-Session: ad4ccb8a-ee57-4db0-ba8e-b0ddbbf6cca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8652 | 2024.11.01 06:55:37.601418 [ 286 ] {} <Trace> HTTP-Session: ad4ccb8a-ee57-4db0-ba8e-b0ddbbf6cca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8653 | 2024.11.01 06:55:37.601605 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43077) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8654 | 2024.11.01 06:55:37.601673 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8655 | 2024.11.01 06:55:37.602011 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8656 | 2024.11.01 06:55:37.602472 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8657 | 2024.11.01 06:55:37.602518 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8658 | 2024.11.01 06:55:37.602949 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 8659 | 2024.11.01 06:55:37.603360 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8660 | 2024.11.01 06:55:37.603542 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00198 sec., 6060.606060606061 rows/sec., 494.20 KiB/sec. | ||
| 8661 | 2024.11.01 06:55:37.603884 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Debug> DynamicQueryHandler: Done processing query | ||
| 8662 | 2024.11.01 06:55:37.603911 [ 286 ] {67962c32-3eb2-4317-8992-3a6cb1aa7e78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8663 | 2024.11.01 06:55:37.603927 [ 286 ] {} <Debug> HTTP-Session: ad4ccb8a-ee57-4db0-ba8e-b0ddbbf6cca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8664 | 2024.11.01 06:55:37.604110 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8665 | 2024.11.01 06:55:37.604259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47774, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8666 | 2024.11.01 06:55:37.604364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8667 | 2024.11.01 06:55:37.604389 [ 3 ] {} <Debug> HTTP-Session: 61b80e4b-ea44-4801-8e50-569dc56efd32 Authenticating user 'default' from [fd00:1122:3344:101::d]:47774 | ||
| 8668 | 2024.11.01 06:55:37.604412 [ 3 ] {} <Debug> HTTP-Session: 61b80e4b-ea44-4801-8e50-569dc56efd32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8669 | 2024.11.01 06:55:37.604426 [ 3 ] {} <Debug> HTTP-Session: 61b80e4b-ea44-4801-8e50-569dc56efd32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8670 | 2024.11.01 06:55:37.604478 [ 3 ] {} <Trace> HTTP-Session: 61b80e4b-ea44-4801-8e50-569dc56efd32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8671 | 2024.11.01 06:55:37.604741 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47774) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8672 | 2024.11.01 06:55:37.604812 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8673 | 2024.11.01 06:55:37.605167 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8674 | 2024.11.01 06:55:37.605604 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2024.11.01 06:55:37.605649 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8676 | 2024.11.01 06:55:37.606080 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8677 | 2024.11.01 06:55:37.606481 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2024.11.01 06:55:37.606652 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.001981 sec., 31297.324583543665 rows/sec., 2.39 MiB/sec. | ||
| 8679 | 2024.11.01 06:55:37.606860 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Debug> DynamicQueryHandler: Done processing query | ||
| 8680 | 2024.11.01 06:55:37.606915 [ 3 ] {41106be2-e8c6-48df-9644-1fb893ea3d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8681 | 2024.11.01 06:55:37.606932 [ 3 ] {} <Debug> HTTP-Session: 61b80e4b-ea44-4801-8e50-569dc56efd32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8682 | 2024.11.01 06:55:37.607116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8683 | 2024.11.01 06:55:37.607202 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60596, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8684 | 2024.11.01 06:55:37.607305 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8685 | 2024.11.01 06:55:37.607333 [ 286 ] {} <Debug> HTTP-Session: dc26592c-fdc6-4fbb-bf0b-148a7ac0a8e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60596 | ||
| 8686 | 2024.11.01 06:55:37.607356 [ 286 ] {} <Debug> HTTP-Session: dc26592c-fdc6-4fbb-bf0b-148a7ac0a8e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8687 | 2024.11.01 06:55:37.607374 [ 286 ] {} <Debug> HTTP-Session: dc26592c-fdc6-4fbb-bf0b-148a7ac0a8e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8688 | 2024.11.01 06:55:37.607425 [ 286 ] {} <Trace> HTTP-Session: dc26592c-fdc6-4fbb-bf0b-148a7ac0a8e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8689 | 2024.11.01 06:55:37.607606 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60596) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8690 | 2024.11.01 06:55:37.607671 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8691 | 2024.11.01 06:55:37.608012 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8692 | 2024.11.01 06:55:37.608383 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2024.11.01 06:55:37.608421 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8694 | 2024.11.01 06:55:37.608795 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8695 | 2024.11.01 06:55:37.609183 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8696 | 2024.11.01 06:55:37.609316 [ 90 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 8697 | 2024.11.01 06:55:37.609324 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001765 sec., 6798.866855524079 rows/sec., 474.73 KiB/sec. | ||
| 8698 | 2024.11.01 06:55:37.609364 [ 90 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8699 | 2024.11.01 06:55:37.609406 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8700 | 2024.11.01 06:55:37.609599 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 8701 | 2024.11.01 06:55:37.609608 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8702 | 2024.11.01 06:55:37.609696 [ 286 ] {7da985dd-70d7-4e18-8480-0c52c455edf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8703 | 2024.11.01 06:55:37.609734 [ 286 ] {} <Debug> HTTP-Session: dc26592c-fdc6-4fbb-bf0b-148a7ac0a8e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8704 | 2024.11.01 06:55:37.609852 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8705 | 2024.11.01 06:55:37.609895 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 8706 | 2024.11.01 06:55:37.609946 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8707 | 2024.11.01 06:55:37.610188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44545, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8708 | 2024.11.01 06:55:37.610266 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 8709 | 2024.11.01 06:55:37.610304 [ 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): | ||
| 8710 | |||
| 8711 | (version 23.8.7.1) | ||
| 8712 | 2024.11.01 06:55:37.610452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8713 | 2024.11.01 06:55:37.610556 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 8714 | 2024.11.01 06:55:37.610599 [ 3 ] {} <Debug> HTTP-Session: 61542837-e955-4806-b5a0-a7f8f2f6f1e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:44545 | ||
| 8715 | 2024.11.01 06:55:37.610758 [ 3 ] {} <Debug> HTTP-Session: 61542837-e955-4806-b5a0-a7f8f2f6f1e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8716 | 2024.11.01 06:55:37.610888 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 8717 | 2024.11.01 06:55:37.610883 [ 3 ] {} <Debug> HTTP-Session: 61542837-e955-4806-b5a0-a7f8f2f6f1e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8718 | 2024.11.01 06:55:37.611085 [ 3 ] {} <Trace> HTTP-Session: 61542837-e955-4806-b5a0-a7f8f2f6f1e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8719 | 2024.11.01 06:55:37.611157 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 8720 | 2024.11.01 06:55:37.611401 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 8721 | 2024.11.01 06:55:37.611685 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44545) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8722 | 2024.11.01 06:55:37.611835 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8723 | 2024.11.01 06:55:37.612627 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8724 | 2024.11.01 06:55:37.613756 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2024.11.01 06:55:37.613824 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8726 | 2024.11.01 06:55:37.614426 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.004914907 sec., 39064.82869360499 rows/sec., 2.98 MiB/sec. | ||
| 8727 | 2024.11.01 06:55:37.614686 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 8728 | 2024.11.01 06:55:37.614733 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8729 | 2024.11.01 06:55:37.615949 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8730 | 2024.11.01 06:55:37.615993 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8731 | 2024.11.01 06:55:37.616197 [ 200 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_25_5} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 8732 | 2024.11.01 06:55:37.616277 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.004814 sec., 15787.28707935189 rows/sec., 1.24 MiB/sec. | ||
| 8733 | 2024.11.01 06:55:37.616448 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8734 | 2024.11.01 06:55:37.616763 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Debug> DynamicQueryHandler: Done processing query | ||
| 8735 | 2024.11.01 06:55:37.616797 [ 3 ] {710551c2-23d9-4135-87a2-b7c11ae0bc46} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8736 | 2024.11.01 06:55:37.616815 [ 3 ] {} <Debug> HTTP-Session: 61542837-e955-4806-b5a0-a7f8f2f6f1e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8737 | 2024.11.01 06:55:37.617011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8738 | 2024.11.01 06:55:37.617092 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54733, User-Agent: (none), Length: 25648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8739 | 2024.11.01 06:55:37.617182 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8740 | 2024.11.01 06:55:37.617210 [ 286 ] {} <Debug> HTTP-Session: de8cddda-33ae-41d3-a704-b54fbfb7dc3f Authenticating user 'default' from [fd00:1122:3344:101::d]:54733 | ||
| 8741 | 2024.11.01 06:55:37.617232 [ 286 ] {} <Debug> HTTP-Session: de8cddda-33ae-41d3-a704-b54fbfb7dc3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8742 | 2024.11.01 06:55:37.617250 [ 286 ] {} <Debug> HTTP-Session: de8cddda-33ae-41d3-a704-b54fbfb7dc3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8743 | 2024.11.01 06:55:37.617299 [ 286 ] {} <Trace> HTTP-Session: de8cddda-33ae-41d3-a704-b54fbfb7dc3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8744 | 2024.11.01 06:55:37.617505 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54733) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8745 | 2024.11.01 06:55:37.617569 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8746 | 2024.11.01 06:55:37.617792 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8747 | 2024.11.01 06:55:37.618268 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8748 | 2024.11.01 06:55:37.618306 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8749 | 2024.11.01 06:55:37.618720 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8750 | 2024.11.01 06:55:37.619091 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2024.11.01 06:55:37.619226 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001816 sec., 73788.54625550662 rows/sec., 5.14 MiB/sec. | ||
| 8752 | 2024.11.01 06:55:37.619526 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8753 | 2024.11.01 06:55:37.619567 [ 286 ] {81394c5a-6818-4223-a451-da4b00719f0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8754 | 2024.11.01 06:55:37.619584 [ 286 ] {} <Debug> HTTP-Session: de8cddda-33ae-41d3-a704-b54fbfb7dc3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8755 | 2024.11.01 06:55:37.619754 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8756 | 2024.11.01 06:55:37.619899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53979, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8757 | 2024.11.01 06:55:37.619925 [ 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): | ||
| 8758 | |||
| 8759 | (version 23.8.7.1) | ||
| 8760 | 2024.11.01 06:55:37.620025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8761 | 2024.11.01 06:55:37.620073 [ 3 ] {} <Debug> HTTP-Session: f69c2884-5745-4a1e-b987-3f406a2c77b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:53979 | ||
| 8762 | 2024.11.01 06:55:37.620108 [ 3 ] {} <Debug> HTTP-Session: f69c2884-5745-4a1e-b987-3f406a2c77b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8763 | 2024.11.01 06:55:37.620138 [ 3 ] {} <Debug> HTTP-Session: f69c2884-5745-4a1e-b987-3f406a2c77b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8764 | 2024.11.01 06:55:37.620210 [ 3 ] {} <Trace> HTTP-Session: f69c2884-5745-4a1e-b987-3f406a2c77b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8765 | 2024.11.01 06:55:37.620383 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53979) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8766 | 2024.11.01 06:55:37.620436 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8767 | 2024.11.01 06:55:37.620606 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8768 | 2024.11.01 06:55:37.620930 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2024.11.01 06:55:37.620969 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8770 | 2024.11.01 06:55:37.621377 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8771 | 2024.11.01 06:55:37.621726 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8772 | 2024.11.01 06:55:37.621882 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001546 sec., 31047.865459249675 rows/sec., 2.09 MiB/sec. | ||
| 8773 | 2024.11.01 06:55:37.622180 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Debug> DynamicQueryHandler: Done processing query | ||
| 8774 | 2024.11.01 06:55:37.622228 [ 3 ] {de8b899b-17ea-4938-8366-7286faf0ab05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8775 | 2024.11.01 06:55:37.622267 [ 3 ] {} <Debug> HTTP-Session: f69c2884-5745-4a1e-b987-3f406a2c77b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8776 | 2024.11.01 06:55:37.622542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8777 | 2024.11.01 06:55:38.930711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8778 | 2024.11.01 06:55:39.234973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8779 | 2024.11.01 06:55:39.278419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8780 | 2024.11.01 06:55:39.286861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8781 | 2024.11.01 06:55:39.361340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8782 | 2024.11.01 06:55:39.361364 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8783 | 2024.11.01 06:55:39.382671 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57341, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8784 | 2024.11.01 06:55:39.400903 [ 286 ] {} <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) | ||
| 8785 | 2024.11.01 06:55:40.893091 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8786 | 2024.11.01 06:55:40.893147 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8787 | 2024.11.01 06:55:41.111367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 822 | ||
| 8788 | 2024.11.01 06:55:41.114245 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8789 | 2024.11.01 06:55:41.114285 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8790 | 2024.11.01 06:55:41.115788 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8791 | 2024.11.01 06:55:41.116760 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8792 | 2024.11.01 06:55:41.116927 [ 122 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8793 | 2024.11.01 06:55:41.116993 [ 122 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2024.11.01 06:55:41.117040 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8795 | 2024.11.01 06:55:41.117603 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 8796 | 2024.11.01 06:55:41.118716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822 | ||
| 8797 | 2024.11.01 06:55:41.119396 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8798 | 2024.11.01 06:55:41.119571 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 698 rows starting from the beginning of the part | ||
| 8799 | 2024.11.01 06:55:41.120220 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 8800 | 2024.11.01 06:55:41.120793 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
| 8801 | 2024.11.01 06:55:41.121312 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 8802 | 2024.11.01 06:55:41.121833 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 8803 | 2024.11.01 06:55:41.122288 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 8804 | 2024.11.01 06:55:41.130088 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 72 columns (72 merged, 0 gathered) in 0.012896203 sec., 63739.69144251219 rows/sec., 46.52 MiB/sec. | ||
| 8805 | 2024.11.01 06:55:41.131375 [ 191 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8806 | 2024.11.01 06:55:41.133152 [ 191 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8807 | 2024.11.01 06:55:41.133250 [ 191 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_26_5} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8808 | 2024.11.01 06:55:41.133633 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 8809 | 2024.11.01 06:55:42.601628 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63467, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8810 | 2024.11.01 06:55:42.601770 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8811 | 2024.11.01 06:55:42.601800 [ 286 ] {} <Debug> HTTP-Session: ca06b20b-6580-4040-9167-b4e40d28286a Authenticating user 'default' from [fd00:1122:3344:101::d]:63467 | ||
| 8812 | 2024.11.01 06:55:42.601828 [ 286 ] {} <Debug> HTTP-Session: ca06b20b-6580-4040-9167-b4e40d28286a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8813 | 2024.11.01 06:55:42.601846 [ 286 ] {} <Debug> HTTP-Session: ca06b20b-6580-4040-9167-b4e40d28286a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8814 | 2024.11.01 06:55:42.601902 [ 286 ] {} <Trace> HTTP-Session: ca06b20b-6580-4040-9167-b4e40d28286a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2024.11.01 06:55:42.602117 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8816 | 2024.11.01 06:55:42.602191 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8817 | 2024.11.01 06:55:42.602544 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8818 | 2024.11.01 06:55:42.603036 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2024.11.01 06:55:42.603077 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8820 | 2024.11.01 06:55:42.603483 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8821 | 2024.11.01 06:55:42.603862 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8822 | 2024.11.01 06:55:42.604032 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec. | ||
| 8823 | 2024.11.01 06:55:42.604051 [ 140 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8824 | 2024.11.01 06:55:42.604165 [ 140 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8825 | 2024.11.01 06:55:42.604214 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8826 | 2024.11.01 06:55:42.604315 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8827 | 2024.11.01 06:55:42.604395 [ 286 ] {eb7655a7-7c72-4cd5-9ee1-616980d3c0f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8828 | 2024.11.01 06:55:42.604485 [ 286 ] {} <Debug> HTTP-Session: ca06b20b-6580-4040-9167-b4e40d28286a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8829 | 2024.11.01 06:55:42.604624 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8830 | 2024.11.01 06:55:42.604877 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8831 | 2024.11.01 06:55:42.604967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39905, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8832 | 2024.11.01 06:55:42.605069 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8833 | 2024.11.01 06:55:42.605122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8834 | 2024.11.01 06:55:42.605137 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1417 rows starting from the beginning of the part | ||
| 8835 | 2024.11.01 06:55:42.605173 [ 3 ] {} <Debug> HTTP-Session: 4948739f-c165-4b90-bbb4-9ad1fbbf3df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39905 | ||
| 8836 | 2024.11.01 06:55:42.605218 [ 3 ] {} <Debug> HTTP-Session: 4948739f-c165-4b90-bbb4-9ad1fbbf3df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8837 | 2024.11.01 06:55:42.605256 [ 3 ] {} <Debug> HTTP-Session: 4948739f-c165-4b90-bbb4-9ad1fbbf3df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8838 | 2024.11.01 06:55:42.605284 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part | ||
| 8839 | 2024.11.01 06:55:42.605380 [ 3 ] {} <Trace> HTTP-Session: 4948739f-c165-4b90-bbb4-9ad1fbbf3df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8840 | 2024.11.01 06:55:42.605484 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8841 | 2024.11.01 06:55:42.605824 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 267 rows starting from the beginning of the part | ||
| 8842 | 2024.11.01 06:55:42.605845 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39905) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8843 | 2024.11.01 06:55:42.605904 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8844 | 2024.11.01 06:55:42.605971 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8845 | 2024.11.01 06:55:42.606336 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 8846 | 2024.11.01 06:55:42.607052 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8847 | 2024.11.01 06:55:42.607715 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8848 | 2024.11.01 06:55:42.607762 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8849 | 2024.11.01 06:55:42.608357 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8850 | 2024.11.01 06:55:42.608529 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1914 rows, containing 5 columns (5 merged, 0 gathered) in 0.00418743 sec., 457082.2676438771 rows/sec., 40.00 MiB/sec. | ||
| 8851 | 2024.11.01 06:55:42.608944 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8852 | 2024.11.01 06:55:42.609046 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8853 | 2024.11.01 06:55:42.609290 [ 140 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8854 | 2024.11.01 06:55:42.609407 [ 140 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8855 | 2024.11.01 06:55:42.609421 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003705 sec., 17273.95411605938 rows/sec., 1.35 MiB/sec. | ||
| 8856 | 2024.11.01 06:55:42.609455 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8857 | 2024.11.01 06:55:42.610213 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8858 | 2024.11.01 06:55:42.610759 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8859 | 2024.11.01 06:55:42.611077 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8860 | 2024.11.01 06:55:42.611144 [ 196 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_51_10} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8861 | 2024.11.01 06:55:42.611209 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 8862 | 2024.11.01 06:55:42.611406 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 8863 | 2024.11.01 06:55:42.611558 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part | ||
| 8864 | 2024.11.01 06:55:42.611583 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8865 | 2024.11.01 06:55:42.611706 [ 3 ] {b331201a-e462-46be-a42e-fcb045b8835f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8866 | 2024.11.01 06:55:42.611844 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8867 | 2024.11.01 06:55:42.611855 [ 3 ] {} <Debug> HTTP-Session: 4948739f-c165-4b90-bbb4-9ad1fbbf3df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8868 | 2024.11.01 06:55:42.612101 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 421 rows starting from the beginning of the part | ||
| 8869 | 2024.11.01 06:55:42.612244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8870 | 2024.11.01 06:55:42.612411 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52522, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8871 | 2024.11.01 06:55:42.612505 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8872 | 2024.11.01 06:55:42.612592 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8873 | 2024.11.01 06:55:42.612735 [ 286 ] {} <Debug> HTTP-Session: 0bfee457-cd50-4e98-b0f8-d2c7253c50e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52522 | ||
| 8874 | 2024.11.01 06:55:42.612802 [ 198 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 8875 | 2024.11.01 06:55:42.612816 [ 286 ] {} <Debug> HTTP-Session: 0bfee457-cd50-4e98-b0f8-d2c7253c50e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8876 | 2024.11.01 06:55:42.612905 [ 286 ] {} <Debug> HTTP-Session: 0bfee457-cd50-4e98-b0f8-d2c7253c50e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8877 | 2024.11.01 06:55:42.613106 [ 286 ] {} <Trace> HTTP-Session: 0bfee457-cd50-4e98-b0f8-d2c7253c50e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8878 | 2024.11.01 06:55:42.613108 [ 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): | ||
| 8879 | |||
| 8880 | (version 23.8.7.1) | ||
| 8881 | 2024.11.01 06:55:42.613450 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52522) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8882 | 2024.11.01 06:55:42.613517 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8883 | 2024.11.01 06:55:42.613909 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8884 | 2024.11.01 06:55:42.614646 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8885 | 2024.11.01 06:55:42.614683 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8886 | 2024.11.01 06:55:42.615087 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.005469042 sec., 292921.5025227453 rows/sec., 22.59 MiB/sec. | ||
| 8887 | 2024.11.01 06:55:42.615347 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8888 | 2024.11.01 06:55:42.615356 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8889 | 2024.11.01 06:55:42.616295 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2024.11.01 06:55:42.616407 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2024.11.01 06:55:42.616621 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8892 | 2024.11.01 06:55:42.616670 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003275 sec., 48854.96183206107 rows/sec., 3.40 MiB/sec. | ||
| 8893 | 2024.11.01 06:55:42.616696 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2024.11.01 06:55:42.616673 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_51_10} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8895 | 2024.11.01 06:55:42.616787 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8896 | 2024.11.01 06:55:42.617247 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Debug> DynamicQueryHandler: Done processing query | ||
| 8897 | 2024.11.01 06:55:42.617294 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 8898 | 2024.11.01 06:55:42.617322 [ 286 ] {052dda6d-f0b6-4754-b514-c1ddf3801d20} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8899 | 2024.11.01 06:55:42.617414 [ 286 ] {} <Debug> HTTP-Session: 0bfee457-cd50-4e98-b0f8-d2c7253c50e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8900 | 2024.11.01 06:55:42.617433 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8901 | 2024.11.01 06:55:42.617866 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8902 | 2024.11.01 06:55:42.617934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58665, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8903 | 2024.11.01 06:55:42.618052 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8904 | 2024.11.01 06:55:42.618157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8905 | 2024.11.01 06:55:42.618160 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 9522 rows starting from the beginning of the part | ||
| 8906 | 2024.11.01 06:55:42.618188 [ 3 ] {} <Debug> HTTP-Session: 361b2da3-a043-46cf-8a6f-f4dbdece6adf Authenticating user 'default' from [fd00:1122:3344:101::d]:58665 | ||
| 8907 | 2024.11.01 06:55:42.618244 [ 3 ] {} <Debug> HTTP-Session: 361b2da3-a043-46cf-8a6f-f4dbdece6adf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8908 | 2024.11.01 06:55:42.618242 [ 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): | ||
| 8909 | |||
| 8910 | (version 23.8.7.1) | ||
| 8911 | 2024.11.01 06:55:42.618322 [ 3 ] {} <Debug> HTTP-Session: 361b2da3-a043-46cf-8a6f-f4dbdece6adf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8912 | 2024.11.01 06:55:42.618464 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 8913 | 2024.11.01 06:55:42.618491 [ 3 ] {} <Trace> HTTP-Session: 361b2da3-a043-46cf-8a6f-f4dbdece6adf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2024.11.01 06:55:42.618748 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8915 | 2024.11.01 06:55:42.618862 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58665) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8916 | 2024.11.01 06:55:42.619030 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8917 | 2024.11.01 06:55:42.619055 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8918 | 2024.11.01 06:55:42.619467 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8919 | 2024.11.01 06:55:42.619773 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 8920 | 2024.11.01 06:55:42.620314 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8921 | 2024.11.01 06:55:42.620823 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8922 | 2024.11.01 06:55:42.620861 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8923 | 2024.11.01 06:55:42.621314 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8924 | 2024.11.01 06:55:42.621826 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2024.11.01 06:55:42.622033 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003329 sec., 18023.430459597475 rows/sec., 1.21 MiB/sec. | ||
| 8926 | 2024.11.01 06:55:42.622044 [ 140 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8927 | 2024.11.01 06:55:42.622121 [ 140 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8928 | 2024.11.01 06:55:42.622164 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8929 | 2024.11.01 06:55:42.622633 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Debug> DynamicQueryHandler: Done processing query | ||
| 8930 | 2024.11.01 06:55:42.622699 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8931 | 2024.11.01 06:55:42.622706 [ 3 ] {f46c9b16-34c8-4a62-805c-72b120711088} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8932 | 2024.11.01 06:55:42.622935 [ 3 ] {} <Debug> HTTP-Session: 361b2da3-a043-46cf-8a6f-f4dbdece6adf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8933 | 2024.11.01 06:55:42.623386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8934 | 2024.11.01 06:55:42.623687 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8935 | 2024.11.01 06:55:42.623737 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2828 rows starting from the beginning of the part | ||
| 8936 | 2024.11.01 06:55:42.623821 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8937 | 2024.11.01 06:55:42.624043 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8938 | 2024.11.01 06:55:42.624214 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8939 | 2024.11.01 06:55:42.624399 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8940 | 2024.11.01 06:55:42.624652 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 8941 | 2024.11.01 06:55:42.625365 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10373 rows, containing 5 columns (5 merged, 0 gathered) in 0.008289669 sec., 1251316.5483446927 rows/sec., 85.36 MiB/sec. | ||
| 8942 | 2024.11.01 06:55:42.625647 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8943 | 2024.11.01 06:55:42.626698 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2024.11.01 06:55:42.626907 [ 201 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8945 | 2024.11.01 06:55:42.627087 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 8946 | 2024.11.01 06:55:42.627693 [ 194 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3138 rows, containing 4 columns (4 merged, 0 gathered) in 0.00522707 sec., 600336.3260870812 rows/sec., 39.51 MiB/sec. | ||
| 8947 | 2024.11.01 06:55:42.628053 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8948 | 2024.11.01 06:55:42.628516 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_51_10} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8949 | 2024.11.01 06:55:42.628603 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_51_10} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8950 | 2024.11.01 06:55:42.628698 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 8951 | 2024.11.01 06:55:44.606486 [ 126 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 8952 | 2024.11.01 06:55:44.606556 [ 126 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8953 | 2024.11.01 06:55:44.606583 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8954 | 2024.11.01 06:55:44.606775 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 8955 | 2024.11.01 06:55:44.607061 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8956 | 2024.11.01 06:55:44.607103 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 243 rows starting from the beginning of the part | ||
| 8957 | 2024.11.01 06:55:44.607192 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 8958 | 2024.11.01 06:55:44.607432 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 8959 | 2024.11.01 06:55:44.607695 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 8960 | 2024.11.01 06:55:44.607889 [ 190 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 8961 | 2024.11.01 06:55:44.609056 [ 194 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002406352 sec., 124254.47316103379 rows/sec., 8.46 MiB/sec. | ||
| 8962 | 2024.11.01 06:55:44.609293 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 8963 | 2024.11.01 06:55:44.609845 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8964 | 2024.11.01 06:55:44.609938 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_18_4} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 8965 | 2024.11.01 06:55:44.610042 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8966 | 2024.11.01 06:55:47.608490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54012, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8967 | 2024.11.01 06:55:47.608689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8968 | 2024.11.01 06:55:47.608719 [ 3 ] {} <Debug> HTTP-Session: 9badc1fa-6916-4654-896e-fe8edca68bda Authenticating user 'default' from [fd00:1122:3344:101::d]:54012 | ||
| 8969 | 2024.11.01 06:55:47.608748 [ 3 ] {} <Debug> HTTP-Session: 9badc1fa-6916-4654-896e-fe8edca68bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8970 | 2024.11.01 06:55:47.608766 [ 3 ] {} <Debug> HTTP-Session: 9badc1fa-6916-4654-896e-fe8edca68bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8971 | 2024.11.01 06:55:47.608829 [ 3 ] {} <Trace> HTTP-Session: 9badc1fa-6916-4654-896e-fe8edca68bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8972 | 2024.11.01 06:55:47.609203 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54012) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8973 | 2024.11.01 06:55:47.609306 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8974 | 2024.11.01 06:55:47.609703 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8975 | 2024.11.01 06:55:47.610315 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8976 | 2024.11.01 06:55:47.610363 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8977 | 2024.11.01 06:55:47.610828 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8978 | 2024.11.01 06:55:47.611239 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2024.11.01 06:55:47.611420 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002391 sec., 111668.75784190715 rows/sec., 9.94 MiB/sec. | ||
| 8980 | 2024.11.01 06:55:47.611655 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8981 | 2024.11.01 06:55:47.611682 [ 3 ] {d91f51b3-17d5-401d-8c82-b9ce487336c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8982 | 2024.11.01 06:55:47.611700 [ 3 ] {} <Debug> HTTP-Session: 9badc1fa-6916-4654-896e-fe8edca68bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8983 | 2024.11.01 06:55:47.611907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8984 | 2024.11.01 06:55:47.612085 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50920, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8985 | 2024.11.01 06:55:47.612210 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8986 | 2024.11.01 06:55:47.612239 [ 286 ] {} <Debug> HTTP-Session: 06fc3e28-5fd5-4d46-8942-fbcdc3957e7b Authenticating user 'default' from [fd00:1122:3344:101::d]:50920 | ||
| 8987 | 2024.11.01 06:55:47.612267 [ 286 ] {} <Debug> HTTP-Session: 06fc3e28-5fd5-4d46-8942-fbcdc3957e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8988 | 2024.11.01 06:55:47.612284 [ 286 ] {} <Debug> HTTP-Session: 06fc3e28-5fd5-4d46-8942-fbcdc3957e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8989 | 2024.11.01 06:55:47.612343 [ 286 ] {} <Trace> HTTP-Session: 06fc3e28-5fd5-4d46-8942-fbcdc3957e7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8990 | 2024.11.01 06:55:47.612548 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50920) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8991 | 2024.11.01 06:55:47.612623 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8992 | 2024.11.01 06:55:47.612963 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8993 | 2024.11.01 06:55:47.613356 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8994 | 2024.11.01 06:55:47.613398 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8995 | 2024.11.01 06:55:47.613806 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8996 | 2024.11.01 06:55:47.614204 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8997 | 2024.11.01 06:55:47.614385 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001911 sec., 20408.163265306124 rows/sec., 1.50 MiB/sec. | ||
| 8998 | 2024.11.01 06:55:47.614581 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8999 | 2024.11.01 06:55:47.614608 [ 286 ] {addb6394-6221-419b-a518-a6bbbcb422d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9000 | 2024.11.01 06:55:47.614624 [ 286 ] {} <Debug> HTTP-Session: 06fc3e28-5fd5-4d46-8942-fbcdc3957e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9001 | 2024.11.01 06:55:47.614761 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9002 | 2024.11.01 06:55:47.614853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40140, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9003 | 2024.11.01 06:55:47.614961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9004 | 2024.11.01 06:55:47.614993 [ 3 ] {} <Debug> HTTP-Session: efcb2fc2-ca0c-45a3-ba59-86fc353027ea Authenticating user 'default' from [fd00:1122:3344:101::d]:40140 | ||
| 9005 | 2024.11.01 06:55:47.615022 [ 3 ] {} <Debug> HTTP-Session: efcb2fc2-ca0c-45a3-ba59-86fc353027ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9006 | 2024.11.01 06:55:47.615043 [ 3 ] {} <Debug> HTTP-Session: efcb2fc2-ca0c-45a3-ba59-86fc353027ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9007 | 2024.11.01 06:55:47.615102 [ 3 ] {} <Trace> HTTP-Session: efcb2fc2-ca0c-45a3-ba59-86fc353027ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9008 | 2024.11.01 06:55:47.615277 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40140) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9009 | 2024.11.01 06:55:47.615348 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9010 | 2024.11.01 06:55:47.615714 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9011 | 2024.11.01 06:55:47.616048 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9012 | 2024.11.01 06:55:47.616086 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9013 | 2024.11.01 06:55:47.616477 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9014 | 2024.11.01 06:55:47.616862 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9015 | 2024.11.01 06:55:47.617026 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001807 sec., 7747.648035417819 rows/sec., 542.59 KiB/sec. | ||
| 9016 | 2024.11.01 06:55:47.617218 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 9017 | 2024.11.01 06:55:47.617243 [ 3 ] {6bbb1d89-925d-4f5c-934f-8925ac22c2ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9018 | 2024.11.01 06:55:47.617259 [ 3 ] {} <Debug> HTTP-Session: efcb2fc2-ca0c-45a3-ba59-86fc353027ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9019 | 2024.11.01 06:55:47.617394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9020 | 2024.11.01 06:55:47.617506 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52950, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9021 | 2024.11.01 06:55:47.617582 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9022 | 2024.11.01 06:55:47.617607 [ 286 ] {} <Debug> HTTP-Session: 767e0c25-c305-4e3b-9198-2cef399a1a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:52950 | ||
| 9023 | 2024.11.01 06:55:47.617630 [ 286 ] {} <Debug> HTTP-Session: 767e0c25-c305-4e3b-9198-2cef399a1a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9024 | 2024.11.01 06:55:47.617646 [ 286 ] {} <Debug> HTTP-Session: 767e0c25-c305-4e3b-9198-2cef399a1a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9025 | 2024.11.01 06:55:47.617693 [ 286 ] {} <Trace> HTTP-Session: 767e0c25-c305-4e3b-9198-2cef399a1a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9026 | 2024.11.01 06:55:47.617821 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52950) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9027 | 2024.11.01 06:55:47.617876 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9028 | 2024.11.01 06:55:47.618189 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9029 | 2024.11.01 06:55:47.618554 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9030 | 2024.11.01 06:55:47.618599 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9031 | 2024.11.01 06:55:47.618958 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9032 | 2024.11.01 06:55:47.619324 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2024.11.01 06:55:47.619490 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001696 sec., 3537.735849056604 rows/sec., 209.02 KiB/sec. | ||
| 9034 | 2024.11.01 06:55:47.619499 [ 85 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9035 | 2024.11.01 06:55:47.619581 [ 85 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2024.11.01 06:55:47.619663 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9037 | 2024.11.01 06:55:47.619841 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Debug> DynamicQueryHandler: Done processing query | ||
| 9038 | 2024.11.01 06:55:47.619921 [ 286 ] {5c453c9e-fdcc-4ede-950a-c4668d524315} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9039 | 2024.11.01 06:55:47.619977 [ 286 ] {} <Debug> HTTP-Session: 767e0c25-c305-4e3b-9198-2cef399a1a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9040 | 2024.11.01 06:55:47.619998 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 9041 | 2024.11.01 06:55:47.620300 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9042 | 2024.11.01 06:55:47.620564 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 9043 | |||
| 9044 | (version 23.8.7.1) | ||
| 9045 | 2024.11.01 06:55:47.620663 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9046 | 2024.11.01 06:55:47.620787 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 9047 | 2024.11.01 06:55:47.620801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40140, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9048 | 2024.11.01 06:55:47.620923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9049 | 2024.11.01 06:55:47.621017 [ 3 ] {} <Debug> HTTP-Session: b703d1e8-c87d-4da2-8b21-6016201d9fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:40140 | ||
| 9050 | 2024.11.01 06:55:47.621072 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 9051 | 2024.11.01 06:55:47.621086 [ 3 ] {} <Debug> HTTP-Session: b703d1e8-c87d-4da2-8b21-6016201d9fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9052 | 2024.11.01 06:55:47.621172 [ 3 ] {} <Debug> HTTP-Session: b703d1e8-c87d-4da2-8b21-6016201d9fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9053 | 2024.11.01 06:55:47.621331 [ 3 ] {} <Trace> HTTP-Session: b703d1e8-c87d-4da2-8b21-6016201d9fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9054 | 2024.11.01 06:55:47.621357 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 9055 | 2024.11.01 06:55:47.621578 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 9056 | 2024.11.01 06:55:47.621769 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 9057 | 2024.11.01 06:55:47.621949 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40140) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9058 | 2024.11.01 06:55:47.622126 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9059 | 2024.11.01 06:55:47.622927 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9060 | 2024.11.01 06:55:47.624142 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004348091 sec., 6899.579608614447 rows/sec., 437.96 KiB/sec. | ||
| 9061 | 2024.11.01 06:55:47.624211 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2024.11.01 06:55:47.624269 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9063 | 2024.11.01 06:55:47.624317 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9064 | 2024.11.01 06:55:47.625365 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9065 | 2024.11.01 06:55:47.625437 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_17_4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9066 | 2024.11.01 06:55:47.625591 [ 199 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_17_4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9067 | 2024.11.01 06:55:47.625827 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9068 | 2024.11.01 06:55:47.626081 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9069 | 2024.11.01 06:55:47.626220 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004617 sec., 91184.75200346546 rows/sec., 6.52 MiB/sec. | ||
| 9070 | 2024.11.01 06:55:47.626412 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9071 | 2024.11.01 06:55:47.626436 [ 3 ] {617d86df-525a-4191-a296-ccf8b6b1cedb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9072 | 2024.11.01 06:55:47.626452 [ 3 ] {} <Debug> HTTP-Session: b703d1e8-c87d-4da2-8b21-6016201d9fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9073 | 2024.11.01 06:55:47.626622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9074 | 2024.11.01 06:55:47.626701 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41364, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9075 | 2024.11.01 06:55:47.626850 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9076 | 2024.11.01 06:55:47.626875 [ 286 ] {} <Debug> HTTP-Session: 5543d4eb-73f4-4708-b169-ae5447734b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:41364 | ||
| 9077 | 2024.11.01 06:55:47.626896 [ 286 ] {} <Debug> HTTP-Session: 5543d4eb-73f4-4708-b169-ae5447734b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9078 | 2024.11.01 06:55:47.626915 [ 286 ] {} <Debug> HTTP-Session: 5543d4eb-73f4-4708-b169-ae5447734b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9079 | 2024.11.01 06:55:47.626960 [ 286 ] {} <Trace> HTTP-Session: 5543d4eb-73f4-4708-b169-ae5447734b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2024.11.01 06:55:47.627090 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41364) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9081 | 2024.11.01 06:55:47.627148 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9082 | 2024.11.01 06:55:47.627340 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9083 | 2024.11.01 06:55:47.627657 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9084 | 2024.11.01 06:55:47.627693 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9085 | 2024.11.01 06:55:47.628057 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9086 | 2024.11.01 06:55:47.628384 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9087 | 2024.11.01 06:55:47.628550 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 9088 | 2024.11.01 06:55:47.628768 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Debug> DynamicQueryHandler: Done processing query | ||
| 9089 | 2024.11.01 06:55:47.628793 [ 286 ] {380ef9f3-5922-40c1-8a0f-cbf7b1910709} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9090 | 2024.11.01 06:55:47.628809 [ 286 ] {} <Debug> HTTP-Session: 5543d4eb-73f4-4708-b169-ae5447734b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9091 | 2024.11.01 06:55:47.628965 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9092 | 2024.11.01 06:55:47.629073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34714, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9093 | 2024.11.01 06:55:47.629183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9094 | 2024.11.01 06:55:47.629223 [ 3 ] {} <Debug> HTTP-Session: 270dc0e6-692d-426d-af7b-50ddd6410aef Authenticating user 'default' from [fd00:1122:3344:101::d]:34714 | ||
| 9095 | 2024.11.01 06:55:47.629257 [ 3 ] {} <Debug> HTTP-Session: 270dc0e6-692d-426d-af7b-50ddd6410aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9096 | 2024.11.01 06:55:47.629286 [ 3 ] {} <Debug> HTTP-Session: 270dc0e6-692d-426d-af7b-50ddd6410aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9097 | 2024.11.01 06:55:47.629355 [ 3 ] {} <Trace> HTTP-Session: 270dc0e6-692d-426d-af7b-50ddd6410aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9098 | 2024.11.01 06:55:47.629734 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34714) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9099 | 2024.11.01 06:55:47.629793 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9100 | 2024.11.01 06:55:47.629981 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9101 | 2024.11.01 06:55:47.630431 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9102 | 2024.11.01 06:55:47.630469 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9103 | 2024.11.01 06:55:47.630887 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9104 | 2024.11.01 06:55:47.631240 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9105 | 2024.11.01 06:55:47.631370 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001839 sec., 128874.38825448614 rows/sec., 8.64 MiB/sec. | ||
| 9106 | 2024.11.01 06:55:47.631555 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Debug> DynamicQueryHandler: Done processing query | ||
| 9107 | 2024.11.01 06:55:47.631579 [ 3 ] {cf35374c-a1c6-4431-85d9-bf0275ca6007} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9108 | 2024.11.01 06:55:47.631595 [ 3 ] {} <Debug> HTTP-Session: 270dc0e6-692d-426d-af7b-50ddd6410aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9109 | 2024.11.01 06:55:47.631794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9110 | 2024.11.01 06:55:47.631797 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41364, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9111 | 2024.11.01 06:55:47.631902 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9112 | 2024.11.01 06:55:47.631937 [ 286 ] {} <Debug> HTTP-Session: 179be96e-e08a-46c5-865a-440da65d9ed9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41364 | ||
| 9113 | 2024.11.01 06:55:47.631961 [ 286 ] {} <Debug> HTTP-Session: 179be96e-e08a-46c5-865a-440da65d9ed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9114 | 2024.11.01 06:55:47.631979 [ 286 ] {} <Debug> HTTP-Session: 179be96e-e08a-46c5-865a-440da65d9ed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9115 | 2024.11.01 06:55:47.632022 [ 286 ] {} <Trace> HTTP-Session: 179be96e-e08a-46c5-865a-440da65d9ed9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9116 | 2024.11.01 06:55:47.632146 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41364) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9117 | 2024.11.01 06:55:47.632204 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9118 | 2024.11.01 06:55:47.632393 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9119 | 2024.11.01 06:55:47.632682 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9120 | 2024.11.01 06:55:47.632717 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9121 | 2024.11.01 06:55:47.633080 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9122 | 2024.11.01 06:55:47.633407 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9123 | 2024.11.01 06:55:47.633576 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001454 sec., 687.757909215956 rows/sec., 46.34 KiB/sec. | ||
| 9124 | 2024.11.01 06:55:47.633925 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Debug> DynamicQueryHandler: Done processing query | ||
| 9125 | 2024.11.01 06:55:47.633963 [ 286 ] {4a711035-5862-404d-a46d-7eeafa98ed99} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9126 | 2024.11.01 06:55:47.633990 [ 286 ] {} <Debug> HTTP-Session: 179be96e-e08a-46c5-865a-440da65d9ed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9127 | 2024.11.01 06:55:47.634140 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9128 | 2024.11.01 06:55:47.634261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58275, User-Agent: (none), Length: 65617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9129 | 2024.11.01 06:55:47.634370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9130 | 2024.11.01 06:55:47.634410 [ 3 ] {} <Debug> HTTP-Session: 730af01e-20bf-41ce-abc4-21542c288161 Authenticating user 'default' from [fd00:1122:3344:101::d]:58275 | ||
| 9131 | 2024.11.01 06:55:47.634444 [ 3 ] {} <Debug> HTTP-Session: 730af01e-20bf-41ce-abc4-21542c288161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9132 | 2024.11.01 06:55:47.634472 [ 3 ] {} <Debug> HTTP-Session: 730af01e-20bf-41ce-abc4-21542c288161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9133 | 2024.11.01 06:55:47.634539 [ 3 ] {} <Trace> HTTP-Session: 730af01e-20bf-41ce-abc4-21542c288161 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9134 | 2024.11.01 06:55:47.635211 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58275) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9135 | 2024.11.01 06:55:47.635295 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <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 | ||
| 9136 | 2024.11.01 06:55:47.635785 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9137 | 2024.11.01 06:55:47.636838 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2024.11.01 06:55:47.636875 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9139 | 2024.11.01 06:55:47.637547 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9140 | 2024.11.01 06:55:47.637974 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9141 | 2024.11.01 06:55:47.638107 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 9142 | 2024.11.01 06:55:47.638127 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00341 sec., 11436.950146627567 rows/sec., 20.49 MiB/sec. | ||
| 9143 | 2024.11.01 06:55:47.638160 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9144 | 2024.11.01 06:55:47.638209 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9145 | 2024.11.01 06:55:47.638638 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 9146 | 2024.11.01 06:55:47.638835 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Debug> DynamicQueryHandler: Done processing query | ||
| 9147 | 2024.11.01 06:55:47.638898 [ 3 ] {b4dce960-4881-4337-9d09-773d5148c938} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 9148 | 2024.11.01 06:55:47.638961 [ 3 ] {} <Debug> HTTP-Session: 730af01e-20bf-41ce-abc4-21542c288161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9149 | 2024.11.01 06:55:47.639194 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41364, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9150 | 2024.11.01 06:55:47.639254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9151 | 2024.11.01 06:55:47.639384 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9152 | 2024.11.01 06:55:47.639468 [ 286 ] {} <Debug> HTTP-Session: 027d7312-7b22-46f5-b8af-e11294e8e10b Authenticating user 'default' from [fd00:1122:3344:101::d]:41364 | ||
| 9153 | 2024.11.01 06:55:47.639479 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9154 | 2024.11.01 06:55:47.639497 [ 286 ] {} <Debug> HTTP-Session: 027d7312-7b22-46f5-b8af-e11294e8e10b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9155 | 2024.11.01 06:55:47.639531 [ 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): | ||
| 9156 | |||
| 9157 | (version 23.8.7.1) | ||
| 9158 | 2024.11.01 06:55:47.639556 [ 286 ] {} <Debug> HTTP-Session: 027d7312-7b22-46f5-b8af-e11294e8e10b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9159 | 2024.11.01 06:55:47.639655 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 449 rows starting from the beginning of the part | ||
| 9160 | 2024.11.01 06:55:47.639655 [ 286 ] {} <Trace> HTTP-Session: 027d7312-7b22-46f5-b8af-e11294e8e10b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9161 | 2024.11.01 06:55:47.639966 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41364) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9162 | 2024.11.01 06:55:47.640145 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9163 | 2024.11.01 06:55:47.640235 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 9164 | 2024.11.01 06:55:47.640838 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9165 | 2024.11.01 06:55:47.640898 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 9166 | 2024.11.01 06:55:47.641421 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 9167 | 2024.11.01 06:55:47.641623 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9168 | 2024.11.01 06:55:47.641725 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9169 | 2024.11.01 06:55:47.641996 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 9170 | 2024.11.01 06:55:47.642569 [ 194 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 9171 | 2024.11.01 06:55:47.642867 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9172 | 2024.11.01 06:55:47.643505 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.11.01 06:55:47.643797 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004025 sec., 20372.670807453418 rows/sec., 1.29 MiB/sec. | ||
| 9174 | 2024.11.01 06:55:47.644046 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9175 | 2024.11.01 06:55:47.644076 [ 286 ] {072c1a33-4f5f-4430-9abd-aad8563d3ebd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9176 | 2024.11.01 06:55:47.644092 [ 286 ] {} <Debug> HTTP-Session: 027d7312-7b22-46f5-b8af-e11294e8e10b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9177 | 2024.11.01 06:55:47.644698 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9178 | 2024.11.01 06:55:47.671395 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 644 rows, containing 19 columns (19 merged, 0 gathered) in 0.033069305 sec., 19474.252633975826 rows/sec., 34.90 MiB/sec. | ||
| 9179 | 2024.11.01 06:55:47.672452 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 9180 | 2024.11.01 06:55:47.673054 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9181 | 2024.11.01 06:55:47.673132 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 9182 | 2024.11.01 06:55:47.673274 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 9183 | 2024.11.01 06:55:49.589312 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9184 | 2024.11.01 06:55:49.857910 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9185 | 2024.11.01 06:55:50.011591 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9186 | 2024.11.01 06:55:50.117720 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9187 | 2024.11.01 06:55:50.350697 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9188 | 2024.11.01 06:55:50.356165 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9189 | 2024.11.01 06:55:50.385267 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9190 | 2024.11.01 06:55:50.410250 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9191 | 2024.11.01 06:55:50.418435 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9192 | 2024.11.01 06:55:50.431784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9193 | 2024.11.01 06:55:50.455240 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9194 | 2024.11.01 06:55:50.680847 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9195 | 2024.11.01 06:55:50.681460 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9196 | 2024.11.01 06:55:50.691748 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9197 | 2024.11.01 06:55:50.695045 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9198 | 2024.11.01 06:55:50.710323 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9199 | 2024.11.01 06:55:50.716323 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9200 | 2024.11.01 06:55:50.748872 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9201 | 2024.11.01 06:55:50.750172 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9202 | 2024.11.01 06:55:50.753049 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9203 | 2024.11.01 06:55:50.757368 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9204 | 2024.11.01 06:55:50.795045 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9205 | 2024.11.01 06:55:50.796295 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9206 | 2024.11.01 06:55:50.811542 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9207 | 2024.11.01 06:55:51.119050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 850 | ||
| 9208 | 2024.11.01 06:55:51.121795 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9209 | 2024.11.01 06:55:51.121847 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9210 | 2024.11.01 06:55:51.123358 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9211 | 2024.11.01 06:55:51.124410 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9212 | 2024.11.01 06:55:51.124968 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 850 | ||
| 9213 | 2024.11.01 06:55:52.601002 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53183, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9214 | 2024.11.01 06:55:52.601124 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9215 | 2024.11.01 06:55:52.601149 [ 296 ] {} <Debug> HTTP-Session: d1329d99-5bbd-4c34-b40f-2c0c54f25637 Authenticating user 'default' from [fd00:1122:3344:101::d]:53183 | ||
| 9216 | 2024.11.01 06:55:52.601174 [ 296 ] {} <Debug> HTTP-Session: d1329d99-5bbd-4c34-b40f-2c0c54f25637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9217 | 2024.11.01 06:55:52.601188 [ 296 ] {} <Debug> HTTP-Session: d1329d99-5bbd-4c34-b40f-2c0c54f25637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9218 | 2024.11.01 06:55:52.601238 [ 296 ] {} <Trace> HTTP-Session: d1329d99-5bbd-4c34-b40f-2c0c54f25637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9219 | 2024.11.01 06:55:52.601410 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53183) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9220 | 2024.11.01 06:55:52.601476 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9221 | 2024.11.01 06:55:52.601805 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9222 | 2024.11.01 06:55:52.602247 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2024.11.01 06:55:52.602286 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9224 | 2024.11.01 06:55:52.602688 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 9225 | 2024.11.01 06:55:52.603078 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2024.11.01 06:55:52.603223 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001864 sec., 3218.8841201716737 rows/sec., 262.48 KiB/sec. | ||
| 9227 | 2024.11.01 06:55:52.603452 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9228 | 2024.11.01 06:55:52.603479 [ 296 ] {7a989636-dc72-4ca7-9631-c8abf1001de1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9229 | 2024.11.01 06:55:52.603496 [ 296 ] {} <Debug> HTTP-Session: d1329d99-5bbd-4c34-b40f-2c0c54f25637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9230 | 2024.11.01 06:55:52.603681 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9231 | 2024.11.01 06:55:52.603823 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37180, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9232 | 2024.11.01 06:55:52.603945 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9233 | 2024.11.01 06:55:52.603974 [ 297 ] {} <Debug> HTTP-Session: f75c0e44-de46-42cc-846b-b591a2997476 Authenticating user 'default' from [fd00:1122:3344:101::d]:37180 | ||
| 9234 | 2024.11.01 06:55:52.604003 [ 297 ] {} <Debug> HTTP-Session: f75c0e44-de46-42cc-846b-b591a2997476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9235 | 2024.11.01 06:55:52.604021 [ 297 ] {} <Debug> HTTP-Session: f75c0e44-de46-42cc-846b-b591a2997476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9236 | 2024.11.01 06:55:52.604083 [ 297 ] {} <Trace> HTTP-Session: f75c0e44-de46-42cc-846b-b591a2997476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9237 | 2024.11.01 06:55:52.604302 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37180) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9238 | 2024.11.01 06:55:52.604378 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9239 | 2024.11.01 06:55:52.604771 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9240 | 2024.11.01 06:55:52.605220 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2024.11.01 06:55:52.605268 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9242 | 2024.11.01 06:55:52.605709 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9243 | 2024.11.01 06:55:52.606117 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2024.11.01 06:55:52.606303 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.00207 sec., 28502.4154589372 rows/sec., 2.18 MiB/sec. | ||
| 9245 | 2024.11.01 06:55:52.606536 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Debug> DynamicQueryHandler: Done processing query | ||
| 9246 | 2024.11.01 06:55:52.606563 [ 297 ] {348321a3-bffe-46c5-a3ff-42faf80e1832} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9247 | 2024.11.01 06:55:52.606579 [ 297 ] {} <Debug> HTTP-Session: f75c0e44-de46-42cc-846b-b591a2997476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9248 | 2024.11.01 06:55:52.606758 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53183, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9249 | 2024.11.01 06:55:52.606777 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9250 | 2024.11.01 06:55:52.606858 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9251 | 2024.11.01 06:55:52.606895 [ 296 ] {} <Debug> HTTP-Session: f9cba5e4-8ebb-4343-a5ae-18cb418a5fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53183 | ||
| 9252 | 2024.11.01 06:55:52.606918 [ 296 ] {} <Debug> HTTP-Session: f9cba5e4-8ebb-4343-a5ae-18cb418a5fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9253 | 2024.11.01 06:55:52.606942 [ 296 ] {} <Debug> HTTP-Session: f9cba5e4-8ebb-4343-a5ae-18cb418a5fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9254 | 2024.11.01 06:55:52.607004 [ 296 ] {} <Trace> HTTP-Session: f9cba5e4-8ebb-4343-a5ae-18cb418a5fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9255 | 2024.11.01 06:55:52.607135 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53183) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9256 | 2024.11.01 06:55:52.607192 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9257 | 2024.11.01 06:55:52.607506 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9258 | 2024.11.01 06:55:52.607875 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2024.11.01 06:55:52.607910 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9260 | 2024.11.01 06:55:52.608262 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9261 | 2024.11.01 06:55:52.608641 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2024.11.01 06:55:52.608766 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001668 sec., 3597.122302158273 rows/sec., 251.17 KiB/sec. | ||
| 9263 | 2024.11.01 06:55:52.608944 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Debug> DynamicQueryHandler: Done processing query | ||
| 9264 | 2024.11.01 06:55:52.608968 [ 296 ] {4628aecf-6fc0-4768-a3bc-7e56f0470a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9265 | 2024.11.01 06:55:52.608984 [ 296 ] {} <Debug> HTTP-Session: f9cba5e4-8ebb-4343-a5ae-18cb418a5fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9266 | 2024.11.01 06:55:52.609197 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53183, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9267 | 2024.11.01 06:55:52.609259 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56357, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9268 | 2024.11.01 06:55:52.609340 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9269 | 2024.11.01 06:55:52.609369 [ 297 ] {} <Debug> HTTP-Session: fc03f89b-e4bf-48ef-a15e-d2ce50d1f1e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56357 | ||
| 9270 | 2024.11.01 06:55:52.609393 [ 297 ] {} <Debug> HTTP-Session: fc03f89b-e4bf-48ef-a15e-d2ce50d1f1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9271 | 2024.11.01 06:55:52.609411 [ 297 ] {} <Debug> HTTP-Session: fc03f89b-e4bf-48ef-a15e-d2ce50d1f1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9272 | 2024.11.01 06:55:52.609461 [ 297 ] {} <Trace> HTTP-Session: fc03f89b-e4bf-48ef-a15e-d2ce50d1f1e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9273 | 2024.11.01 06:55:52.609630 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56357) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9274 | 2024.11.01 06:55:52.609689 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9275 | 2024.11.01 06:55:52.609990 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9276 | 2024.11.01 06:55:52.610376 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2024.11.01 06:55:52.610415 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9278 | 2024.11.01 06:55:52.610784 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9279 | 2024.11.01 06:55:52.611158 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2024.11.01 06:55:52.611323 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00175 sec., 40000 rows/sec., 3.13 MiB/sec. | ||
| 9281 | 2024.11.01 06:55:52.611502 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Debug> DynamicQueryHandler: Done processing query | ||
| 9282 | 2024.11.01 06:55:52.611526 [ 297 ] {88265b9c-235a-42bf-9449-19bf7d4d3969} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9283 | 2024.11.01 06:55:52.611542 [ 297 ] {} <Debug> HTTP-Session: fc03f89b-e4bf-48ef-a15e-d2ce50d1f1e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9284 | 2024.11.01 06:55:52.611712 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9285 | 2024.11.01 06:55:52.611814 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37983, User-Agent: (none), Length: 25073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9286 | 2024.11.01 06:55:52.611899 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9287 | 2024.11.01 06:55:52.611923 [ 296 ] {} <Debug> HTTP-Session: bf86e3a2-ab0d-4815-ba4f-e63833111acb Authenticating user 'default' from [fd00:1122:3344:101::d]:37983 | ||
| 9288 | 2024.11.01 06:55:52.611944 [ 296 ] {} <Debug> HTTP-Session: bf86e3a2-ab0d-4815-ba4f-e63833111acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9289 | 2024.11.01 06:55:52.611961 [ 296 ] {} <Debug> HTTP-Session: bf86e3a2-ab0d-4815-ba4f-e63833111acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9290 | 2024.11.01 06:55:52.612006 [ 296 ] {} <Trace> HTTP-Session: bf86e3a2-ab0d-4815-ba4f-e63833111acb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9291 | 2024.11.01 06:55:52.612191 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37983) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9292 | 2024.11.01 06:55:52.612252 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9293 | 2024.11.01 06:55:52.612467 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9294 | 2024.11.01 06:55:52.612871 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2024.11.01 06:55:52.612907 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9296 | 2024.11.01 06:55:52.613302 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9297 | 2024.11.01 06:55:52.613652 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2024.11.01 06:55:52.613781 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001674 sec., 78255.67502986858 rows/sec., 5.45 MiB/sec. | ||
| 9299 | 2024.11.01 06:55:52.613985 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9300 | 2024.11.01 06:55:52.614019 [ 296 ] {e205b63e-9935-4919-ae78-0aa4e6f10ed3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9301 | 2024.11.01 06:55:52.614045 [ 296 ] {} <Debug> HTTP-Session: bf86e3a2-ab0d-4815-ba4f-e63833111acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9302 | 2024.11.01 06:55:52.614227 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9303 | 2024.11.01 06:55:52.614290 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34027, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9304 | 2024.11.01 06:55:52.614370 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9305 | 2024.11.01 06:55:52.614394 [ 297 ] {} <Debug> HTTP-Session: 264af050-1805-4443-a1ca-975b22f1224c Authenticating user 'default' from [fd00:1122:3344:101::d]:34027 | ||
| 9306 | 2024.11.01 06:55:52.614414 [ 297 ] {} <Debug> HTTP-Session: 264af050-1805-4443-a1ca-975b22f1224c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9307 | 2024.11.01 06:55:52.614431 [ 297 ] {} <Debug> HTTP-Session: 264af050-1805-4443-a1ca-975b22f1224c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9308 | 2024.11.01 06:55:52.614477 [ 297 ] {} <Trace> HTTP-Session: 264af050-1805-4443-a1ca-975b22f1224c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9309 | 2024.11.01 06:55:52.614624 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34027) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9310 | 2024.11.01 06:55:52.614682 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9311 | 2024.11.01 06:55:52.614860 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9312 | 2024.11.01 06:55:52.615245 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2024.11.01 06:55:52.615281 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9314 | 2024.11.01 06:55:52.615656 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9315 | 2024.11.01 06:55:52.615991 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2024.11.01 06:55:52.616145 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001564 sec., 30690.537084398977 rows/sec., 2.07 MiB/sec. | ||
| 9317 | 2024.11.01 06:55:52.616475 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 9318 | 2024.11.01 06:55:52.616533 [ 297 ] {8d696339-efe2-4d4d-a5ed-2a8db64be9ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9319 | 2024.11.01 06:55:52.616575 [ 297 ] {} <Debug> HTTP-Session: 264af050-1805-4443-a1ca-975b22f1224c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9320 | 2024.11.01 06:55:52.616798 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9321 | 2024.11.01 06:55:55.893205 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9322 | 2024.11.01 06:55:55.893301 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9323 | 2024.11.01 06:55:57.602114 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35953, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9324 | 2024.11.01 06:55:57.602287 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9325 | 2024.11.01 06:55:57.602330 [ 296 ] {} <Debug> HTTP-Session: 494d88d4-a08b-4f4e-8098-5df3cf3b08fd Authenticating user 'default' from [fd00:1122:3344:101::d]:35953 | ||
| 9326 | 2024.11.01 06:55:57.602370 [ 296 ] {} <Debug> HTTP-Session: 494d88d4-a08b-4f4e-8098-5df3cf3b08fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9327 | 2024.11.01 06:55:57.602398 [ 296 ] {} <Debug> HTTP-Session: 494d88d4-a08b-4f4e-8098-5df3cf3b08fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9328 | 2024.11.01 06:55:57.602478 [ 296 ] {} <Trace> HTTP-Session: 494d88d4-a08b-4f4e-8098-5df3cf3b08fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9329 | 2024.11.01 06:55:57.602777 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35953) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9330 | 2024.11.01 06:55:57.602882 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9331 | 2024.11.01 06:55:57.603265 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9332 | 2024.11.01 06:55:57.603735 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9333 | 2024.11.01 06:55:57.603772 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9334 | 2024.11.01 06:55:57.604175 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9335 | 2024.11.01 06:55:57.604564 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2024.11.01 06:55:57.604710 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002043 sec., 27410.67058247675 rows/sec., 2.11 MiB/sec. | ||
| 9337 | 2024.11.01 06:55:57.604906 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9338 | 2024.11.01 06:55:57.604932 [ 296 ] {48d541b3-5938-4ef7-b36b-7998b11ede5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9339 | 2024.11.01 06:55:57.604948 [ 296 ] {} <Debug> HTTP-Session: 494d88d4-a08b-4f4e-8098-5df3cf3b08fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9340 | 2024.11.01 06:55:57.605160 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9341 | 2024.11.01 06:55:57.605253 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41253, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9342 | 2024.11.01 06:55:57.605386 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9343 | 2024.11.01 06:55:57.605415 [ 297 ] {} <Debug> HTTP-Session: 2047cb65-364c-40e7-8d46-ea8636394c4d Authenticating user 'default' from [fd00:1122:3344:101::d]:41253 | ||
| 9344 | 2024.11.01 06:55:57.605443 [ 297 ] {} <Debug> HTTP-Session: 2047cb65-364c-40e7-8d46-ea8636394c4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9345 | 2024.11.01 06:55:57.605462 [ 297 ] {} <Debug> HTTP-Session: 2047cb65-364c-40e7-8d46-ea8636394c4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9346 | 2024.11.01 06:55:57.605525 [ 297 ] {} <Trace> HTTP-Session: 2047cb65-364c-40e7-8d46-ea8636394c4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9347 | 2024.11.01 06:55:57.605764 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41253) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9348 | 2024.11.01 06:55:57.605840 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9349 | 2024.11.01 06:55:57.606209 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9350 | 2024.11.01 06:55:57.606647 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9351 | 2024.11.01 06:55:57.606690 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9352 | 2024.11.01 06:55:57.607128 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9353 | 2024.11.01 06:55:57.607518 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9354 | 2024.11.01 06:55:57.607691 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002007 sec., 31888.39063278525 rows/sec., 2.49 MiB/sec. | ||
| 9355 | 2024.11.01 06:55:57.607891 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9356 | 2024.11.01 06:55:57.607917 [ 297 ] {d34ee176-0e5e-475f-8abd-dbc856a389c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9357 | 2024.11.01 06:55:57.607934 [ 297 ] {} <Debug> HTTP-Session: 2047cb65-364c-40e7-8d46-ea8636394c4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9358 | 2024.11.01 06:55:57.608098 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9359 | 2024.11.01 06:55:57.608195 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59073, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9360 | 2024.11.01 06:55:57.608261 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9361 | 2024.11.01 06:55:57.608285 [ 296 ] {} <Debug> HTTP-Session: 0ea33bfe-87f9-4567-8b99-91bfecc69d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:59073 | ||
| 9362 | 2024.11.01 06:55:57.608305 [ 296 ] {} <Debug> HTTP-Session: 0ea33bfe-87f9-4567-8b99-91bfecc69d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9363 | 2024.11.01 06:55:57.608323 [ 296 ] {} <Debug> HTTP-Session: 0ea33bfe-87f9-4567-8b99-91bfecc69d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9364 | 2024.11.01 06:55:57.608370 [ 296 ] {} <Trace> HTTP-Session: 0ea33bfe-87f9-4567-8b99-91bfecc69d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9365 | 2024.11.01 06:55:57.608572 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59073) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9366 | 2024.11.01 06:55:57.608631 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9367 | 2024.11.01 06:55:57.608843 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9368 | 2024.11.01 06:55:57.609248 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9369 | 2024.11.01 06:55:57.609283 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9370 | 2024.11.01 06:55:57.609675 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9371 | 2024.11.01 06:55:57.610024 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9372 | 2024.11.01 06:55:57.610147 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001668 sec., 95923.26139088729 rows/sec., 6.68 MiB/sec. | ||
| 9373 | 2024.11.01 06:55:57.610306 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9374 | 2024.11.01 06:55:57.610331 [ 296 ] {0b3feea9-dc51-4f5b-be36-321cc1a3185f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9375 | 2024.11.01 06:55:57.610347 [ 296 ] {} <Debug> HTTP-Session: 0ea33bfe-87f9-4567-8b99-91bfecc69d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9376 | 2024.11.01 06:55:57.610492 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9377 | 2024.11.01 06:55:57.610505 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41253, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9378 | 2024.11.01 06:55:57.610598 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9379 | 2024.11.01 06:55:57.610628 [ 297 ] {} <Debug> HTTP-Session: 0448324c-c042-45cb-a8e7-4c65b4256407 Authenticating user 'default' from [fd00:1122:3344:101::d]:41253 | ||
| 9380 | 2024.11.01 06:55:57.610648 [ 297 ] {} <Debug> HTTP-Session: 0448324c-c042-45cb-a8e7-4c65b4256407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9381 | 2024.11.01 06:55:57.610689 [ 297 ] {} <Debug> HTTP-Session: 0448324c-c042-45cb-a8e7-4c65b4256407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9382 | 2024.11.01 06:55:57.610729 [ 297 ] {} <Trace> HTTP-Session: 0448324c-c042-45cb-a8e7-4c65b4256407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9383 | 2024.11.01 06:55:57.610878 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41253) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9384 | 2024.11.01 06:55:57.610928 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9385 | 2024.11.01 06:55:57.611095 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9386 | 2024.11.01 06:55:57.611413 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9387 | 2024.11.01 06:55:57.611450 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9388 | 2024.11.01 06:55:57.611834 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9389 | 2024.11.01 06:55:57.612188 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9390 | 2024.11.01 06:55:57.612345 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec. | ||
| 9391 | 2024.11.01 06:55:57.612606 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 9392 | 2024.11.01 06:55:57.612659 [ 297 ] {48a7d498-ca16-4fd7-b2c6-3bd4ca5875ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9393 | 2024.11.01 06:55:57.612706 [ 297 ] {} <Debug> HTTP-Session: 0448324c-c042-45cb-a8e7-4c65b4256407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9394 | 2024.11.01 06:55:57.612918 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9395 | 2024.11.01 06:55:59.850714 [ 143 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9396 | 2024.11.01 06:55:59.850810 [ 143 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2024.11.01 06:55:59.850850 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9398 | 2024.11.01 06:55:59.851109 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 9399 | 2024.11.01 06:55:59.851351 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9400 | 2024.11.01 06:55:59.851395 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 9401 | 2024.11.01 06:55:59.851480 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 9402 | 2024.11.01 06:55:59.851685 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 9403 | 2024.11.01 06:55:59.851898 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 9404 | 2024.11.01 06:55:59.852024 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 9405 | 2024.11.01 06:55:59.853051 [ 193 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.00209608 sec., 48662.26479905347 rows/sec., 2.48 MiB/sec. | ||
| 9406 | 2024.11.01 06:55:59.853348 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9407 | 2024.11.01 06:55:59.854131 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_17_4} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9408 | 2024.11.01 06:55:59.854228 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_17_4} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9409 | 2024.11.01 06:55:59.854329 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9410 | 2024.11.01 06:56:00.582770 [ 143 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 9411 | 2024.11.01 06:56:00.582835 [ 143 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9412 | 2024.11.01 06:56:00.582857 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9413 | 2024.11.01 06:56:00.583023 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 9414 | 2024.11.01 06:56:00.583196 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9415 | 2024.11.01 06:56:00.583232 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 9416 | 2024.11.01 06:56:00.583333 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 9417 | 2024.11.01 06:56:00.583565 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 9418 | 2024.11.01 06:56:00.583782 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 9419 | 2024.11.01 06:56:00.583929 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 9420 | 2024.11.01 06:56:00.585058 [ 193 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.0021194 sec., 8492.96970840804 rows/sec., 570.44 KiB/sec. | ||
| 9421 | 2024.11.01 06:56:00.585268 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 9422 | 2024.11.01 06:56:00.585747 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9423 | 2024.11.01 06:56:00.585838 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_18_4} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 9424 | 2024.11.01 06:56:00.585934 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 9425 | 2024.11.01 06:56:01.125275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 870 | ||
| 9426 | 2024.11.01 06:56:01.127801 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2024.11.01 06:56:01.127842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9428 | 2024.11.01 06:56:01.129357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9429 | 2024.11.01 06:56:01.130353 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2024.11.01 06:56:01.131431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870 | ||
| 9431 | 2024.11.01 06:56:02.608961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41353, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9432 | 2024.11.01 06:56:02.609164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9433 | 2024.11.01 06:56:02.609210 [ 3 ] {} <Debug> HTTP-Session: 7e400a2b-c4c0-42ff-945b-f8242f7a6836 Authenticating user 'default' from [fd00:1122:3344:101::d]:41353 | ||
| 9434 | 2024.11.01 06:56:02.609239 [ 3 ] {} <Debug> HTTP-Session: 7e400a2b-c4c0-42ff-945b-f8242f7a6836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9435 | 2024.11.01 06:56:02.609253 [ 3 ] {} <Debug> HTTP-Session: 7e400a2b-c4c0-42ff-945b-f8242f7a6836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9436 | 2024.11.01 06:56:02.609307 [ 3 ] {} <Trace> HTTP-Session: 7e400a2b-c4c0-42ff-945b-f8242f7a6836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9437 | 2024.11.01 06:56:02.609576 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41353) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9438 | 2024.11.01 06:56:02.609644 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9439 | 2024.11.01 06:56:02.609981 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9440 | 2024.11.01 06:56:02.610610 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9441 | 2024.11.01 06:56:02.610648 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9442 | 2024.11.01 06:56:02.611100 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9443 | 2024.11.01 06:56:02.611501 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9444 | 2024.11.01 06:56:02.611648 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002192 sec., 121806.5693430657 rows/sec., 10.84 MiB/sec. | ||
| 9445 | 2024.11.01 06:56:02.611875 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9446 | 2024.11.01 06:56:02.611904 [ 3 ] {c24d652b-4ff1-45b4-88d9-83df9f6cd4b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9447 | 2024.11.01 06:56:02.611920 [ 3 ] {} <Debug> HTTP-Session: 7e400a2b-c4c0-42ff-945b-f8242f7a6836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9448 | 2024.11.01 06:56:02.612117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9449 | 2024.11.01 06:56:02.612194 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39324, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9450 | 2024.11.01 06:56:02.612327 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9451 | 2024.11.01 06:56:02.612356 [ 296 ] {} <Debug> HTTP-Session: 5d0fa29c-081e-4601-92be-b93a48a02411 Authenticating user 'default' from [fd00:1122:3344:101::d]:39324 | ||
| 9452 | 2024.11.01 06:56:02.612384 [ 296 ] {} <Debug> HTTP-Session: 5d0fa29c-081e-4601-92be-b93a48a02411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9453 | 2024.11.01 06:56:02.612402 [ 296 ] {} <Debug> HTTP-Session: 5d0fa29c-081e-4601-92be-b93a48a02411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9454 | 2024.11.01 06:56:02.612465 [ 296 ] {} <Trace> HTTP-Session: 5d0fa29c-081e-4601-92be-b93a48a02411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9455 | 2024.11.01 06:56:02.612678 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39324) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9456 | 2024.11.01 06:56:02.612756 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9457 | 2024.11.01 06:56:02.613149 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9458 | 2024.11.01 06:56:02.613535 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9459 | 2024.11.01 06:56:02.613577 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9460 | 2024.11.01 06:56:02.614004 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9461 | 2024.11.01 06:56:02.614396 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9462 | 2024.11.01 06:56:02.614576 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001965 sec., 19847.328244274806 rows/sec., 1.46 MiB/sec. | ||
| 9463 | 2024.11.01 06:56:02.614883 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9464 | 2024.11.01 06:56:02.614916 [ 296 ] {d1600fb8-e353-48e9-815a-769fd01b486a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9465 | 2024.11.01 06:56:02.614932 [ 296 ] {} <Debug> HTTP-Session: 5d0fa29c-081e-4601-92be-b93a48a02411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9466 | 2024.11.01 06:56:02.615089 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9467 | 2024.11.01 06:56:02.615202 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60127, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9468 | 2024.11.01 06:56:02.615336 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9469 | 2024.11.01 06:56:02.615366 [ 297 ] {} <Debug> HTTP-Session: e5356fa2-10a6-429c-87b7-6e22e3b8598f Authenticating user 'default' from [fd00:1122:3344:101::d]:60127 | ||
| 9470 | 2024.11.01 06:56:02.615394 [ 297 ] {} <Debug> HTTP-Session: e5356fa2-10a6-429c-87b7-6e22e3b8598f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9471 | 2024.11.01 06:56:02.615412 [ 297 ] {} <Debug> HTTP-Session: e5356fa2-10a6-429c-87b7-6e22e3b8598f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9472 | 2024.11.01 06:56:02.615472 [ 297 ] {} <Trace> HTTP-Session: e5356fa2-10a6-429c-87b7-6e22e3b8598f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9473 | 2024.11.01 06:56:02.615681 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60127) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9474 | 2024.11.01 06:56:02.615759 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9475 | 2024.11.01 06:56:02.616162 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9476 | 2024.11.01 06:56:02.616540 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9477 | 2024.11.01 06:56:02.616588 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9478 | 2024.11.01 06:56:02.617028 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9479 | 2024.11.01 06:56:02.617448 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9480 | 2024.11.01 06:56:02.617640 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002017 sec., 6941.001487357461 rows/sec., 486.10 KiB/sec. | ||
| 9481 | 2024.11.01 06:56:02.618018 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9482 | 2024.11.01 06:56:02.618047 [ 297 ] {2fa9d80f-801d-4bab-a705-7de13ba296c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9483 | 2024.11.01 06:56:02.618066 [ 297 ] {} <Debug> HTTP-Session: e5356fa2-10a6-429c-87b7-6e22e3b8598f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9484 | 2024.11.01 06:56:02.618222 [ 297 ] {} <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) | ||
| 9485 | 2024.11.01 06:56:02.618317 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55259, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9486 | 2024.11.01 06:56:02.618390 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9487 | 2024.11.01 06:56:02.618414 [ 296 ] {} <Debug> HTTP-Session: 7e1337af-4ac7-494f-a844-813250475415 Authenticating user 'default' from [fd00:1122:3344:101::d]:55259 | ||
| 9488 | 2024.11.01 06:56:02.618436 [ 296 ] {} <Debug> HTTP-Session: 7e1337af-4ac7-494f-a844-813250475415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9489 | 2024.11.01 06:56:02.618453 [ 296 ] {} <Debug> HTTP-Session: 7e1337af-4ac7-494f-a844-813250475415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9490 | 2024.11.01 06:56:02.618499 [ 296 ] {} <Trace> HTTP-Session: 7e1337af-4ac7-494f-a844-813250475415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9491 | 2024.11.01 06:56:02.618638 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55259) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9492 | 2024.11.01 06:56:02.618695 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9493 | 2024.11.01 06:56:02.619013 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9494 | 2024.11.01 06:56:02.619353 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9495 | 2024.11.01 06:56:02.619390 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9496 | 2024.11.01 06:56:02.619749 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9497 | 2024.11.01 06:56:02.620120 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9498 | 2024.11.01 06:56:02.620272 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001671 sec., 3590.664272890485 rows/sec., 212.14 KiB/sec. | ||
| 9499 | 2024.11.01 06:56:02.620438 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Debug> DynamicQueryHandler: Done processing query | ||
| 9500 | 2024.11.01 06:56:02.620462 [ 296 ] {bdd510bc-b36e-456f-b18b-21ba943a7194} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9501 | 2024.11.01 06:56:02.620478 [ 296 ] {} <Debug> HTTP-Session: 7e1337af-4ac7-494f-a844-813250475415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9502 | 2024.11.01 06:56:02.620681 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55259, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9503 | 2024.11.01 06:56:02.620742 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60127, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9504 | 2024.11.01 06:56:02.620828 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9505 | 2024.11.01 06:56:02.620853 [ 297 ] {} <Debug> HTTP-Session: f9314a10-bf02-4e18-a840-6d3d4bddc443 Authenticating user 'default' from [fd00:1122:3344:101::d]:60127 | ||
| 9506 | 2024.11.01 06:56:02.620876 [ 297 ] {} <Debug> HTTP-Session: f9314a10-bf02-4e18-a840-6d3d4bddc443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9507 | 2024.11.01 06:56:02.620894 [ 297 ] {} <Debug> HTTP-Session: f9314a10-bf02-4e18-a840-6d3d4bddc443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9508 | 2024.11.01 06:56:02.620943 [ 297 ] {} <Trace> HTTP-Session: f9314a10-bf02-4e18-a840-6d3d4bddc443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9509 | 2024.11.01 06:56:02.621224 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60127) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9510 | 2024.11.01 06:56:02.621276 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9511 | 2024.11.01 06:56:02.621548 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9512 | 2024.11.01 06:56:02.622140 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2024.11.01 06:56:02.622179 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9514 | 2024.11.01 06:56:02.622583 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9515 | 2024.11.01 06:56:02.622957 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9516 | 2024.11.01 06:56:02.623128 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00204 sec., 206372.54901960783 rows/sec., 14.75 MiB/sec. | ||
| 9517 | 2024.11.01 06:56:02.623315 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Debug> DynamicQueryHandler: Done processing query | ||
| 9518 | 2024.11.01 06:56:02.623339 [ 297 ] {bb18f0e2-33d6-44ff-b6f2-4dbd95c41301} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9519 | 2024.11.01 06:56:02.623356 [ 297 ] {} <Debug> HTTP-Session: f9314a10-bf02-4e18-a840-6d3d4bddc443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9520 | 2024.11.01 06:56:02.623521 [ 297 ] {} <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) | ||
| 9521 | 2024.11.01 06:56:02.623600 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34108, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9522 | 2024.11.01 06:56:02.623671 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9523 | 2024.11.01 06:56:02.623694 [ 296 ] {} <Debug> HTTP-Session: 7c33de67-ef92-4aa9-9303-238021539aef Authenticating user 'default' from [fd00:1122:3344:101::d]:34108 | ||
| 9524 | 2024.11.01 06:56:02.623715 [ 296 ] {} <Debug> HTTP-Session: 7c33de67-ef92-4aa9-9303-238021539aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9525 | 2024.11.01 06:56:02.623734 [ 296 ] {} <Debug> HTTP-Session: 7c33de67-ef92-4aa9-9303-238021539aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9526 | 2024.11.01 06:56:02.623781 [ 296 ] {} <Trace> HTTP-Session: 7c33de67-ef92-4aa9-9303-238021539aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9527 | 2024.11.01 06:56:02.623909 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34108) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9528 | 2024.11.01 06:56:02.623968 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9529 | 2024.11.01 06:56:02.624160 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9530 | 2024.11.01 06:56:02.624471 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9531 | 2024.11.01 06:56:02.624508 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9532 | 2024.11.01 06:56:02.624876 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9533 | 2024.11.01 06:56:02.625225 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9534 | 2024.11.01 06:56:02.625388 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 9535 | 2024.11.01 06:56:02.625560 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9536 | 2024.11.01 06:56:02.625584 [ 296 ] {48429ee3-1019-42c4-a39a-51e54e225e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9537 | 2024.11.01 06:56:02.625600 [ 296 ] {} <Debug> HTTP-Session: 7c33de67-ef92-4aa9-9303-238021539aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9538 | 2024.11.01 06:56:02.625772 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60127, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9539 | 2024.11.01 06:56:02.625793 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34108, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9540 | 2024.11.01 06:56:02.625862 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9541 | 2024.11.01 06:56:02.625895 [ 297 ] {} <Debug> HTTP-Session: 9fed8896-f0ab-426a-aaca-fbb179149a69 Authenticating user 'default' from [fd00:1122:3344:101::d]:60127 | ||
| 9542 | 2024.11.01 06:56:02.625922 [ 297 ] {} <Debug> HTTP-Session: 9fed8896-f0ab-426a-aaca-fbb179149a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9543 | 2024.11.01 06:56:02.625944 [ 297 ] {} <Debug> HTTP-Session: 9fed8896-f0ab-426a-aaca-fbb179149a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9544 | 2024.11.01 06:56:02.625985 [ 297 ] {} <Trace> HTTP-Session: 9fed8896-f0ab-426a-aaca-fbb179149a69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9545 | 2024.11.01 06:56:02.626216 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60127) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9546 | 2024.11.01 06:56:02.626271 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9547 | 2024.11.01 06:56:02.626454 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9548 | 2024.11.01 06:56:02.626875 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2024.11.01 06:56:02.626912 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9550 | 2024.11.01 06:56:02.627318 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9551 | 2024.11.01 06:56:02.627669 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9552 | 2024.11.01 06:56:02.627824 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001722 sec., 137630.66202090593 rows/sec., 9.22 MiB/sec. | ||
| 9553 | 2024.11.01 06:56:02.628003 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Debug> DynamicQueryHandler: Done processing query | ||
| 9554 | 2024.11.01 06:56:02.628028 [ 297 ] {a2336bf1-2562-4b90-a23b-e9fff3bf8c70} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9555 | 2024.11.01 06:56:02.628044 [ 297 ] {} <Debug> HTTP-Session: 9fed8896-f0ab-426a-aaca-fbb179149a69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9556 | 2024.11.01 06:56:02.628185 [ 297 ] {} <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) | ||
| 9557 | 2024.11.01 06:56:02.628279 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48402, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9558 | 2024.11.01 06:56:02.628365 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9559 | 2024.11.01 06:56:02.628389 [ 296 ] {} <Debug> HTTP-Session: 656feb95-27eb-479c-b5a8-05feb81d6316 Authenticating user 'default' from [fd00:1122:3344:101::d]:48402 | ||
| 9560 | 2024.11.01 06:56:02.628410 [ 296 ] {} <Debug> HTTP-Session: 656feb95-27eb-479c-b5a8-05feb81d6316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9561 | 2024.11.01 06:56:02.628428 [ 296 ] {} <Debug> HTTP-Session: 656feb95-27eb-479c-b5a8-05feb81d6316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9562 | 2024.11.01 06:56:02.628474 [ 296 ] {} <Trace> HTTP-Session: 656feb95-27eb-479c-b5a8-05feb81d6316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9563 | 2024.11.01 06:56:02.628597 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48402) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9564 | 2024.11.01 06:56:02.628654 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9565 | 2024.11.01 06:56:02.628849 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9566 | 2024.11.01 06:56:02.629152 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2024.11.01 06:56:02.629190 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9568 | 2024.11.01 06:56:02.629548 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9569 | 2024.11.01 06:56:02.629881 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9570 | 2024.11.01 06:56:02.630028 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 9571 | 2024.11.01 06:56:02.630208 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9572 | 2024.11.01 06:56:02.630232 [ 296 ] {1db55d3e-e42b-46de-bf52-4613afb0a4a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9573 | 2024.11.01 06:56:02.630248 [ 296 ] {} <Debug> HTTP-Session: 656feb95-27eb-479c-b5a8-05feb81d6316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9574 | 2024.11.01 06:56:02.630427 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9575 | 2024.11.01 06:56:02.630546 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40339, User-Agent: (none), Length: 65606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9576 | 2024.11.01 06:56:02.630616 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9577 | 2024.11.01 06:56:02.630640 [ 297 ] {} <Debug> HTTP-Session: f7052ff8-bd40-49eb-94b6-ee9dca27552f Authenticating user 'default' from [fd00:1122:3344:101::d]:40339 | ||
| 9578 | 2024.11.01 06:56:02.630661 [ 297 ] {} <Debug> HTTP-Session: f7052ff8-bd40-49eb-94b6-ee9dca27552f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9579 | 2024.11.01 06:56:02.630678 [ 297 ] {} <Debug> HTTP-Session: f7052ff8-bd40-49eb-94b6-ee9dca27552f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9580 | 2024.11.01 06:56:02.630723 [ 297 ] {} <Trace> HTTP-Session: f7052ff8-bd40-49eb-94b6-ee9dca27552f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9581 | 2024.11.01 06:56:02.631227 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40339) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9582 | 2024.11.01 06:56:02.631304 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <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 | ||
| 9583 | 2024.11.01 06:56:02.631791 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9584 | 2024.11.01 06:56:02.632519 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9585 | 2024.11.01 06:56:02.632555 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9586 | 2024.11.01 06:56:02.633237 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9587 | 2024.11.01 06:56:02.633653 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9588 | 2024.11.01 06:56:02.633838 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002992 sec., 13034.759358288771 rows/sec., 23.36 MiB/sec. | ||
| 9589 | 2024.11.01 06:56:02.634348 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Debug> DynamicQueryHandler: Done processing query | ||
| 9590 | 2024.11.01 06:56:02.634373 [ 297 ] {2c345213-71df-4ddb-b46f-211eee6c0003} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 9591 | 2024.11.01 06:56:02.634390 [ 297 ] {} <Debug> HTTP-Session: f7052ff8-bd40-49eb-94b6-ee9dca27552f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9592 | 2024.11.01 06:56:02.634550 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48402, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9593 | 2024.11.01 06:56:02.634570 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9594 | 2024.11.01 06:56:02.634640 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9595 | 2024.11.01 06:56:02.634674 [ 296 ] {} <Debug> HTTP-Session: f403b76b-959a-49f0-bb40-6840fe784d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:48402 | ||
| 9596 | 2024.11.01 06:56:02.634696 [ 296 ] {} <Debug> HTTP-Session: f403b76b-959a-49f0-bb40-6840fe784d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9597 | 2024.11.01 06:56:02.634720 [ 296 ] {} <Debug> HTTP-Session: f403b76b-959a-49f0-bb40-6840fe784d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9598 | 2024.11.01 06:56:02.634763 [ 296 ] {} <Trace> HTTP-Session: f403b76b-959a-49f0-bb40-6840fe784d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9599 | 2024.11.01 06:56:02.634915 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48402) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9600 | 2024.11.01 06:56:02.634962 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9601 | 2024.11.01 06:56:02.635126 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9602 | 2024.11.01 06:56:02.635448 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9603 | 2024.11.01 06:56:02.635484 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9604 | 2024.11.01 06:56:02.635854 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9605 | 2024.11.01 06:56:02.636187 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9606 | 2024.11.01 06:56:02.636356 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
| 9607 | 2024.11.01 06:56:02.636525 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9608 | 2024.11.01 06:56:02.636549 [ 296 ] {bef8d448-437b-4a81-9607-ae946c81613c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9609 | 2024.11.01 06:56:02.636564 [ 296 ] {} <Debug> HTTP-Session: f403b76b-959a-49f0-bb40-6840fe784d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9610 | 2024.11.01 06:56:02.636834 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9611 | 2024.11.01 06:56:07.602291 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47594, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9612 | 2024.11.01 06:56:07.602450 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9613 | 2024.11.01 06:56:07.602496 [ 296 ] {} <Debug> HTTP-Session: 7f2e59fa-b5dc-4cf2-b0b5-6ce097c28424 Authenticating user 'default' from [fd00:1122:3344:101::d]:47594 | ||
| 9614 | 2024.11.01 06:56:07.602537 [ 296 ] {} <Debug> HTTP-Session: 7f2e59fa-b5dc-4cf2-b0b5-6ce097c28424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9615 | 2024.11.01 06:56:07.602565 [ 296 ] {} <Debug> HTTP-Session: 7f2e59fa-b5dc-4cf2-b0b5-6ce097c28424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9616 | 2024.11.01 06:56:07.602644 [ 296 ] {} <Trace> HTTP-Session: 7f2e59fa-b5dc-4cf2-b0b5-6ce097c28424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9617 | 2024.11.01 06:56:07.602947 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47594) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9618 | 2024.11.01 06:56:07.603050 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9619 | 2024.11.01 06:56:07.603512 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9620 | 2024.11.01 06:56:07.603992 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9621 | 2024.11.01 06:56:07.604029 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9622 | 2024.11.01 06:56:07.604436 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9623 | 2024.11.01 06:56:07.604837 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9624 | 2024.11.01 06:56:07.604979 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002143 sec., 26131.591227251516 rows/sec., 2.01 MiB/sec. | ||
| 9625 | 2024.11.01 06:56:07.604990 [ 136 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9626 | 2024.11.01 06:56:07.605060 [ 136 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9627 | 2024.11.01 06:56:07.605097 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9628 | 2024.11.01 06:56:07.605257 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Debug> DynamicQueryHandler: Done processing query | ||
| 9629 | 2024.11.01 06:56:07.605341 [ 296 ] {890678a9-e201-4dbc-951b-dde8e3a23294} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9630 | 2024.11.01 06:56:07.605410 [ 296 ] {} <Debug> HTTP-Session: 7f2e59fa-b5dc-4cf2-b0b5-6ce097c28424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9631 | 2024.11.01 06:56:07.605433 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 9632 | 2024.11.01 06:56:07.605780 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9633 | 2024.11.01 06:56:07.605843 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48824, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9634 | 2024.11.01 06:56:07.606101 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9635 | 2024.11.01 06:56:07.606163 [ 296 ] {} <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): | ||
| 9636 | |||
| 9637 | (version 23.8.7.1) | ||
| 9638 | 2024.11.01 06:56:07.606227 [ 297 ] {} <Debug> HTTP-Session: bd14e289-eff0-4dc7-8428-6085a9f6508d Authenticating user 'default' from [fd00:1122:3344:101::d]:48824 | ||
| 9639 | 2024.11.01 06:56:07.606244 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9640 | 2024.11.01 06:56:07.606328 [ 297 ] {} <Debug> HTTP-Session: bd14e289-eff0-4dc7-8428-6085a9f6508d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9641 | 2024.11.01 06:56:07.606398 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1417 rows starting from the beginning of the part | ||
| 9642 | 2024.11.01 06:56:07.606405 [ 297 ] {} <Debug> HTTP-Session: bd14e289-eff0-4dc7-8428-6085a9f6508d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9643 | 2024.11.01 06:56:07.606580 [ 297 ] {} <Trace> HTTP-Session: bd14e289-eff0-4dc7-8428-6085a9f6508d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9644 | 2024.11.01 06:56:07.606887 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 267 rows starting from the beginning of the part | ||
| 9645 | 2024.11.01 06:56:07.607054 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48824) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9646 | 2024.11.01 06:56:07.607059 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 59 rows starting from the beginning of the part | ||
| 9647 | 2024.11.01 06:56:07.607169 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9648 | 2024.11.01 06:56:07.607189 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 9649 | 2024.11.01 06:56:07.607386 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 267 rows starting from the beginning of the part | ||
| 9650 | 2024.11.01 06:56:07.607800 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 9651 | 2024.11.01 06:56:07.608251 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9652 | 2024.11.01 06:56:07.608784 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9653 | 2024.11.01 06:56:07.608833 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9654 | 2024.11.01 06:56:07.609394 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9655 | 2024.11.01 06:56:07.609968 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 5 columns (5 merged, 0 gathered) in 0.004772946 sec., 444589.148923956 rows/sec., 39.29 MiB/sec. | ||
| 9656 | 2024.11.01 06:56:07.610139 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9657 | 2024.11.01 06:56:07.610319 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9658 | 2024.11.01 06:56:07.610446 [ 136 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9659 | 2024.11.01 06:56:07.610494 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003519 sec., 18186.984938903097 rows/sec., 1.42 MiB/sec. | ||
| 9660 | 2024.11.01 06:56:07.610530 [ 136 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2024.11.01 06:56:07.610614 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9662 | 2024.11.01 06:56:07.611080 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 9663 | 2024.11.01 06:56:07.611134 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9664 | 2024.11.01 06:56:07.611219 [ 297 ] {c7366915-6f44-41f2-81ed-5ead798fd62d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9665 | 2024.11.01 06:56:07.611313 [ 297 ] {} <Debug> HTTP-Session: bd14e289-eff0-4dc7-8428-6085a9f6508d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9666 | 2024.11.01 06:56:07.611634 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9667 | 2024.11.01 06:56:07.611845 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9668 | 2024.11.01 06:56:07.611874 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62623, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9669 | 2024.11.01 06:56:07.611967 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 9670 | 2024.11.01 06:56:07.611998 [ 297 ] {} <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): | ||
| 9671 | |||
| 9672 | (version 23.8.7.1) | ||
| 9673 | 2024.11.01 06:56:07.612084 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9674 | 2024.11.01 06:56:07.612258 [ 296 ] {} <Debug> HTTP-Session: 9ed4b95e-bd3a-460c-8a3a-b375490b60a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:62623 | ||
| 9675 | 2024.11.01 06:56:07.612449 [ 296 ] {} <Debug> HTTP-Session: 9ed4b95e-bd3a-460c-8a3a-b375490b60a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9676 | 2024.11.01 06:56:07.612572 [ 296 ] {} <Debug> HTTP-Session: 9ed4b95e-bd3a-460c-8a3a-b375490b60a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9677 | 2024.11.01 06:56:07.612587 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9678 | 2024.11.01 06:56:07.612788 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 9679 | 2024.11.01 06:56:07.612907 [ 296 ] {} <Trace> HTTP-Session: 9ed4b95e-bd3a-460c-8a3a-b375490b60a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9680 | 2024.11.01 06:56:07.613336 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_56_11} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9681 | 2024.11.01 06:56:07.613425 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 70 rows starting from the beginning of the part | ||
| 9682 | 2024.11.01 06:56:07.613706 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62623) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9683 | 2024.11.01 06:56:07.613905 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9684 | 2024.11.01 06:56:07.614019 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 9685 | 2024.11.01 06:56:07.614032 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9686 | 2024.11.01 06:56:07.614451 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 421 rows starting from the beginning of the part | ||
| 9687 | 2024.11.01 06:56:07.614811 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 9688 | 2024.11.01 06:56:07.615441 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9689 | 2024.11.01 06:56:07.616312 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9690 | 2024.11.01 06:56:07.616390 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9691 | 2024.11.01 06:56:07.617325 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9692 | 2024.11.01 06:56:07.617981 [ 195 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.007205388 sec., 271047.1663704994 rows/sec., 20.75 MiB/sec. | ||
| 9693 | 2024.11.01 06:56:07.618250 [ 195 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9694 | 2024.11.01 06:56:07.618250 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9695 | 2024.11.01 06:56:07.618565 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9696 | 2024.11.01 06:56:07.618647 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005351 sec., 29900.953092879838 rows/sec., 2.08 MiB/sec. | ||
| 9697 | 2024.11.01 06:56:07.618662 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9698 | 2024.11.01 06:56:07.618767 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9699 | 2024.11.01 06:56:07.619325 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 9700 | 2024.11.01 06:56:07.619664 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Debug> DynamicQueryHandler: Done processing query | ||
| 9701 | 2024.11.01 06:56:07.619748 [ 296 ] {f2fab8a7-d469-4656-a771-69c5c3299919} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9702 | 2024.11.01 06:56:07.619777 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9703 | 2024.11.01 06:56:07.619802 [ 296 ] {} <Debug> HTTP-Session: 9ed4b95e-bd3a-460c-8a3a-b375490b60a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9704 | 2024.11.01 06:56:07.619869 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 10373 rows starting from the beginning of the part | ||
| 9705 | 2024.11.01 06:56:07.619914 [ 195 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9706 | 2024.11.01 06:56:07.620189 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 9707 | 2024.11.01 06:56:07.620168 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9708 | 2024.11.01 06:56:07.620229 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60619, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9709 | 2024.11.01 06:56:07.620466 [ 195 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_56_11} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9710 | 2024.11.01 06:56:07.620500 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9711 | 2024.11.01 06:56:07.620594 [ 296 ] {} <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): | ||
| 9712 | |||
| 9713 | (version 23.8.7.1) | ||
| 9714 | 2024.11.01 06:56:07.620833 [ 297 ] {} <Debug> HTTP-Session: 646a37db-577a-4fc6-9d63-5f67ca9dd591 Authenticating user 'default' from [fd00:1122:3344:101::d]:60619 | ||
| 9715 | 2024.11.01 06:56:07.620867 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 131 rows starting from the beginning of the part | ||
| 9716 | 2024.11.01 06:56:07.620957 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9717 | 2024.11.01 06:56:07.620957 [ 297 ] {} <Debug> HTTP-Session: 646a37db-577a-4fc6-9d63-5f67ca9dd591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9718 | 2024.11.01 06:56:07.621054 [ 297 ] {} <Debug> HTTP-Session: 646a37db-577a-4fc6-9d63-5f67ca9dd591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9719 | 2024.11.01 06:56:07.621166 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 9720 | 2024.11.01 06:56:07.621222 [ 297 ] {} <Trace> HTTP-Session: 646a37db-577a-4fc6-9d63-5f67ca9dd591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2024.11.01 06:56:07.621347 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 9722 | 2024.11.01 06:56:07.621621 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60619) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9723 | 2024.11.01 06:56:07.621639 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 9724 | 2024.11.01 06:56:07.621702 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9725 | 2024.11.01 06:56:07.622226 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9726 | 2024.11.01 06:56:07.622605 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9727 | 2024.11.01 06:56:07.622649 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9728 | 2024.11.01 06:56:07.623235 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9729 | 2024.11.01 06:56:07.623798 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9730 | 2024.11.01 06:56:07.624037 [ 136 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9731 | 2024.11.01 06:56:07.624077 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00263 sec., 22813.68821292776 rows/sec., 1.54 MiB/sec. | ||
| 9732 | 2024.11.01 06:56:07.624111 [ 136 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9733 | 2024.11.01 06:56:07.624225 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9734 | 2024.11.01 06:56:07.624683 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Debug> DynamicQueryHandler: Done processing query | ||
| 9735 | 2024.11.01 06:56:07.624768 [ 297 ] {2cdfc938-1c4d-4a6f-9fc6-07f2a3d21925} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9736 | 2024.11.01 06:56:07.624845 [ 297 ] {} <Debug> HTTP-Session: 646a37db-577a-4fc6-9d63-5f67ca9dd591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9737 | 2024.11.01 06:56:07.624983 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 9738 | 2024.11.01 06:56:07.625239 [ 297 ] {} <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) | ||
| 9739 | 2024.11.01 06:56:07.625699 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9740 | 2024.11.01 06:56:07.625808 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3138 rows starting from the beginning of the part | ||
| 9741 | 2024.11.01 06:56:07.626284 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 9742 | 2024.11.01 06:56:07.626538 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 9743 | 2024.11.01 06:56:07.626699 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 9744 | 2024.11.01 06:56:07.626874 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 9745 | 2024.11.01 06:56:07.627077 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 9746 | 2024.11.01 06:56:07.627817 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11298 rows, containing 5 columns (5 merged, 0 gathered) in 0.008829324 sec., 1279599.6613104243 rows/sec., 87.30 MiB/sec. | ||
| 9747 | 2024.11.01 06:56:07.628114 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9748 | 2024.11.01 06:56:07.629057 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9749 | 2024.11.01 06:56:07.629277 [ 187 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9750 | 2024.11.01 06:56:07.629416 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 9751 | 2024.11.01 06:56:07.629942 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3470 rows, containing 4 columns (4 merged, 0 gathered) in 0.005482112 sec., 632967.7321441079 rows/sec., 41.64 MiB/sec. | ||
| 9752 | 2024.11.01 06:56:07.630477 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9753 | 2024.11.01 06:56:07.630884 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_56_11} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9754 | 2024.11.01 06:56:07.630966 [ 196 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_56_11} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9755 | 2024.11.01 06:56:07.631054 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 9756 | 2024.11.01 06:56:08.941649 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9757 | 2024.11.01 06:56:09.239583 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9758 | 2024.11.01 06:56:09.299222 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9759 | 2024.11.01 06:56:09.299357 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9760 | 2024.11.01 06:56:09.370871 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9761 | 2024.11.01 06:56:09.378133 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9762 | 2024.11.01 06:56:09.386395 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9763 | 2024.11.01 06:56:09.408722 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9764 | 2024.11.01 06:56:10.893348 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9765 | 2024.11.01 06:56:10.893416 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9766 | 2024.11.01 06:56:11.131936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 898 | ||
| 9767 | 2024.11.01 06:56:11.134751 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9768 | 2024.11.01 06:56:11.134800 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9769 | 2024.11.01 06:56:11.136293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9770 | 2024.11.01 06:56:11.137283 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2024.11.01 06:56:11.138711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898 | ||
| 9772 | 2024.11.01 06:56:12.602010 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60424, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9773 | 2024.11.01 06:56:12.602136 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9774 | 2024.11.01 06:56:12.602160 [ 298 ] {} <Debug> HTTP-Session: f07c5e59-f2d6-4335-a5ea-bb42c419de0b Authenticating user 'default' from [fd00:1122:3344:101::d]:60424 | ||
| 9775 | 2024.11.01 06:56:12.602184 [ 298 ] {} <Debug> HTTP-Session: f07c5e59-f2d6-4335-a5ea-bb42c419de0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9776 | 2024.11.01 06:56:12.602199 [ 298 ] {} <Debug> HTTP-Session: f07c5e59-f2d6-4335-a5ea-bb42c419de0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9777 | 2024.11.01 06:56:12.602250 [ 298 ] {} <Trace> HTTP-Session: f07c5e59-f2d6-4335-a5ea-bb42c419de0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9778 | 2024.11.01 06:56:12.602436 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60424) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9779 | 2024.11.01 06:56:12.602500 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9780 | 2024.11.01 06:56:12.602829 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9781 | 2024.11.01 06:56:12.603315 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9782 | 2024.11.01 06:56:12.603352 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9783 | 2024.11.01 06:56:12.603768 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9784 | 2024.11.01 06:56:12.604154 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9785 | 2024.11.01 06:56:12.604295 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 9786 | 2024.11.01 06:56:12.604483 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Debug> DynamicQueryHandler: Done processing query | ||
| 9787 | 2024.11.01 06:56:12.604509 [ 298 ] {fac54164-e958-4354-b830-80dc7d6fbfac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9788 | 2024.11.01 06:56:12.604526 [ 298 ] {} <Debug> HTTP-Session: f07c5e59-f2d6-4335-a5ea-bb42c419de0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9789 | 2024.11.01 06:56:12.604750 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9790 | 2024.11.01 06:56:12.604784 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39635, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9791 | 2024.11.01 06:56:12.604918 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9792 | 2024.11.01 06:56:12.604948 [ 297 ] {} <Debug> HTTP-Session: dbf0bcb0-0147-4d2c-a0a2-a1e2a435fc9d Authenticating user 'default' from [fd00:1122:3344:101::d]:39635 | ||
| 9793 | 2024.11.01 06:56:12.604973 [ 297 ] {} <Debug> HTTP-Session: dbf0bcb0-0147-4d2c-a0a2-a1e2a435fc9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9794 | 2024.11.01 06:56:12.604987 [ 297 ] {} <Debug> HTTP-Session: dbf0bcb0-0147-4d2c-a0a2-a1e2a435fc9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9795 | 2024.11.01 06:56:12.605043 [ 297 ] {} <Trace> HTTP-Session: dbf0bcb0-0147-4d2c-a0a2-a1e2a435fc9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9796 | 2024.11.01 06:56:12.605268 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39635) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9797 | 2024.11.01 06:56:12.605338 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9798 | 2024.11.01 06:56:12.605688 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9799 | 2024.11.01 06:56:12.606102 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9800 | 2024.11.01 06:56:12.606146 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9801 | 2024.11.01 06:56:12.606600 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9802 | 2024.11.01 06:56:12.607007 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9803 | 2024.11.01 06:56:12.607190 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001991 sec., 32144.650929181313 rows/sec., 2.51 MiB/sec. | ||
| 9804 | 2024.11.01 06:56:12.607409 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9805 | 2024.11.01 06:56:12.607439 [ 297 ] {9c462535-ded6-4c10-b2bc-4e5408d2d8c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9806 | 2024.11.01 06:56:12.607457 [ 297 ] {} <Debug> HTTP-Session: dbf0bcb0-0147-4d2c-a0a2-a1e2a435fc9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9807 | 2024.11.01 06:56:12.607681 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9808 | 2024.11.01 06:56:12.614414 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36728, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9809 | 2024.11.01 06:56:12.614484 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9810 | 2024.11.01 06:56:12.614505 [ 298 ] {} <Debug> HTTP-Session: 0d52e090-9c16-422d-9884-4f52c74f9740 Authenticating user 'default' from [fd00:1122:3344:101::d]:36728 | ||
| 9811 | 2024.11.01 06:56:12.614525 [ 298 ] {} <Debug> HTTP-Session: 0d52e090-9c16-422d-9884-4f52c74f9740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9812 | 2024.11.01 06:56:12.614541 [ 298 ] {} <Debug> HTTP-Session: 0d52e090-9c16-422d-9884-4f52c74f9740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9813 | 2024.11.01 06:56:12.614591 [ 298 ] {} <Trace> HTTP-Session: 0d52e090-9c16-422d-9884-4f52c74f9740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9814 | 2024.11.01 06:56:12.614797 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36728) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9815 | 2024.11.01 06:56:12.614862 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9816 | 2024.11.01 06:56:12.615083 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9817 | 2024.11.01 06:56:12.615546 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9818 | 2024.11.01 06:56:12.615581 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9819 | 2024.11.01 06:56:12.615985 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9820 | 2024.11.01 06:56:12.616343 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9821 | 2024.11.01 06:56:12.616472 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec. | ||
| 9822 | 2024.11.01 06:56:12.616649 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9823 | 2024.11.01 06:56:12.616673 [ 298 ] {f610beca-2783-45f5-bdbf-f885032d6f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9824 | 2024.11.01 06:56:12.616689 [ 298 ] {} <Debug> HTTP-Session: 0d52e090-9c16-422d-9884-4f52c74f9740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9825 | 2024.11.01 06:56:12.616885 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39635, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9826 | 2024.11.01 06:56:12.616902 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9827 | 2024.11.01 06:56:12.616983 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9828 | 2024.11.01 06:56:12.617014 [ 297 ] {} <Debug> HTTP-Session: 0e844c70-9928-44b6-ac42-93f922ea03ad Authenticating user 'default' from [fd00:1122:3344:101::d]:39635 | ||
| 9829 | 2024.11.01 06:56:12.617036 [ 297 ] {} <Debug> HTTP-Session: 0e844c70-9928-44b6-ac42-93f922ea03ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9830 | 2024.11.01 06:56:12.617051 [ 297 ] {} <Debug> HTTP-Session: 0e844c70-9928-44b6-ac42-93f922ea03ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9831 | 2024.11.01 06:56:12.617104 [ 297 ] {} <Trace> HTTP-Session: 0e844c70-9928-44b6-ac42-93f922ea03ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9832 | 2024.11.01 06:56:12.617254 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39635) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9833 | 2024.11.01 06:56:12.617309 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9834 | 2024.11.01 06:56:12.617479 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9835 | 2024.11.01 06:56:12.617795 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9836 | 2024.11.01 06:56:12.617832 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9837 | 2024.11.01 06:56:12.618227 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9838 | 2024.11.01 06:56:12.618592 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2024.11.01 06:56:12.618742 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001541 sec., 38935.756002595714 rows/sec., 2.62 MiB/sec. | ||
| 9840 | 2024.11.01 06:56:12.618905 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9841 | 2024.11.01 06:56:12.618928 [ 297 ] {2e8d7042-c918-4daa-93db-87a2203a02f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9842 | 2024.11.01 06:56:12.618945 [ 297 ] {} <Debug> HTTP-Session: 0e844c70-9928-44b6-ac42-93f922ea03ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9843 | 2024.11.01 06:56:12.619163 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9844 | 2024.11.01 06:56:17.608208 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52354, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9845 | 2024.11.01 06:56:17.608349 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9846 | 2024.11.01 06:56:17.608379 [ 298 ] {} <Debug> HTTP-Session: 5cedd810-27cb-4d2c-a13b-786f84673b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:52354 | ||
| 9847 | 2024.11.01 06:56:17.608407 [ 298 ] {} <Debug> HTTP-Session: 5cedd810-27cb-4d2c-a13b-786f84673b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9848 | 2024.11.01 06:56:17.608425 [ 298 ] {} <Debug> HTTP-Session: 5cedd810-27cb-4d2c-a13b-786f84673b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9849 | 2024.11.01 06:56:17.608480 [ 298 ] {} <Trace> HTTP-Session: 5cedd810-27cb-4d2c-a13b-786f84673b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9850 | 2024.11.01 06:56:17.608772 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52354) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9851 | 2024.11.01 06:56:17.608840 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9852 | 2024.11.01 06:56:17.609167 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9853 | 2024.11.01 06:56:17.609805 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9854 | 2024.11.01 06:56:17.609853 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9855 | 2024.11.01 06:56:17.610298 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9856 | 2024.11.01 06:56:17.610708 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9857 | 2024.11.01 06:56:17.610873 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002234 sec., 119516.56222023278 rows/sec., 10.64 MiB/sec. | ||
| 9858 | 2024.11.01 06:56:17.611121 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9859 | 2024.11.01 06:56:17.611148 [ 298 ] {249a9be0-3901-413d-b699-bff011b2bbf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9860 | 2024.11.01 06:56:17.611164 [ 298 ] {} <Debug> HTTP-Session: 5cedd810-27cb-4d2c-a13b-786f84673b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9861 | 2024.11.01 06:56:17.611367 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9862 | 2024.11.01 06:56:17.611458 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62412, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9863 | 2024.11.01 06:56:17.611527 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9864 | 2024.11.01 06:56:17.611550 [ 289 ] {} <Debug> HTTP-Session: 48c1af10-0ff2-4114-b8ec-fa0eb5a2a07a Authenticating user 'default' from [fd00:1122:3344:101::d]:62412 | ||
| 9865 | 2024.11.01 06:56:17.611569 [ 289 ] {} <Debug> HTTP-Session: 48c1af10-0ff2-4114-b8ec-fa0eb5a2a07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9866 | 2024.11.01 06:56:17.611583 [ 289 ] {} <Debug> HTTP-Session: 48c1af10-0ff2-4114-b8ec-fa0eb5a2a07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9867 | 2024.11.01 06:56:17.611621 [ 289 ] {} <Trace> HTTP-Session: 48c1af10-0ff2-4114-b8ec-fa0eb5a2a07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9868 | 2024.11.01 06:56:17.611757 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62412) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9869 | 2024.11.01 06:56:17.611815 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9870 | 2024.11.01 06:56:17.612120 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9871 | 2024.11.01 06:56:17.612520 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9872 | 2024.11.01 06:56:17.612566 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9873 | 2024.11.01 06:56:17.612955 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9874 | 2024.11.01 06:56:17.613329 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2024.11.01 06:56:17.613499 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001779 sec., 21922.428330522765 rows/sec., 1.61 MiB/sec. | ||
| 9876 | 2024.11.01 06:56:17.613695 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Debug> DynamicQueryHandler: Done processing query | ||
| 9877 | 2024.11.01 06:56:17.613720 [ 289 ] {e6bf1c5b-bfd5-42ed-8340-5b8abc54ae10} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9878 | 2024.11.01 06:56:17.613736 [ 289 ] {} <Debug> HTTP-Session: 48c1af10-0ff2-4114-b8ec-fa0eb5a2a07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9879 | 2024.11.01 06:56:17.613889 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9880 | 2024.11.01 06:56:17.613975 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47781, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9881 | 2024.11.01 06:56:17.614042 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9882 | 2024.11.01 06:56:17.614066 [ 298 ] {} <Debug> HTTP-Session: c1531f6c-a18a-4e5a-9f37-e3d7b8680462 Authenticating user 'default' from [fd00:1122:3344:101::d]:47781 | ||
| 9883 | 2024.11.01 06:56:17.614087 [ 298 ] {} <Debug> HTTP-Session: c1531f6c-a18a-4e5a-9f37-e3d7b8680462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9884 | 2024.11.01 06:56:17.614103 [ 298 ] {} <Debug> HTTP-Session: c1531f6c-a18a-4e5a-9f37-e3d7b8680462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9885 | 2024.11.01 06:56:17.614143 [ 298 ] {} <Trace> HTTP-Session: c1531f6c-a18a-4e5a-9f37-e3d7b8680462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9886 | 2024.11.01 06:56:17.614269 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47781) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9887 | 2024.11.01 06:56:17.614321 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9888 | 2024.11.01 06:56:17.614598 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9889 | 2024.11.01 06:56:17.614943 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2024.11.01 06:56:17.614981 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9891 | 2024.11.01 06:56:17.615334 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9892 | 2024.11.01 06:56:17.615697 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9893 | 2024.11.01 06:56:17.615855 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec. | ||
| 9894 | 2024.11.01 06:56:17.616032 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9895 | 2024.11.01 06:56:17.616055 [ 298 ] {3ea0cee3-7ba0-4d31-97d9-641f67918d2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9896 | 2024.11.01 06:56:17.616071 [ 298 ] {} <Debug> HTTP-Session: c1531f6c-a18a-4e5a-9f37-e3d7b8680462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9897 | 2024.11.01 06:56:17.616202 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9898 | 2024.11.01 06:56:17.616298 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39653, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9899 | 2024.11.01 06:56:17.616369 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9900 | 2024.11.01 06:56:17.616394 [ 289 ] {} <Debug> HTTP-Session: 179bee95-6996-4ba4-9dd7-150b9000ac6a Authenticating user 'default' from [fd00:1122:3344:101::d]:39653 | ||
| 9901 | 2024.11.01 06:56:17.616415 [ 289 ] {} <Debug> HTTP-Session: 179bee95-6996-4ba4-9dd7-150b9000ac6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9902 | 2024.11.01 06:56:17.616432 [ 289 ] {} <Debug> HTTP-Session: 179bee95-6996-4ba4-9dd7-150b9000ac6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9903 | 2024.11.01 06:56:17.616471 [ 289 ] {} <Trace> HTTP-Session: 179bee95-6996-4ba4-9dd7-150b9000ac6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9904 | 2024.11.01 06:56:17.616591 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39653) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9905 | 2024.11.01 06:56:17.616644 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9906 | 2024.11.01 06:56:17.616897 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9907 | 2024.11.01 06:56:17.617282 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9908 | 2024.11.01 06:56:17.617319 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9909 | 2024.11.01 06:56:17.617657 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9910 | 2024.11.01 06:56:17.618025 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9911 | 2024.11.01 06:56:17.618183 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001679 sec., 3573.55568790947 rows/sec., 211.13 KiB/sec. | ||
| 9912 | 2024.11.01 06:56:17.618474 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Debug> DynamicQueryHandler: Done processing query | ||
| 9913 | 2024.11.01 06:56:17.618498 [ 289 ] {6093ce3d-e826-4667-bd41-46cad975a783} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9914 | 2024.11.01 06:56:17.618515 [ 289 ] {} <Debug> HTTP-Session: 179bee95-6996-4ba4-9dd7-150b9000ac6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9915 | 2024.11.01 06:56:17.618695 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9916 | 2024.11.01 06:56:17.618817 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9917 | 2024.11.01 06:56:17.618876 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9918 | 2024.11.01 06:56:17.618900 [ 298 ] {} <Debug> HTTP-Session: 89d2216a-b9f8-4fd2-b53e-550ca2226ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43975 | ||
| 9919 | 2024.11.01 06:56:17.618920 [ 298 ] {} <Debug> HTTP-Session: 89d2216a-b9f8-4fd2-b53e-550ca2226ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9920 | 2024.11.01 06:56:17.618937 [ 298 ] {} <Debug> HTTP-Session: 89d2216a-b9f8-4fd2-b53e-550ca2226ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9921 | 2024.11.01 06:56:17.618976 [ 298 ] {} <Trace> HTTP-Session: 89d2216a-b9f8-4fd2-b53e-550ca2226ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9922 | 2024.11.01 06:56:17.619234 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43975) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9923 | 2024.11.01 06:56:17.619285 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9924 | 2024.11.01 06:56:17.619564 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9925 | 2024.11.01 06:56:17.620150 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9926 | 2024.11.01 06:56:17.620185 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9927 | 2024.11.01 06:56:17.620560 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9928 | 2024.11.01 06:56:17.620927 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2024.11.01 06:56:17.621091 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001982 sec., 212411.70534813323 rows/sec., 15.18 MiB/sec. | ||
| 9930 | 2024.11.01 06:56:17.621381 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9931 | 2024.11.01 06:56:17.621435 [ 298 ] {83e82326-602a-4760-ac5c-7df7ffd2a4b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9932 | 2024.11.01 06:56:17.621483 [ 298 ] {} <Debug> HTTP-Session: 89d2216a-b9f8-4fd2-b53e-550ca2226ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9933 | 2024.11.01 06:56:17.621644 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39653, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9934 | 2024.11.01 06:56:17.621656 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9935 | 2024.11.01 06:56:17.621701 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9936 | 2024.11.01 06:56:17.621721 [ 289 ] {} <Debug> HTTP-Session: e70d11ce-9577-4028-a0dc-5174fe3b440c Authenticating user 'default' from [fd00:1122:3344:101::d]:39653 | ||
| 9937 | 2024.11.01 06:56:17.621745 [ 289 ] {} <Debug> HTTP-Session: e70d11ce-9577-4028-a0dc-5174fe3b440c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9938 | 2024.11.01 06:56:17.621765 [ 289 ] {} <Debug> HTTP-Session: e70d11ce-9577-4028-a0dc-5174fe3b440c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9939 | 2024.11.01 06:56:17.621805 [ 289 ] {} <Trace> HTTP-Session: e70d11ce-9577-4028-a0dc-5174fe3b440c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9940 | 2024.11.01 06:56:17.621928 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39653) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9941 | 2024.11.01 06:56:17.621985 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9942 | 2024.11.01 06:56:17.622165 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9943 | 2024.11.01 06:56:17.622495 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9944 | 2024.11.01 06:56:17.622539 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9945 | 2024.11.01 06:56:17.622934 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9946 | 2024.11.01 06:56:17.623273 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2024.11.01 06:56:17.623430 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec. | ||
| 9948 | 2024.11.01 06:56:17.623594 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Debug> DynamicQueryHandler: Done processing query | ||
| 9949 | 2024.11.01 06:56:17.623618 [ 289 ] {9df597b6-6925-42a1-9923-42994ad7c032} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9950 | 2024.11.01 06:56:17.623635 [ 289 ] {} <Debug> HTTP-Session: e70d11ce-9577-4028-a0dc-5174fe3b440c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9951 | 2024.11.01 06:56:17.623791 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9952 | 2024.11.01 06:56:17.623879 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60885, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9953 | 2024.11.01 06:56:17.623930 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9954 | 2024.11.01 06:56:17.623954 [ 298 ] {} <Debug> HTTP-Session: 69ab84dd-f505-4356-84c4-8affe7f9f308 Authenticating user 'default' from [fd00:1122:3344:101::d]:60885 | ||
| 9955 | 2024.11.01 06:56:17.623972 [ 298 ] {} <Debug> HTTP-Session: 69ab84dd-f505-4356-84c4-8affe7f9f308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9956 | 2024.11.01 06:56:17.623988 [ 298 ] {} <Debug> HTTP-Session: 69ab84dd-f505-4356-84c4-8affe7f9f308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9957 | 2024.11.01 06:56:17.624019 [ 298 ] {} <Trace> HTTP-Session: 69ab84dd-f505-4356-84c4-8affe7f9f308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9958 | 2024.11.01 06:56:17.624218 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60885) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9959 | 2024.11.01 06:56:17.624265 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9960 | 2024.11.01 06:56:17.624408 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9961 | 2024.11.01 06:56:17.624837 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9962 | 2024.11.01 06:56:17.624873 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9963 | 2024.11.01 06:56:17.625263 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9964 | 2024.11.01 06:56:17.625604 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9965 | 2024.11.01 06:56:17.625770 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec. | ||
| 9966 | 2024.11.01 06:56:17.625966 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Debug> DynamicQueryHandler: Done processing query | ||
| 9967 | 2024.11.01 06:56:17.626004 [ 298 ] {69daeac6-4cbb-472f-b8a9-60c6eea33161} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9968 | 2024.11.01 06:56:17.626029 [ 298 ] {} <Debug> HTTP-Session: 69ab84dd-f505-4356-84c4-8affe7f9f308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9969 | 2024.11.01 06:56:17.626200 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9970 | 2024.11.01 06:56:17.626297 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42809, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9971 | 2024.11.01 06:56:17.626359 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9972 | 2024.11.01 06:56:17.626382 [ 289 ] {} <Debug> HTTP-Session: bba9eca2-90fc-416d-82f7-47815a35ecb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42809 | ||
| 9973 | 2024.11.01 06:56:17.626402 [ 289 ] {} <Debug> HTTP-Session: bba9eca2-90fc-416d-82f7-47815a35ecb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9974 | 2024.11.01 06:56:17.626419 [ 289 ] {} <Debug> HTTP-Session: bba9eca2-90fc-416d-82f7-47815a35ecb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9975 | 2024.11.01 06:56:17.626457 [ 289 ] {} <Trace> HTTP-Session: bba9eca2-90fc-416d-82f7-47815a35ecb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9976 | 2024.11.01 06:56:17.626570 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42809) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9977 | 2024.11.01 06:56:17.626625 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9978 | 2024.11.01 06:56:17.626776 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9979 | 2024.11.01 06:56:17.627035 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9980 | 2024.11.01 06:56:17.627070 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9981 | 2024.11.01 06:56:17.627430 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9982 | 2024.11.01 06:56:17.627758 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9983 | 2024.11.01 06:56:17.627913 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 9984 | 2024.11.01 06:56:17.628231 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Debug> DynamicQueryHandler: Done processing query | ||
| 9985 | 2024.11.01 06:56:17.628257 [ 289 ] {8dc76fcd-4fd6-4262-a8bf-8ffa86ff3e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9986 | 2024.11.01 06:56:17.628274 [ 289 ] {} <Debug> HTTP-Session: bba9eca2-90fc-416d-82f7-47815a35ecb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9987 | 2024.11.01 06:56:17.628469 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60885, User-Agent: (none), Length: 65608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9988 | 2024.11.01 06:56:17.628513 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9989 | 2024.11.01 06:56:17.628523 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9990 | 2024.11.01 06:56:17.628556 [ 298 ] {} <Debug> HTTP-Session: 8948b65c-ca7a-4455-bb32-3d27abbdc937 Authenticating user 'default' from [fd00:1122:3344:101::d]:60885 | ||
| 9991 | 2024.11.01 06:56:17.628573 [ 298 ] {} <Debug> HTTP-Session: 8948b65c-ca7a-4455-bb32-3d27abbdc937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9992 | 2024.11.01 06:56:17.628588 [ 298 ] {} <Debug> HTTP-Session: 8948b65c-ca7a-4455-bb32-3d27abbdc937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9993 | 2024.11.01 06:56:17.628621 [ 298 ] {} <Trace> HTTP-Session: 8948b65c-ca7a-4455-bb32-3d27abbdc937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2024.11.01 06:56:17.629170 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60885) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9995 | 2024.11.01 06:56:17.629243 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <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 | ||
| 9996 | 2024.11.01 06:56:17.629688 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9997 | 2024.11.01 06:56:17.630415 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9998 | 2024.11.01 06:56:17.630452 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9999 | 2024.11.01 06:56:17.631132 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10000 | 2024.11.01 06:56:17.631566 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10001 | 2024.11.01 06:56:17.631777 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00305 sec., 12786.885245901638 rows/sec., 22.91 MiB/sec. | ||
| 10002 | 2024.11.01 06:56:17.632008 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Debug> DynamicQueryHandler: Done processing query | ||
| 10003 | 2024.11.01 06:56:17.632032 [ 298 ] {f90c766d-4a0c-4e07-a0fb-6e15189f9e17} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 10004 | 2024.11.01 06:56:17.632047 [ 298 ] {} <Debug> HTTP-Session: 8948b65c-ca7a-4455-bb32-3d27abbdc937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10005 | 2024.11.01 06:56:17.632211 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10006 | 2024.11.01 06:56:17.632322 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35498, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10007 | 2024.11.01 06:56:17.632388 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10008 | 2024.11.01 06:56:17.632411 [ 289 ] {} <Debug> HTTP-Session: 8f67a3c5-f98a-494f-ba03-19136cfc877e Authenticating user 'default' from [fd00:1122:3344:101::d]:35498 | ||
| 10009 | 2024.11.01 06:56:17.632431 [ 289 ] {} <Debug> HTTP-Session: 8f67a3c5-f98a-494f-ba03-19136cfc877e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10010 | 2024.11.01 06:56:17.632450 [ 289 ] {} <Debug> HTTP-Session: 8f67a3c5-f98a-494f-ba03-19136cfc877e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10011 | 2024.11.01 06:56:17.632488 [ 289 ] {} <Trace> HTTP-Session: 8f67a3c5-f98a-494f-ba03-19136cfc877e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10012 | 2024.11.01 06:56:17.632635 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35498) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10013 | 2024.11.01 06:56:17.632687 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10014 | 2024.11.01 06:56:17.632828 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10015 | 2024.11.01 06:56:17.633137 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10016 | 2024.11.01 06:56:17.633174 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10017 | 2024.11.01 06:56:17.633542 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10018 | 2024.11.01 06:56:17.633895 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10019 | 2024.11.01 06:56:17.634057 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 10020 | 2024.11.01 06:56:17.634258 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Debug> DynamicQueryHandler: Done processing query | ||
| 10021 | 2024.11.01 06:56:17.634290 [ 289 ] {c7a21113-c5b7-475d-9b9d-361ef7540590} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10022 | 2024.11.01 06:56:17.634313 [ 289 ] {} <Debug> HTTP-Session: 8f67a3c5-f98a-494f-ba03-19136cfc877e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10023 | 2024.11.01 06:56:17.634590 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10024 | 2024.11.01 06:56:19.605668 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10025 | 2024.11.01 06:56:19.870896 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10026 | 2024.11.01 06:56:20.032992 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10027 | 2024.11.01 06:56:20.128230 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10028 | 2024.11.01 06:56:20.363916 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10029 | 2024.11.01 06:56:20.371211 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10030 | 2024.11.01 06:56:20.393283 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10031 | 2024.11.01 06:56:20.413591 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10032 | 2024.11.01 06:56:20.422062 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10033 | 2024.11.01 06:56:20.453397 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10034 | 2024.11.01 06:56:20.457684 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10035 | 2024.11.01 06:56:20.695994 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10036 | 2024.11.01 06:56:20.699156 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10037 | 2024.11.01 06:56:20.701479 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10038 | 2024.11.01 06:56:20.703904 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10039 | 2024.11.01 06:56:20.715406 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57493, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10040 | 2024.11.01 06:56:20.733650 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10041 | 2024.11.01 06:56:20.758995 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10042 | 2024.11.01 06:56:20.768422 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10043 | 2024.11.01 06:56:20.771440 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10044 | 2024.11.01 06:56:20.776782 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10045 | 2024.11.01 06:56:20.803352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10046 | 2024.11.01 06:56:20.804627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10047 | 2024.11.01 06:56:20.829113 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10048 | 2024.11.01 06:56:21.139025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 926 | ||
| 10049 | 2024.11.01 06:56:21.141781 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10050 | 2024.11.01 06:56:21.141834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10051 | 2024.11.01 06:56:21.143331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10052 | 2024.11.01 06:56:21.144353 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10053 | 2024.11.01 06:56:21.146138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 926 | ||
| 10054 | 2024.11.01 06:56:22.601058 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45848, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10055 | 2024.11.01 06:56:22.601207 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10056 | 2024.11.01 06:56:22.601244 [ 297 ] {} <Debug> HTTP-Session: 6be17e86-8194-4b9f-82c3-0cc56ba1ca6c Authenticating user 'default' from [fd00:1122:3344:101::d]:45848 | ||
| 10057 | 2024.11.01 06:56:22.601269 [ 297 ] {} <Debug> HTTP-Session: 6be17e86-8194-4b9f-82c3-0cc56ba1ca6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10058 | 2024.11.01 06:56:22.601284 [ 297 ] {} <Debug> HTTP-Session: 6be17e86-8194-4b9f-82c3-0cc56ba1ca6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10059 | 2024.11.01 06:56:22.601336 [ 297 ] {} <Trace> HTTP-Session: 6be17e86-8194-4b9f-82c3-0cc56ba1ca6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2024.11.01 06:56:22.601564 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45848) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10061 | 2024.11.01 06:56:22.601634 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10062 | 2024.11.01 06:56:22.602032 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10063 | 2024.11.01 06:56:22.602538 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10064 | 2024.11.01 06:56:22.602583 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10065 | 2024.11.01 06:56:22.603070 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10066 | 2024.11.01 06:56:22.603504 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10067 | 2024.11.01 06:56:22.603663 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00217 sec., 25806.451612903224 rows/sec., 1.98 MiB/sec. | ||
| 10068 | 2024.11.01 06:56:22.603982 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10069 | 2024.11.01 06:56:22.604043 [ 297 ] {2431b24d-42ff-459d-a0a8-8318e9bb68c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10070 | 2024.11.01 06:56:22.604095 [ 297 ] {} <Debug> HTTP-Session: 6be17e86-8194-4b9f-82c3-0cc56ba1ca6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10071 | 2024.11.01 06:56:22.604336 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10072 | 2024.11.01 06:56:22.604443 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46962, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10073 | 2024.11.01 06:56:22.604592 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10074 | 2024.11.01 06:56:22.604620 [ 304 ] {} <Debug> HTTP-Session: 919fcd84-3d82-4209-8d85-9bc0e38cbcd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46962 | ||
| 10075 | 2024.11.01 06:56:22.604645 [ 304 ] {} <Debug> HTTP-Session: 919fcd84-3d82-4209-8d85-9bc0e38cbcd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10076 | 2024.11.01 06:56:22.604697 [ 304 ] {} <Debug> HTTP-Session: 919fcd84-3d82-4209-8d85-9bc0e38cbcd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10077 | 2024.11.01 06:56:22.604761 [ 304 ] {} <Trace> HTTP-Session: 919fcd84-3d82-4209-8d85-9bc0e38cbcd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10078 | 2024.11.01 06:56:22.605010 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46962) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10079 | 2024.11.01 06:56:22.605093 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10080 | 2024.11.01 06:56:22.605491 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10081 | 2024.11.01 06:56:22.605941 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10082 | 2024.11.01 06:56:22.605989 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10083 | 2024.11.01 06:56:22.606463 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10084 | 2024.11.01 06:56:22.606870 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2024.11.01 06:56:22.607072 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002159 sec., 29643.353404353868 rows/sec., 2.31 MiB/sec. | ||
| 10086 | 2024.11.01 06:56:22.607420 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10087 | 2024.11.01 06:56:22.607472 [ 304 ] {3e89d9a1-995a-4e97-93f1-78239226883d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10088 | 2024.11.01 06:56:22.607507 [ 304 ] {} <Debug> HTTP-Session: 919fcd84-3d82-4209-8d85-9bc0e38cbcd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10089 | 2024.11.01 06:56:22.607715 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10090 | 2024.11.01 06:56:22.607816 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47475, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10091 | 2024.11.01 06:56:22.607896 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10092 | 2024.11.01 06:56:22.607918 [ 297 ] {} <Debug> HTTP-Session: a288d6cd-e171-4612-acc0-263bdee5e2d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47475 | ||
| 10093 | 2024.11.01 06:56:22.607938 [ 297 ] {} <Debug> HTTP-Session: a288d6cd-e171-4612-acc0-263bdee5e2d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10094 | 2024.11.01 06:56:22.607952 [ 297 ] {} <Debug> HTTP-Session: a288d6cd-e171-4612-acc0-263bdee5e2d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10095 | 2024.11.01 06:56:22.607996 [ 297 ] {} <Trace> HTTP-Session: a288d6cd-e171-4612-acc0-263bdee5e2d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10096 | 2024.11.01 06:56:22.608168 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47475) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10097 | 2024.11.01 06:56:22.608225 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10098 | 2024.11.01 06:56:22.608413 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10099 | 2024.11.01 06:56:22.608787 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10100 | 2024.11.01 06:56:22.608824 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10101 | 2024.11.01 06:56:22.609232 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10102 | 2024.11.01 06:56:22.609605 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10103 | 2024.11.01 06:56:22.609739 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001646 sec., 77764.27703523694 rows/sec., 5.42 MiB/sec. | ||
| 10104 | 2024.11.01 06:56:22.609911 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Debug> DynamicQueryHandler: Done processing query | ||
| 10105 | 2024.11.01 06:56:22.609948 [ 297 ] {475d6817-befc-441d-8e7f-b189a57c0141} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10106 | 2024.11.01 06:56:22.609964 [ 297 ] {} <Debug> HTTP-Session: a288d6cd-e171-4612-acc0-263bdee5e2d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10107 | 2024.11.01 06:56:22.610173 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10108 | 2024.11.01 06:56:22.610283 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60592, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10109 | 2024.11.01 06:56:22.610362 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10110 | 2024.11.01 06:56:22.610393 [ 304 ] {} <Debug> HTTP-Session: f5f86f00-dc23-46c8-996e-1c598c4ab889 Authenticating user 'default' from [fd00:1122:3344:101::d]:60592 | ||
| 10111 | 2024.11.01 06:56:22.610422 [ 304 ] {} <Debug> HTTP-Session: f5f86f00-dc23-46c8-996e-1c598c4ab889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10112 | 2024.11.01 06:56:22.610443 [ 304 ] {} <Debug> HTTP-Session: f5f86f00-dc23-46c8-996e-1c598c4ab889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10113 | 2024.11.01 06:56:22.610490 [ 304 ] {} <Trace> HTTP-Session: f5f86f00-dc23-46c8-996e-1c598c4ab889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10114 | 2024.11.01 06:56:22.610655 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60592) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10115 | 2024.11.01 06:56:22.610711 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10116 | 2024.11.01 06:56:22.610884 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10117 | 2024.11.01 06:56:22.611194 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10118 | 2024.11.01 06:56:22.611233 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10119 | 2024.11.01 06:56:22.611636 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10120 | 2024.11.01 06:56:22.611983 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10121 | 2024.11.01 06:56:22.612200 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001599 sec., 30018.7617260788 rows/sec., 2.02 MiB/sec. | ||
| 10122 | 2024.11.01 06:56:22.612418 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10123 | 2024.11.01 06:56:22.612452 [ 304 ] {7e420f82-20b6-4826-a0a7-ffa32c09e41d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10124 | 2024.11.01 06:56:22.612471 [ 304 ] {} <Debug> HTTP-Session: f5f86f00-dc23-46c8-996e-1c598c4ab889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10125 | 2024.11.01 06:56:22.612704 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10126 | 2024.11.01 06:56:25.893489 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10127 | 2024.11.01 06:56:25.893552 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10128 | 2024.11.01 06:56:27.602525 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47475, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10129 | 2024.11.01 06:56:27.602653 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10130 | 2024.11.01 06:56:27.602678 [ 297 ] {} <Debug> HTTP-Session: d26d4fb8-968e-4118-9345-b6e126c3983d Authenticating user 'default' from [fd00:1122:3344:101::d]:47475 | ||
| 10131 | 2024.11.01 06:56:27.602702 [ 297 ] {} <Debug> HTTP-Session: d26d4fb8-968e-4118-9345-b6e126c3983d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10132 | 2024.11.01 06:56:27.602717 [ 297 ] {} <Debug> HTTP-Session: d26d4fb8-968e-4118-9345-b6e126c3983d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10133 | 2024.11.01 06:56:27.602771 [ 297 ] {} <Trace> HTTP-Session: d26d4fb8-968e-4118-9345-b6e126c3983d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10134 | 2024.11.01 06:56:27.602971 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47475) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10135 | 2024.11.01 06:56:27.603039 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10136 | 2024.11.01 06:56:27.603380 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10137 | 2024.11.01 06:56:27.603793 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10138 | 2024.11.01 06:56:27.603834 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10139 | 2024.11.01 06:56:27.604263 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10140 | 2024.11.01 06:56:27.604643 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10141 | 2024.11.01 06:56:27.604801 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 10142 | 2024.11.01 06:56:27.605018 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 10143 | 2024.11.01 06:56:27.605044 [ 297 ] {ce0500ef-f2b0-49ae-ad4f-956b069c11ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10144 | 2024.11.01 06:56:27.605061 [ 297 ] {} <Debug> HTTP-Session: d26d4fb8-968e-4118-9345-b6e126c3983d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10145 | 2024.11.01 06:56:27.605259 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10146 | 2024.11.01 06:56:27.605367 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38634, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10147 | 2024.11.01 06:56:27.605503 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10148 | 2024.11.01 06:56:27.605529 [ 304 ] {} <Debug> HTTP-Session: 37aa5d27-2078-4fd9-9a74-6529364c1458 Authenticating user 'default' from [fd00:1122:3344:101::d]:38634 | ||
| 10149 | 2024.11.01 06:56:27.605555 [ 304 ] {} <Debug> HTTP-Session: 37aa5d27-2078-4fd9-9a74-6529364c1458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10150 | 2024.11.01 06:56:27.605569 [ 304 ] {} <Debug> HTTP-Session: 37aa5d27-2078-4fd9-9a74-6529364c1458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10151 | 2024.11.01 06:56:27.605627 [ 304 ] {} <Trace> HTTP-Session: 37aa5d27-2078-4fd9-9a74-6529364c1458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10152 | 2024.11.01 06:56:27.605858 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38634) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10153 | 2024.11.01 06:56:27.605931 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10154 | 2024.11.01 06:56:27.606287 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10155 | 2024.11.01 06:56:27.606705 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2024.11.01 06:56:27.606752 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10157 | 2024.11.01 06:56:27.607187 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10158 | 2024.11.01 06:56:27.607577 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10159 | 2024.11.01 06:56:27.607771 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00199 sec., 32160.804020100502 rows/sec., 2.51 MiB/sec. | ||
| 10160 | 2024.11.01 06:56:27.607981 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10161 | 2024.11.01 06:56:27.608008 [ 304 ] {3ef9125b-e335-45ee-92ef-9c9f6b58d0e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10162 | 2024.11.01 06:56:27.608025 [ 304 ] {} <Debug> HTTP-Session: 37aa5d27-2078-4fd9-9a74-6529364c1458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10163 | 2024.11.01 06:56:27.608211 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10164 | 2024.11.01 06:56:27.608295 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43817, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10165 | 2024.11.01 06:56:27.608359 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10166 | 2024.11.01 06:56:27.608380 [ 297 ] {} <Debug> HTTP-Session: 545c2ba4-f9d9-4648-9302-8ec9ac5ea303 Authenticating user 'default' from [fd00:1122:3344:101::d]:43817 | ||
| 10167 | 2024.11.01 06:56:27.608398 [ 297 ] {} <Debug> HTTP-Session: 545c2ba4-f9d9-4648-9302-8ec9ac5ea303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10168 | 2024.11.01 06:56:27.608413 [ 297 ] {} <Debug> HTTP-Session: 545c2ba4-f9d9-4648-9302-8ec9ac5ea303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10169 | 2024.11.01 06:56:27.608455 [ 297 ] {} <Trace> HTTP-Session: 545c2ba4-f9d9-4648-9302-8ec9ac5ea303 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10170 | 2024.11.01 06:56:27.608639 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10171 | 2024.11.01 06:56:27.608693 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10172 | 2024.11.01 06:56:27.608882 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10173 | 2024.11.01 06:56:27.609252 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10174 | 2024.11.01 06:56:27.609288 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10175 | 2024.11.01 06:56:27.609694 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10176 | 2024.11.01 06:56:27.610043 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10177 | 2024.11.01 06:56:27.610204 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
| 10178 | 2024.11.01 06:56:27.610366 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Debug> DynamicQueryHandler: Done processing query | ||
| 10179 | 2024.11.01 06:56:27.610390 [ 297 ] {81004e2c-e2ed-4892-b236-e4a1556c0280} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10180 | 2024.11.01 06:56:27.610407 [ 297 ] {} <Debug> HTTP-Session: 545c2ba4-f9d9-4648-9302-8ec9ac5ea303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10181 | 2024.11.01 06:56:27.610562 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10182 | 2024.11.01 06:56:27.610633 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38634, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10183 | 2024.11.01 06:56:27.610720 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10184 | 2024.11.01 06:56:27.610746 [ 304 ] {} <Debug> HTTP-Session: 2ecb6f6b-df65-437d-a4ac-816481331caa Authenticating user 'default' from [fd00:1122:3344:101::d]:38634 | ||
| 10185 | 2024.11.01 06:56:27.610765 [ 304 ] {} <Debug> HTTP-Session: 2ecb6f6b-df65-437d-a4ac-816481331caa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10186 | 2024.11.01 06:56:27.610778 [ 304 ] {} <Debug> HTTP-Session: 2ecb6f6b-df65-437d-a4ac-816481331caa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10187 | 2024.11.01 06:56:27.610818 [ 304 ] {} <Trace> HTTP-Session: 2ecb6f6b-df65-437d-a4ac-816481331caa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10188 | 2024.11.01 06:56:27.610963 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38634) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10189 | 2024.11.01 06:56:27.611015 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10190 | 2024.11.01 06:56:27.611183 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10191 | 2024.11.01 06:56:27.611494 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10192 | 2024.11.01 06:56:27.611532 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10193 | 2024.11.01 06:56:27.611917 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10194 | 2024.11.01 06:56:27.612250 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10195 | 2024.11.01 06:56:27.612410 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. | ||
| 10196 | 2024.11.01 06:56:27.612671 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10197 | 2024.11.01 06:56:27.612730 [ 304 ] {62d466b3-161a-487d-a2c4-44bab87bfa1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10198 | 2024.11.01 06:56:27.612774 [ 304 ] {} <Debug> HTTP-Session: 2ecb6f6b-df65-437d-a4ac-816481331caa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10199 | 2024.11.01 06:56:27.613008 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10200 | 2024.11.01 06:56:30.350810 [ 119 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 | ||
| 10201 | 2024.11.01 06:56:30.350882 [ 119 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2024.11.01 06:56:30.350911 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10203 | 2024.11.01 06:56:30.351092 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full | ||
| 10204 | 2024.11.01 06:56:30.351570 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10205 | 2024.11.01 06:56:30.351619 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 57 rows starting from the beginning of the part | ||
| 10206 | 2024.11.01 06:56:30.351703 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 10207 | 2024.11.01 06:56:30.351907 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 10208 | 2024.11.01 06:56:30.352149 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 10209 | 2024.11.01 06:56:30.352250 [ 187 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 10210 | 2024.11.01 06:56:30.353325 [ 189 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.002342142 sec., 76852.72711902182 rows/sec., 5.88 MiB/sec. | ||
| 10211 | 2024.11.01 06:56:30.353566 [ 190 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 10212 | 2024.11.01 06:56:30.354160 [ 190 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10213 | 2024.11.01 06:56:30.354263 [ 190 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_29_6} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 | ||
| 10214 | 2024.11.01 06:56:30.354369 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10215 | 2024.11.01 06:56:31.146470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 942 | ||
| 10216 | 2024.11.01 06:56:31.149113 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10217 | 2024.11.01 06:56:31.149175 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10218 | 2024.11.01 06:56:31.150686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10219 | 2024.11.01 06:56:31.151706 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2024.11.01 06:56:31.151923 [ 119 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10221 | 2024.11.01 06:56:31.152043 [ 119 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2024.11.01 06:56:31.152103 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10223 | 2024.11.01 06:56:31.152542 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 10224 | 2024.11.01 06:56:31.153164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 942 | ||
| 10225 | 2024.11.01 06:56:31.153874 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10226 | 2024.11.01 06:56:31.154040 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 822 rows starting from the beginning of the part | ||
| 10227 | 2024.11.01 06:56:31.154707 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 10228 | 2024.11.01 06:56:31.155273 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 10229 | 2024.11.01 06:56:31.155816 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
| 10230 | 2024.11.01 06:56:31.156323 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 10231 | 2024.11.01 06:56:31.156789 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
| 10232 | 2024.11.01 06:56:31.165338 [ 189 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 942 rows, containing 72 columns (72 merged, 0 gathered) in 0.013064794 sec., 72102.17015285508 rows/sec., 51.45 MiB/sec. | ||
| 10233 | 2024.11.01 06:56:31.166704 [ 189 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10234 | 2024.11.01 06:56:31.168450 [ 189 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10235 | 2024.11.01 06:56:31.168556 [ 189 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_31_6} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10236 | 2024.11.01 06:56:31.168920 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 10237 | 2024.11.01 06:56:32.609738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38497, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10238 | 2024.11.01 06:56:32.609883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10239 | 2024.11.01 06:56:32.609909 [ 3 ] {} <Debug> HTTP-Session: 7993eeb2-6757-4b0c-8bb0-6ea676b2e7d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38497 | ||
| 10240 | 2024.11.01 06:56:32.609934 [ 3 ] {} <Debug> HTTP-Session: 7993eeb2-6757-4b0c-8bb0-6ea676b2e7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10241 | 2024.11.01 06:56:32.609949 [ 3 ] {} <Debug> HTTP-Session: 7993eeb2-6757-4b0c-8bb0-6ea676b2e7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10242 | 2024.11.01 06:56:32.610001 [ 3 ] {} <Trace> HTTP-Session: 7993eeb2-6757-4b0c-8bb0-6ea676b2e7d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10243 | 2024.11.01 06:56:32.610285 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38497) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10244 | 2024.11.01 06:56:32.610353 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10245 | 2024.11.01 06:56:32.610690 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10246 | 2024.11.01 06:56:32.611299 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10247 | 2024.11.01 06:56:32.611341 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10248 | 2024.11.01 06:56:32.611780 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10249 | 2024.11.01 06:56:32.612173 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2024.11.01 06:56:32.612314 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002167 sec., 123211.81356714352 rows/sec., 10.96 MiB/sec. | ||
| 10251 | 2024.11.01 06:56:32.612327 [ 117 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10252 | 2024.11.01 06:56:32.612382 [ 117 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2024.11.01 06:56:32.612418 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10254 | 2024.11.01 06:56:32.612587 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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.01 06:56:32.612596 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Debug> DynamicQueryHandler: Done processing query | ||
| 10256 | 2024.11.01 06:56:32.612651 [ 3 ] {569a601c-3d45-4eff-9852-52215f5ae768} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10257 | 2024.11.01 06:56:32.612693 [ 3 ] {} <Debug> HTTP-Session: 7993eeb2-6757-4b0c-8bb0-6ea676b2e7d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10258 | 2024.11.01 06:56:32.613118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10259 | 2024.11.01 06:56:32.613160 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10260 | 2024.11.01 06:56:32.613299 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46318, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10261 | 2024.11.01 06:56:32.613353 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1417 rows starting from the beginning of the part | ||
| 10262 | 2024.11.01 06:56:32.613608 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10263 | 2024.11.01 06:56:32.613778 [ 298 ] {} <Debug> HTTP-Session: 86051b41-d94b-409f-af98-7fe33928e083 Authenticating user 'default' from [fd00:1122:3344:101::d]:46318 | ||
| 10264 | 2024.11.01 06:56:32.613910 [ 298 ] {} <Debug> HTTP-Session: 86051b41-d94b-409f-af98-7fe33928e083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10265 | 2024.11.01 06:56:32.614026 [ 298 ] {} <Debug> HTTP-Session: 86051b41-d94b-409f-af98-7fe33928e083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10266 | 2024.11.01 06:56:32.614107 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 10267 | 2024.11.01 06:56:32.614161 [ 298 ] {} <Trace> HTTP-Session: 86051b41-d94b-409f-af98-7fe33928e083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10268 | 2024.11.01 06:56:32.614343 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 267 rows starting from the beginning of the part | ||
| 10269 | 2024.11.01 06:56:32.614621 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46318) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10270 | 2024.11.01 06:56:32.614668 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
| 10271 | 2024.11.01 06:56:32.614789 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10272 | 2024.11.01 06:56:32.615061 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 10273 | 2024.11.01 06:56:32.615376 [ 197 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 267 rows starting from the beginning of the part | ||
| 10274 | 2024.11.01 06:56:32.616204 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10275 | 2024.11.01 06:56:32.617355 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10276 | 2024.11.01 06:56:32.617427 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10277 | 2024.11.01 06:56:32.618363 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10278 | 2024.11.01 06:56:32.618787 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2119 rows, containing 5 columns (5 merged, 0 gathered) in 0.006288329 sec., 336973.4630614906 rows/sec., 29.79 MiB/sec. | ||
| 10279 | 2024.11.01 06:56:32.619235 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10280 | 2024.11.01 06:56:32.619237 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2024.11.01 06:56:32.619641 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005192 sec., 7511.5562403698 rows/sec., 564.83 KiB/sec. | ||
| 10282 | 2024.11.01 06:56:32.620223 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10283 | 2024.11.01 06:56:32.620268 [ 298 ] {175a858d-b147-47d3-9767-efe5466e6ed2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10284 | 2024.11.01 06:56:32.620316 [ 298 ] {} <Debug> HTTP-Session: 86051b41-d94b-409f-af98-7fe33928e083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10285 | 2024.11.01 06:56:32.620410 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10286 | 2024.11.01 06:56:32.620506 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_61_12} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10287 | 2024.11.01 06:56:32.620557 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10288 | 2024.11.01 06:56:32.620673 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48460, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10289 | 2024.11.01 06:56:32.620736 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10290 | 2024.11.01 06:56:32.620802 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10291 | 2024.11.01 06:56:32.620833 [ 289 ] {} <Debug> HTTP-Session: dc16121a-bba8-44dd-ad52-4df11f95d5dc Authenticating user 'default' from [fd00:1122:3344:101::d]:48460 | ||
| 10292 | 2024.11.01 06:56:32.620854 [ 289 ] {} <Debug> HTTP-Session: dc16121a-bba8-44dd-ad52-4df11f95d5dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10293 | 2024.11.01 06:56:32.620871 [ 289 ] {} <Debug> HTTP-Session: dc16121a-bba8-44dd-ad52-4df11f95d5dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10294 | 2024.11.01 06:56:32.620912 [ 289 ] {} <Trace> HTTP-Session: dc16121a-bba8-44dd-ad52-4df11f95d5dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10295 | 2024.11.01 06:56:32.621053 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48460) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10296 | 2024.11.01 06:56:32.621106 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10297 | 2024.11.01 06:56:32.621396 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10298 | 2024.11.01 06:56:32.621727 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10299 | 2024.11.01 06:56:32.621764 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10300 | 2024.11.01 06:56:32.622131 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10301 | 2024.11.01 06:56:32.622504 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10302 | 2024.11.01 06:56:32.622675 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 10303 | 2024.11.01 06:56:32.622920 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10304 | 2024.11.01 06:56:32.622945 [ 289 ] {8c35114c-00c6-4c87-92bc-cf2d1c49b8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10305 | 2024.11.01 06:56:32.622961 [ 289 ] {} <Debug> HTTP-Session: dc16121a-bba8-44dd-ad52-4df11f95d5dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10306 | 2024.11.01 06:56:32.623097 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10307 | 2024.11.01 06:56:32.623193 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53079, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10308 | 2024.11.01 06:56:32.623254 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10309 | 2024.11.01 06:56:32.623278 [ 298 ] {} <Debug> HTTP-Session: f99e4dc7-f182-4091-b1d9-39e4296ad6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53079 | ||
| 10310 | 2024.11.01 06:56:32.623299 [ 298 ] {} <Debug> HTTP-Session: f99e4dc7-f182-4091-b1d9-39e4296ad6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10311 | 2024.11.01 06:56:32.623317 [ 298 ] {} <Debug> HTTP-Session: f99e4dc7-f182-4091-b1d9-39e4296ad6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10312 | 2024.11.01 06:56:32.623349 [ 298 ] {} <Trace> HTTP-Session: f99e4dc7-f182-4091-b1d9-39e4296ad6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10313 | 2024.11.01 06:56:32.623445 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53079) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10314 | 2024.11.01 06:56:32.623487 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10315 | 2024.11.01 06:56:32.623712 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10316 | 2024.11.01 06:56:32.624030 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10317 | 2024.11.01 06:56:32.624065 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10318 | 2024.11.01 06:56:32.624413 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10319 | 2024.11.01 06:56:32.624773 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2024.11.01 06:56:32.624903 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 239.04 KiB/sec. | ||
| 10321 | 2024.11.01 06:56:32.625238 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Debug> DynamicQueryHandler: Done processing query | ||
| 10322 | 2024.11.01 06:56:32.625263 [ 298 ] {7c72466e-0eff-4e77-b712-45353cf42405} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10323 | 2024.11.01 06:56:32.625278 [ 298 ] {} <Debug> HTTP-Session: f99e4dc7-f182-4091-b1d9-39e4296ad6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10324 | 2024.11.01 06:56:32.625457 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48460, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10325 | 2024.11.01 06:56:32.625468 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10326 | 2024.11.01 06:56:32.625514 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10327 | 2024.11.01 06:56:32.625536 [ 289 ] {} <Debug> HTTP-Session: 6e663001-a381-4e93-8f2d-0e50432ff240 Authenticating user 'default' from [fd00:1122:3344:101::d]:48460 | ||
| 10328 | 2024.11.01 06:56:32.625555 [ 289 ] {} <Debug> HTTP-Session: 6e663001-a381-4e93-8f2d-0e50432ff240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10329 | 2024.11.01 06:56:32.625569 [ 289 ] {} <Debug> HTTP-Session: 6e663001-a381-4e93-8f2d-0e50432ff240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10330 | 2024.11.01 06:56:32.625606 [ 289 ] {} <Trace> HTTP-Session: 6e663001-a381-4e93-8f2d-0e50432ff240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10331 | 2024.11.01 06:56:32.625922 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48460) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10332 | 2024.11.01 06:56:32.625968 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10333 | 2024.11.01 06:56:32.626213 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10334 | 2024.11.01 06:56:32.626791 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10335 | 2024.11.01 06:56:32.626827 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10336 | 2024.11.01 06:56:32.627197 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10337 | 2024.11.01 06:56:32.627557 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10338 | 2024.11.01 06:56:32.627690 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001956 sec., 215235.1738241309 rows/sec., 15.38 MiB/sec. | ||
| 10339 | 2024.11.01 06:56:32.627690 [ 116 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10340 | 2024.11.01 06:56:32.627753 [ 116 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10341 | 2024.11.01 06:56:32.627790 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10342 | 2024.11.01 06:56:32.627890 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10343 | 2024.11.01 06:56:32.627908 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 10344 | 2024.11.01 06:56:32.627918 [ 289 ] {0b730aea-8c51-4cec-b50e-198e72e94d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10345 | 2024.11.01 06:56:32.627959 [ 289 ] {} <Debug> HTTP-Session: 6e663001-a381-4e93-8f2d-0e50432ff240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10346 | 2024.11.01 06:56:32.628065 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10347 | 2024.11.01 06:56:32.628100 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 10348 | 2024.11.01 06:56:32.628269 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10349 | 2024.11.01 06:56:32.628355 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59058, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10350 | 2024.11.01 06:56:32.628452 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 10351 | 2024.11.01 06:56:32.628565 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10352 | 2024.11.01 06:56:32.628592 [ 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): | ||
| 10353 | |||
| 10354 | (version 23.8.7.1) | ||
| 10355 | 2024.11.01 06:56:32.628698 [ 298 ] {} <Debug> HTTP-Session: 0a7b2254-3674-48c7-8917-c8fd81f5ffdd Authenticating user 'default' from [fd00:1122:3344:101::d]:59058 | ||
| 10356 | 2024.11.01 06:56:32.628798 [ 298 ] {} <Debug> HTTP-Session: 0a7b2254-3674-48c7-8917-c8fd81f5ffdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10357 | 2024.11.01 06:56:32.628881 [ 298 ] {} <Debug> HTTP-Session: 0a7b2254-3674-48c7-8917-c8fd81f5ffdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10358 | 2024.11.01 06:56:32.628884 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 421 rows starting from the beginning of the part | ||
| 10359 | 2024.11.01 06:56:32.628972 [ 298 ] {} <Trace> HTTP-Session: 0a7b2254-3674-48c7-8917-c8fd81f5ffdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10360 | 2024.11.01 06:56:32.629055 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
| 10361 | 2024.11.01 06:56:32.629358 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59058) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10362 | 2024.11.01 06:56:32.629455 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 10363 | 2024.11.01 06:56:32.629530 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10364 | 2024.11.01 06:56:32.629892 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 10365 | 2024.11.01 06:56:32.630531 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10366 | 2024.11.01 06:56:32.630981 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10367 | 2024.11.01 06:56:32.631022 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10368 | 2024.11.01 06:56:32.631603 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10369 | 2024.11.01 06:56:32.632053 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10370 | 2024.11.01 06:56:32.632144 [ 199 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.004291671 sec., 453669.44483861874 rows/sec., 34.72 MiB/sec. | ||
| 10371 | 2024.11.01 06:56:32.632315 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003128 sec., 1918.158567774936 rows/sec., 100.22 KiB/sec. | ||
| 10372 | 2024.11.01 06:56:32.632598 [ 199 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10373 | 2024.11.01 06:56:32.632907 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10374 | 2024.11.01 06:56:32.632978 [ 298 ] {e2cbcb05-d7cc-451f-99ef-ddb667dfe41b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10375 | 2024.11.01 06:56:32.633004 [ 298 ] {} <Debug> HTTP-Session: 0a7b2254-3674-48c7-8917-c8fd81f5ffdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10376 | 2024.11.01 06:56:32.633248 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10377 | 2024.11.01 06:56:32.633374 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35629, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10378 | 2024.11.01 06:56:32.633478 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10379 | 2024.11.01 06:56:32.633536 [ 289 ] {} <Debug> HTTP-Session: 86ce8331-c615-4d35-928c-83e8333eb032 Authenticating user 'default' from [fd00:1122:3344:101::d]:35629 | ||
| 10380 | 2024.11.01 06:56:32.633560 [ 289 ] {} <Debug> HTTP-Session: 86ce8331-c615-4d35-928c-83e8333eb032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10381 | 2024.11.01 06:56:32.633585 [ 289 ] {} <Debug> HTTP-Session: 86ce8331-c615-4d35-928c-83e8333eb032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10382 | 2024.11.01 06:56:32.633659 [ 289 ] {} <Trace> HTTP-Session: 86ce8331-c615-4d35-928c-83e8333eb032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2024.11.01 06:56:32.633666 [ 199 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2024.11.01 06:56:32.633834 [ 199 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_61_12} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10385 | 2024.11.01 06:56:32.633956 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10386 | 2024.11.01 06:56:32.634019 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35629) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10387 | 2024.11.01 06:56:32.634080 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10388 | 2024.11.01 06:56:32.634273 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10389 | 2024.11.01 06:56:32.634709 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2024.11.01 06:56:32.634746 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10391 | 2024.11.01 06:56:32.635143 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10392 | 2024.11.01 06:56:32.635480 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10393 | 2024.11.01 06:56:32.635602 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10394 | 2024.11.01 06:56:32.635604 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001794 sec., 132107.02341137125 rows/sec., 8.85 MiB/sec. | ||
| 10395 | 2024.11.01 06:56:32.635632 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10396 | 2024.11.01 06:56:32.635668 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10397 | 2024.11.01 06:56:32.635783 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 10398 | 2024.11.01 06:56:32.635837 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10399 | 2024.11.01 06:56:32.635867 [ 289 ] {24af408a-44c1-4299-a4a1-9cb18b98a43a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10400 | 2024.11.01 06:56:32.635895 [ 289 ] {} <Debug> HTTP-Session: 86ce8331-c615-4d35-928c-83e8333eb032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10401 | 2024.11.01 06:56:32.635931 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10402 | 2024.11.01 06:56:32.635962 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 11298 rows starting from the beginning of the part | ||
| 10403 | 2024.11.01 06:56:32.636055 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 10404 | 2024.11.01 06:56:32.636227 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10405 | 2024.11.01 06:56:32.636444 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 10406 | 2024.11.01 06:56:32.636522 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44940, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10407 | 2024.11.01 06:56:32.636763 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10408 | 2024.11.01 06:56:32.636809 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 128 rows starting from the beginning of the part | ||
| 10409 | 2024.11.01 06:56:32.636834 [ 285 ] {} <Debug> HTTP-Session: 76d062d6-c8d9-44ce-86e7-d3a598bf1900 Authenticating user 'default' from [fd00:1122:3344:101::d]:44940 | ||
| 10410 | 2024.11.01 06:56:32.636888 [ 285 ] {} <Debug> HTTP-Session: 76d062d6-c8d9-44ce-86e7-d3a598bf1900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10411 | 2024.11.01 06:56:32.636959 [ 285 ] {} <Debug> HTTP-Session: 76d062d6-c8d9-44ce-86e7-d3a598bf1900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10412 | 2024.11.01 06:56:32.637054 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 10413 | 2024.11.01 06:56:32.637153 [ 285 ] {} <Trace> HTTP-Session: 76d062d6-c8d9-44ce-86e7-d3a598bf1900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2024.11.01 06:56:32.637364 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 10415 | 2024.11.01 06:56:32.637702 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44940) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10416 | 2024.11.01 06:56:32.637859 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10417 | 2024.11.01 06:56:32.638381 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10418 | 2024.11.01 06:56:32.638851 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10419 | 2024.11.01 06:56:32.638890 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10420 | 2024.11.01 06:56:32.639730 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10421 | 2024.11.01 06:56:32.640487 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10422 | 2024.11.01 06:56:32.640836 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00336 sec., 297.6190476190476 rows/sec., 20.05 KiB/sec. | ||
| 10423 | 2024.11.01 06:56:32.641042 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10424 | 2024.11.01 06:56:32.641068 [ 285 ] {705ea2e8-d09c-4214-9829-3f8862f61aa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10425 | 2024.11.01 06:56:32.641085 [ 285 ] {} <Debug> HTTP-Session: 76d062d6-c8d9-44ce-86e7-d3a598bf1900 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10426 | 2024.11.01 06:56:32.641389 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10427 | 2024.11.01 06:56:32.641529 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54277, User-Agent: (none), Length: 65635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10428 | 2024.11.01 06:56:32.641615 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10429 | 2024.11.01 06:56:32.641650 [ 289 ] {} <Debug> HTTP-Session: e32f4658-300b-4b92-8282-553f03976d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:54277 | ||
| 10430 | 2024.11.01 06:56:32.641672 [ 289 ] {} <Debug> HTTP-Session: e32f4658-300b-4b92-8282-553f03976d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10431 | 2024.11.01 06:56:32.641688 [ 289 ] {} <Debug> HTTP-Session: e32f4658-300b-4b92-8282-553f03976d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10432 | 2024.11.01 06:56:32.641722 [ 289 ] {} <Trace> HTTP-Session: e32f4658-300b-4b92-8282-553f03976d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10433 | 2024.11.01 06:56:32.642470 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54277) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10434 | 2024.11.01 06:56:32.642546 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <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 | ||
| 10435 | 2024.11.01 06:56:32.642918 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12220 rows, containing 5 columns (5 merged, 0 gathered) in 0.007185309 sec., 1700692.3432242093 rows/sec., 116.04 MiB/sec. | ||
| 10436 | 2024.11.01 06:56:32.643222 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10437 | 2024.11.01 06:56:32.643358 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10438 | 2024.11.01 06:56:32.643842 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10439 | 2024.11.01 06:56:32.643926 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10440 | 2024.11.01 06:56:32.644018 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 10441 | 2024.11.01 06:56:32.644403 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10442 | 2024.11.01 06:56:32.644439 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10443 | 2024.11.01 06:56:32.645098 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10444 | 2024.11.01 06:56:32.645513 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10445 | 2024.11.01 06:56:32.645663 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003802 sec., 10257.759074171488 rows/sec., 18.38 MiB/sec. | ||
| 10446 | 2024.11.01 06:56:32.645898 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Debug> DynamicQueryHandler: Done processing query | ||
| 10447 | 2024.11.01 06:56:32.645922 [ 289 ] {2dfb4058-159a-4842-88c5-c137c06cbc22} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 10448 | 2024.11.01 06:56:32.645939 [ 289 ] {} <Debug> HTTP-Session: e32f4658-300b-4b92-8282-553f03976d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10449 | 2024.11.01 06:56:32.646101 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10450 | 2024.11.01 06:56:32.646206 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33023, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10451 | 2024.11.01 06:56:32.646283 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10452 | 2024.11.01 06:56:32.646309 [ 285 ] {} <Debug> HTTP-Session: ceba7f07-5758-4139-b15b-f503743ce37a Authenticating user 'default' from [fd00:1122:3344:101::d]:33023 | ||
| 10453 | 2024.11.01 06:56:32.646331 [ 285 ] {} <Debug> HTTP-Session: ceba7f07-5758-4139-b15b-f503743ce37a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10454 | 2024.11.01 06:56:32.646349 [ 285 ] {} <Debug> HTTP-Session: ceba7f07-5758-4139-b15b-f503743ce37a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10455 | 2024.11.01 06:56:32.646395 [ 285 ] {} <Trace> HTTP-Session: ceba7f07-5758-4139-b15b-f503743ce37a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10456 | 2024.11.01 06:56:32.646569 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33023) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10457 | 2024.11.01 06:56:32.646632 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10458 | 2024.11.01 06:56:32.646822 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10459 | 2024.11.01 06:56:32.647243 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10460 | 2024.11.01 06:56:32.647292 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10461 | 2024.11.01 06:56:32.647682 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10462 | 2024.11.01 06:56:32.648032 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10463 | 2024.11.01 06:56:32.648189 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00169 sec., 48520.71005917159 rows/sec., 3.08 MiB/sec. | ||
| 10464 | 2024.11.01 06:56:32.648202 [ 116 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10465 | 2024.11.01 06:56:32.648273 [ 116 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10466 | 2024.11.01 06:56:32.648320 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10467 | 2024.11.01 06:56:32.648459 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10468 | 2024.11.01 06:56:32.648465 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 10469 | 2024.11.01 06:56:32.648489 [ 285 ] {9aa2011e-dce5-4d7c-a164-b8db6984125f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10470 | 2024.11.01 06:56:32.648518 [ 285 ] {} <Debug> HTTP-Session: ceba7f07-5758-4139-b15b-f503743ce37a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10471 | 2024.11.01 06:56:32.648612 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10472 | 2024.11.01 06:56:32.648641 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3470 rows starting from the beginning of the part | ||
| 10473 | 2024.11.01 06:56:32.648700 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 10474 | 2024.11.01 06:56:32.648977 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10475 | 2024.11.01 06:56:32.649067 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 10476 | 2024.11.01 06:56:32.649276 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 10477 | 2024.11.01 06:56:32.649420 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 10478 | 2024.11.01 06:56:32.649547 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 10479 | 2024.11.01 06:56:32.651203 [ 195 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3802 rows, containing 4 columns (4 merged, 0 gathered) in 0.002789186 sec., 1363121.7136469206 rows/sec., 89.64 MiB/sec. | ||
| 10480 | 2024.11.01 06:56:32.651452 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10481 | 2024.11.01 06:56:32.651826 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_61_12} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10482 | 2024.11.01 06:56:32.651901 [ 193 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_61_12} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10483 | 2024.11.01 06:56:32.651970 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 10484 | 2024.11.01 06:56:37.601340 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64854, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10485 | 2024.11.01 06:56:37.601493 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10486 | 2024.11.01 06:56:37.601523 [ 285 ] {} <Debug> HTTP-Session: 8cb12c7b-6715-4763-93f1-142ea940b3ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64854 | ||
| 10487 | 2024.11.01 06:56:37.601549 [ 285 ] {} <Debug> HTTP-Session: 8cb12c7b-6715-4763-93f1-142ea940b3ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10488 | 2024.11.01 06:56:37.601563 [ 285 ] {} <Debug> HTTP-Session: 8cb12c7b-6715-4763-93f1-142ea940b3ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10489 | 2024.11.01 06:56:37.601615 [ 285 ] {} <Trace> HTTP-Session: 8cb12c7b-6715-4763-93f1-142ea940b3ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10490 | 2024.11.01 06:56:37.601808 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64854) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10491 | 2024.11.01 06:56:37.601877 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10492 | 2024.11.01 06:56:37.602221 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10493 | 2024.11.01 06:56:37.602670 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10494 | 2024.11.01 06:56:37.602715 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10495 | 2024.11.01 06:56:37.603126 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 10496 | 2024.11.01 06:56:37.603525 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10497 | 2024.11.01 06:56:37.603700 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00194 sec., 6185.567010309278 rows/sec., 504.39 KiB/sec. | ||
| 10498 | 2024.11.01 06:56:37.604071 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Debug> DynamicQueryHandler: Done processing query | ||
| 10499 | 2024.11.01 06:56:37.604097 [ 285 ] {2b19b9a9-691d-43a3-8ca6-e0c31e5aeb44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10500 | 2024.11.01 06:56:37.604115 [ 285 ] {} <Debug> HTTP-Session: 8cb12c7b-6715-4763-93f1-142ea940b3ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10501 | 2024.11.01 06:56:37.604317 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10502 | 2024.11.01 06:56:37.604450 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60664, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10503 | 2024.11.01 06:56:37.604576 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10504 | 2024.11.01 06:56:37.604605 [ 289 ] {} <Debug> HTTP-Session: 2fbe4914-5d24-4fb7-8336-4a955fa651ec Authenticating user 'default' from [fd00:1122:3344:101::d]:60664 | ||
| 10505 | 2024.11.01 06:56:37.604632 [ 289 ] {} <Debug> HTTP-Session: 2fbe4914-5d24-4fb7-8336-4a955fa651ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10506 | 2024.11.01 06:56:37.604649 [ 289 ] {} <Debug> HTTP-Session: 2fbe4914-5d24-4fb7-8336-4a955fa651ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10507 | 2024.11.01 06:56:37.604712 [ 289 ] {} <Trace> HTTP-Session: 2fbe4914-5d24-4fb7-8336-4a955fa651ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10508 | 2024.11.01 06:56:37.604938 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60664) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10509 | 2024.11.01 06:56:37.605015 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10510 | 2024.11.01 06:56:37.605402 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10511 | 2024.11.01 06:56:37.605828 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2024.11.01 06:56:37.605870 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10513 | 2024.11.01 06:56:37.606289 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10514 | 2024.11.01 06:56:37.606694 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2024.11.01 06:56:37.606853 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.002001 sec., 30984.507746126932 rows/sec., 2.36 MiB/sec. | ||
| 10516 | 2024.11.01 06:56:37.607040 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Debug> DynamicQueryHandler: Done processing query | ||
| 10517 | 2024.11.01 06:56:37.607065 [ 289 ] {5f59024c-d635-41b3-bc5b-c9a0a6426abf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10518 | 2024.11.01 06:56:37.607079 [ 289 ] {} <Debug> HTTP-Session: 2fbe4914-5d24-4fb7-8336-4a955fa651ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10519 | 2024.11.01 06:56:37.607227 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10520 | 2024.11.01 06:56:37.607262 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64854, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10521 | 2024.11.01 06:56:37.607353 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10522 | 2024.11.01 06:56:37.607386 [ 285 ] {} <Debug> HTTP-Session: 6c670c00-e7af-4e7b-aa7b-ec22891e5afd Authenticating user 'default' from [fd00:1122:3344:101::d]:64854 | ||
| 10523 | 2024.11.01 06:56:37.607412 [ 285 ] {} <Debug> HTTP-Session: 6c670c00-e7af-4e7b-aa7b-ec22891e5afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10524 | 2024.11.01 06:56:37.607429 [ 285 ] {} <Debug> HTTP-Session: 6c670c00-e7af-4e7b-aa7b-ec22891e5afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10525 | 2024.11.01 06:56:37.607475 [ 285 ] {} <Trace> HTTP-Session: 6c670c00-e7af-4e7b-aa7b-ec22891e5afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10526 | 2024.11.01 06:56:37.607602 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64854) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10527 | 2024.11.01 06:56:37.607722 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10528 | 2024.11.01 06:56:37.608037 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10529 | 2024.11.01 06:56:37.608406 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.11.01 06:56:37.608450 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10531 | 2024.11.01 06:56:37.608820 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10532 | 2024.11.01 06:56:37.609189 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2024.11.01 06:56:37.609357 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001727 sec., 6948.465547191662 rows/sec., 485.17 KiB/sec. | ||
| 10534 | 2024.11.01 06:56:37.609576 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10535 | 2024.11.01 06:56:37.609602 [ 285 ] {aa37f7b1-ac33-4ada-8f7e-a0f19570297e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10536 | 2024.11.01 06:56:37.609618 [ 285 ] {} <Debug> HTTP-Session: 6c670c00-e7af-4e7b-aa7b-ec22891e5afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10537 | 2024.11.01 06:56:37.609796 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10538 | 2024.11.01 06:56:37.609865 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64510, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10539 | 2024.11.01 06:56:37.609949 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10540 | 2024.11.01 06:56:37.609974 [ 289 ] {} <Debug> HTTP-Session: 95cea33a-b001-46bb-91c0-506d1841a5d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64510 | ||
| 10541 | 2024.11.01 06:56:37.609995 [ 289 ] {} <Debug> HTTP-Session: 95cea33a-b001-46bb-91c0-506d1841a5d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10542 | 2024.11.01 06:56:37.610012 [ 289 ] {} <Debug> HTTP-Session: 95cea33a-b001-46bb-91c0-506d1841a5d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10543 | 2024.11.01 06:56:37.610059 [ 289 ] {} <Trace> HTTP-Session: 95cea33a-b001-46bb-91c0-506d1841a5d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10544 | 2024.11.01 06:56:37.610220 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64510) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10545 | 2024.11.01 06:56:37.610275 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10546 | 2024.11.01 06:56:37.610573 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10547 | 2024.11.01 06:56:37.610983 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10548 | 2024.11.01 06:56:37.611019 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10549 | 2024.11.01 06:56:37.611380 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10550 | 2024.11.01 06:56:37.611741 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10551 | 2024.11.01 06:56:37.611901 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001734 sec., 43829.29642445213 rows/sec., 3.43 MiB/sec. | ||
| 10552 | 2024.11.01 06:56:37.612258 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Debug> DynamicQueryHandler: Done processing query | ||
| 10553 | 2024.11.01 06:56:37.612306 [ 289 ] {e181cbf9-3e7c-4a0b-b391-34166467a797} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10554 | 2024.11.01 06:56:37.612346 [ 289 ] {} <Debug> HTTP-Session: 95cea33a-b001-46bb-91c0-506d1841a5d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10555 | 2024.11.01 06:56:37.612518 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10556 | 2024.11.01 06:56:37.612655 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39257, User-Agent: (none), Length: 25648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10557 | 2024.11.01 06:56:37.612717 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10558 | 2024.11.01 06:56:37.612736 [ 285 ] {} <Debug> HTTP-Session: 4d131a75-43a5-4d16-bb82-1f5ebe0d7949 Authenticating user 'default' from [fd00:1122:3344:101::d]:39257 | ||
| 10559 | 2024.11.01 06:56:37.612754 [ 285 ] {} <Debug> HTTP-Session: 4d131a75-43a5-4d16-bb82-1f5ebe0d7949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10560 | 2024.11.01 06:56:37.612768 [ 285 ] {} <Debug> HTTP-Session: 4d131a75-43a5-4d16-bb82-1f5ebe0d7949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10561 | 2024.11.01 06:56:37.612808 [ 285 ] {} <Trace> HTTP-Session: 4d131a75-43a5-4d16-bb82-1f5ebe0d7949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10562 | 2024.11.01 06:56:37.612972 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39257) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10563 | 2024.11.01 06:56:37.613024 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10564 | 2024.11.01 06:56:37.613211 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10565 | 2024.11.01 06:56:37.613614 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10566 | 2024.11.01 06:56:37.613651 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10567 | 2024.11.01 06:56:37.614054 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10568 | 2024.11.01 06:56:37.614431 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10569 | 2024.11.01 06:56:37.614593 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001687 sec., 79430.94250148193 rows/sec., 5.53 MiB/sec. | ||
| 10570 | 2024.11.01 06:56:37.614796 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Debug> DynamicQueryHandler: Done processing query | ||
| 10571 | 2024.11.01 06:56:37.614827 [ 285 ] {87c6f24a-5a0e-4914-b73c-ad879a579e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10572 | 2024.11.01 06:56:37.614849 [ 285 ] {} <Debug> HTTP-Session: 4d131a75-43a5-4d16-bb82-1f5ebe0d7949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10573 | 2024.11.01 06:56:37.615043 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64510, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10574 | 2024.11.01 06:56:37.615062 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10575 | 2024.11.01 06:56:37.615137 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10576 | 2024.11.01 06:56:37.615166 [ 289 ] {} <Debug> HTTP-Session: 30c3ab97-1089-47b5-b2bb-65cdad8cbfdf Authenticating user 'default' from [fd00:1122:3344:101::d]:64510 | ||
| 10577 | 2024.11.01 06:56:37.615193 [ 289 ] {} <Debug> HTTP-Session: 30c3ab97-1089-47b5-b2bb-65cdad8cbfdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10578 | 2024.11.01 06:56:37.615224 [ 289 ] {} <Debug> HTTP-Session: 30c3ab97-1089-47b5-b2bb-65cdad8cbfdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10579 | 2024.11.01 06:56:37.615269 [ 289 ] {} <Trace> HTTP-Session: 30c3ab97-1089-47b5-b2bb-65cdad8cbfdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10580 | 2024.11.01 06:56:37.615409 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64510) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10581 | 2024.11.01 06:56:37.615458 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10582 | 2024.11.01 06:56:37.615619 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10583 | 2024.11.01 06:56:37.615927 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10584 | 2024.11.01 06:56:37.615963 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10585 | 2024.11.01 06:56:37.616336 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10586 | 2024.11.01 06:56:37.616662 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10587 | 2024.11.01 06:56:37.616823 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001461 sec., 32854.20944558521 rows/sec., 2.21 MiB/sec. | ||
| 10588 | 2024.11.01 06:56:37.616992 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10589 | 2024.11.01 06:56:37.617016 [ 289 ] {72d01051-7015-4cda-92fe-fd37b443ab0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10590 | 2024.11.01 06:56:37.617032 [ 289 ] {} <Debug> HTTP-Session: 30c3ab97-1089-47b5-b2bb-65cdad8cbfdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10591 | 2024.11.01 06:56:37.617414 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10592 | 2024.11.01 06:56:38.958494 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10593 | 2024.11.01 06:56:39.259042 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10594 | 2024.11.01 06:56:39.306506 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10595 | 2024.11.01 06:56:39.314876 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34791, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10596 | 2024.11.01 06:56:39.385333 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10597 | 2024.11.01 06:56:39.388644 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10598 | 2024.11.01 06:56:39.398920 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10599 | 2024.11.01 06:56:39.422222 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10600 | 2024.11.01 06:56:40.893804 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10601 | 2024.11.01 06:56:40.893878 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10602 | 2024.11.01 06:56:41.153436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 974 | ||
| 10603 | 2024.11.01 06:56:41.156218 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2024.11.01 06:56:41.156268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10605 | 2024.11.01 06:56:41.157803 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10606 | 2024.11.01 06:56:41.158815 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2024.11.01 06:56:41.160003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974 | ||
| 10608 | 2024.11.01 06:56:42.603065 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47210, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10609 | 2024.11.01 06:56:42.603254 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10610 | 2024.11.01 06:56:42.603298 [ 289 ] {} <Debug> HTTP-Session: 5035d6da-00d0-40e0-920b-0de4cdcf59c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47210 | ||
| 10611 | 2024.11.01 06:56:42.603338 [ 289 ] {} <Debug> HTTP-Session: 5035d6da-00d0-40e0-920b-0de4cdcf59c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10612 | 2024.11.01 06:56:42.603366 [ 289 ] {} <Debug> HTTP-Session: 5035d6da-00d0-40e0-920b-0de4cdcf59c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10613 | 2024.11.01 06:56:42.603446 [ 289 ] {} <Trace> HTTP-Session: 5035d6da-00d0-40e0-920b-0de4cdcf59c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10614 | 2024.11.01 06:56:42.603736 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10615 | 2024.11.01 06:56:42.603804 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10616 | 2024.11.01 06:56:42.604133 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10617 | 2024.11.01 06:56:42.604591 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2024.11.01 06:56:42.604631 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10619 | 2024.11.01 06:56:42.605048 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10620 | 2024.11.01 06:56:42.605457 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2024.11.01 06:56:42.605601 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.20 MiB/sec. | ||
| 10622 | 2024.11.01 06:56:42.605795 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10623 | 2024.11.01 06:56:42.605822 [ 289 ] {57bc61fb-dca9-4c8d-9a8d-d1a5cdef5ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10624 | 2024.11.01 06:56:42.605839 [ 289 ] {} <Debug> HTTP-Session: 5035d6da-00d0-40e0-920b-0de4cdcf59c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10625 | 2024.11.01 06:56:42.606044 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10626 | 2024.11.01 06:56:42.606188 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59276, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10627 | 2024.11.01 06:56:42.606299 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10628 | 2024.11.01 06:56:42.606325 [ 285 ] {} <Debug> HTTP-Session: 225ae868-e5b4-4469-b596-634fcdd11baf Authenticating user 'default' from [fd00:1122:3344:101::d]:59276 | ||
| 10629 | 2024.11.01 06:56:42.606350 [ 285 ] {} <Debug> HTTP-Session: 225ae868-e5b4-4469-b596-634fcdd11baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10630 | 2024.11.01 06:56:42.606366 [ 285 ] {} <Debug> HTTP-Session: 225ae868-e5b4-4469-b596-634fcdd11baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10631 | 2024.11.01 06:56:42.606423 [ 285 ] {} <Trace> HTTP-Session: 225ae868-e5b4-4469-b596-634fcdd11baf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2024.11.01 06:56:42.606628 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59276) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10633 | 2024.11.01 06:56:42.606697 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10634 | 2024.11.01 06:56:42.607053 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10635 | 2024.11.01 06:56:42.607535 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10636 | 2024.11.01 06:56:42.607580 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10637 | 2024.11.01 06:56:42.608026 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10638 | 2024.11.01 06:56:42.608424 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10639 | 2024.11.01 06:56:42.608603 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002041 sec., 31357.177853993144 rows/sec., 2.45 MiB/sec. | ||
| 10640 | 2024.11.01 06:56:42.608963 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Debug> DynamicQueryHandler: Done processing query | ||
| 10641 | 2024.11.01 06:56:42.609034 [ 285 ] {a6ae87ee-4538-441b-80f4-33afec628993} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10642 | 2024.11.01 06:56:42.609111 [ 285 ] {} <Debug> HTTP-Session: 225ae868-e5b4-4469-b596-634fcdd11baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10643 | 2024.11.01 06:56:42.609404 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47210, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10644 | 2024.11.01 06:56:42.609423 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10645 | 2024.11.01 06:56:42.609534 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10646 | 2024.11.01 06:56:42.609591 [ 289 ] {} <Debug> HTTP-Session: e70b5bc9-3eba-49b7-8c35-99d4e1052026 Authenticating user 'default' from [fd00:1122:3344:101::d]:47210 | ||
| 10647 | 2024.11.01 06:56:42.609625 [ 289 ] {} <Debug> HTTP-Session: e70b5bc9-3eba-49b7-8c35-99d4e1052026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10648 | 2024.11.01 06:56:42.609666 [ 289 ] {} <Debug> HTTP-Session: e70b5bc9-3eba-49b7-8c35-99d4e1052026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10649 | 2024.11.01 06:56:42.609737 [ 289 ] {} <Trace> HTTP-Session: e70b5bc9-3eba-49b7-8c35-99d4e1052026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10650 | 2024.11.01 06:56:42.609916 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47210) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10651 | 2024.11.01 06:56:42.609969 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10652 | 2024.11.01 06:56:42.610158 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10653 | 2024.11.01 06:56:42.610548 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10654 | 2024.11.01 06:56:42.610584 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10655 | 2024.11.01 06:56:42.610984 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10656 | 2024.11.01 06:56:42.611345 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10657 | 2024.11.01 06:56:42.611475 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
| 10658 | 2024.11.01 06:56:42.611736 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Debug> DynamicQueryHandler: Done processing query | ||
| 10659 | 2024.11.01 06:56:42.611800 [ 289 ] {64baa4e2-2511-4f40-be40-d2d9a83ce713} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10660 | 2024.11.01 06:56:42.611864 [ 289 ] {} <Debug> HTTP-Session: e70b5bc9-3eba-49b7-8c35-99d4e1052026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10661 | 2024.11.01 06:56:42.612139 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10662 | 2024.11.01 06:56:42.612202 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60997, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10663 | 2024.11.01 06:56:42.612282 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10664 | 2024.11.01 06:56:42.612313 [ 285 ] {} <Debug> HTTP-Session: 3af187bb-4fd0-49e4-a353-a510b9efb428 Authenticating user 'default' from [fd00:1122:3344:101::d]:60997 | ||
| 10665 | 2024.11.01 06:56:42.612337 [ 285 ] {} <Debug> HTTP-Session: 3af187bb-4fd0-49e4-a353-a510b9efb428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10666 | 2024.11.01 06:56:42.612356 [ 285 ] {} <Debug> HTTP-Session: 3af187bb-4fd0-49e4-a353-a510b9efb428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10667 | 2024.11.01 06:56:42.612405 [ 285 ] {} <Trace> HTTP-Session: 3af187bb-4fd0-49e4-a353-a510b9efb428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10668 | 2024.11.01 06:56:42.612575 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60997) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10669 | 2024.11.01 06:56:42.612636 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10670 | 2024.11.01 06:56:42.612807 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10671 | 2024.11.01 06:56:42.613128 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.11.01 06:56:42.613166 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10673 | 2024.11.01 06:56:42.613561 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10674 | 2024.11.01 06:56:42.613905 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.11.01 06:56:42.614069 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 10676 | 2024.11.01 06:56:42.614336 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Debug> DynamicQueryHandler: Done processing query | ||
| 10677 | 2024.11.01 06:56:42.614395 [ 285 ] {9c33b6d1-270c-4576-b560-fc33c5495b01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10678 | 2024.11.01 06:56:42.614457 [ 285 ] {} <Debug> HTTP-Session: 3af187bb-4fd0-49e4-a353-a510b9efb428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10679 | 2024.11.01 06:56:42.614725 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10680 | 2024.11.01 06:56:46.826875 [ 104 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 10681 | 2024.11.01 06:56:46.826988 [ 104 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10682 | 2024.11.01 06:56:46.827030 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10683 | 2024.11.01 06:56:46.827282 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 10684 | 2024.11.01 06:56:46.827711 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10685 | 2024.11.01 06:56:46.827757 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 243 rows starting from the beginning of the part | ||
| 10686 | 2024.11.01 06:56:46.827853 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 10687 | 2024.11.01 06:56:46.828115 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 10688 | 2024.11.01 06:56:46.828321 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 10689 | 2024.11.01 06:56:46.828476 [ 201 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 10690 | 2024.11.01 06:56:46.829627 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002496384 sec., 119773.24001435676 rows/sec., 8.16 MiB/sec. | ||
| 10691 | 2024.11.01 06:56:46.829872 [ 196 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 10692 | 2024.11.01 06:56:46.830727 [ 196 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2024.11.01 06:56:46.830896 [ 196 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_22_5} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 10694 | 2024.11.01 06:56:46.831026 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10695 | 2024.11.01 06:56:47.609743 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52763, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10696 | 2024.11.01 06:56:47.609873 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10697 | 2024.11.01 06:56:47.609913 [ 285 ] {} <Debug> HTTP-Session: 31c88c94-8ff9-4785-9a4d-ea5b4f62b8df Authenticating user 'default' from [fd00:1122:3344:101::d]:52763 | ||
| 10698 | 2024.11.01 06:56:47.609944 [ 285 ] {} <Debug> HTTP-Session: 31c88c94-8ff9-4785-9a4d-ea5b4f62b8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10699 | 2024.11.01 06:56:47.609962 [ 285 ] {} <Debug> HTTP-Session: 31c88c94-8ff9-4785-9a4d-ea5b4f62b8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10700 | 2024.11.01 06:56:47.610022 [ 285 ] {} <Trace> HTTP-Session: 31c88c94-8ff9-4785-9a4d-ea5b4f62b8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10701 | 2024.11.01 06:56:47.610319 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52763) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10702 | 2024.11.01 06:56:47.610396 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10703 | 2024.11.01 06:56:47.610787 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10704 | 2024.11.01 06:56:47.611437 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10705 | 2024.11.01 06:56:47.611480 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10706 | 2024.11.01 06:56:47.611932 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10707 | 2024.11.01 06:56:47.612329 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10708 | 2024.11.01 06:56:47.612505 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002327 sec., 114740.0085947572 rows/sec., 10.21 MiB/sec. | ||
| 10709 | 2024.11.01 06:56:47.612818 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Debug> DynamicQueryHandler: Done processing query | ||
| 10710 | 2024.11.01 06:56:47.612878 [ 285 ] {c961bafe-9ed1-404c-ba0b-15375a420214} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10711 | 2024.11.01 06:56:47.612921 [ 285 ] {} <Debug> HTTP-Session: 31c88c94-8ff9-4785-9a4d-ea5b4f62b8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10712 | 2024.11.01 06:56:47.613147 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10713 | 2024.11.01 06:56:47.613277 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46853, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10714 | 2024.11.01 06:56:47.613386 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10715 | 2024.11.01 06:56:47.613413 [ 289 ] {} <Debug> HTTP-Session: b44d9ee9-2338-4ba4-ba54-6bc0bd771dc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:46853 | ||
| 10716 | 2024.11.01 06:56:47.613441 [ 289 ] {} <Debug> HTTP-Session: b44d9ee9-2338-4ba4-ba54-6bc0bd771dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10717 | 2024.11.01 06:56:47.613458 [ 289 ] {} <Debug> HTTP-Session: b44d9ee9-2338-4ba4-ba54-6bc0bd771dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10718 | 2024.11.01 06:56:47.613519 [ 289 ] {} <Trace> HTTP-Session: b44d9ee9-2338-4ba4-ba54-6bc0bd771dc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10719 | 2024.11.01 06:56:47.613722 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46853) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10720 | 2024.11.01 06:56:47.613794 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10721 | 2024.11.01 06:56:47.614127 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10722 | 2024.11.01 06:56:47.614519 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10723 | 2024.11.01 06:56:47.614557 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10724 | 2024.11.01 06:56:47.614972 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10725 | 2024.11.01 06:56:47.615357 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10726 | 2024.11.01 06:56:47.615501 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001857 sec., 21001.6155088853 rows/sec., 1.54 MiB/sec. | ||
| 10727 | 2024.11.01 06:56:47.615681 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10728 | 2024.11.01 06:56:47.615707 [ 289 ] {a57a8320-0175-4ff3-84fe-5646985c00a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10729 | 2024.11.01 06:56:47.615723 [ 289 ] {} <Debug> HTTP-Session: b44d9ee9-2338-4ba4-ba54-6bc0bd771dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10730 | 2024.11.01 06:56:47.615898 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52763, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10731 | 2024.11.01 06:56:47.615914 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10732 | 2024.11.01 06:56:47.615991 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10733 | 2024.11.01 06:56:47.616033 [ 285 ] {} <Debug> HTTP-Session: 827dd543-e5de-4db3-b025-69413464e279 Authenticating user 'default' from [fd00:1122:3344:101::d]:52763 | ||
| 10734 | 2024.11.01 06:56:47.616065 [ 285 ] {} <Debug> HTTP-Session: 827dd543-e5de-4db3-b025-69413464e279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10735 | 2024.11.01 06:56:47.616085 [ 285 ] {} <Debug> HTTP-Session: 827dd543-e5de-4db3-b025-69413464e279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10736 | 2024.11.01 06:56:47.616132 [ 285 ] {} <Trace> HTTP-Session: 827dd543-e5de-4db3-b025-69413464e279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10737 | 2024.11.01 06:56:47.616271 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52763) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10738 | 2024.11.01 06:56:47.616326 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10739 | 2024.11.01 06:56:47.616638 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10740 | 2024.11.01 06:56:47.617010 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10741 | 2024.11.01 06:56:47.617048 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10742 | 2024.11.01 06:56:47.617418 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10743 | 2024.11.01 06:56:47.617777 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10744 | 2024.11.01 06:56:47.617935 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001705 sec., 8211.143695014664 rows/sec., 575.05 KiB/sec. | ||
| 10745 | 2024.11.01 06:56:47.618118 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Debug> DynamicQueryHandler: Done processing query | ||
| 10746 | 2024.11.01 06:56:47.618143 [ 285 ] {5993fcf8-2bbc-48a2-b7f9-03b7112a6572} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10747 | 2024.11.01 06:56:47.618159 [ 285 ] {} <Debug> HTTP-Session: 827dd543-e5de-4db3-b025-69413464e279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10748 | 2024.11.01 06:56:47.618340 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10749 | 2024.11.01 06:56:47.618397 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65453, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10750 | 2024.11.01 06:56:47.618470 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10751 | 2024.11.01 06:56:47.618500 [ 289 ] {} <Debug> HTTP-Session: 059d6f75-18bb-4564-9110-612a280d0afc Authenticating user 'default' from [fd00:1122:3344:101::d]:65453 | ||
| 10752 | 2024.11.01 06:56:47.618522 [ 289 ] {} <Debug> HTTP-Session: 059d6f75-18bb-4564-9110-612a280d0afc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10753 | 2024.11.01 06:56:47.618539 [ 289 ] {} <Debug> HTTP-Session: 059d6f75-18bb-4564-9110-612a280d0afc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10754 | 2024.11.01 06:56:47.618579 [ 289 ] {} <Trace> HTTP-Session: 059d6f75-18bb-4564-9110-612a280d0afc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10755 | 2024.11.01 06:56:47.618690 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65453) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10756 | 2024.11.01 06:56:47.618737 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10757 | 2024.11.01 06:56:47.618994 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10758 | 2024.11.01 06:56:47.619298 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2024.11.01 06:56:47.619333 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10760 | 2024.11.01 06:56:47.619695 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10761 | 2024.11.01 06:56:47.620061 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2024.11.01 06:56:47.620182 [ 104 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 10763 | 2024.11.01 06:56:47.620190 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 232.00 KiB/sec. | ||
| 10764 | 2024.11.01 06:56:47.620223 [ 104 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.11.01 06:56:47.620260 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10766 | 2024.11.01 06:56:47.620506 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10767 | 2024.11.01 06:56:47.620556 [ 289 ] {5de7d895-8d50-48af-9bdb-26c6fdb05aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10768 | 2024.11.01 06:56:47.620574 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 10769 | 2024.11.01 06:56:47.620629 [ 289 ] {} <Debug> HTTP-Session: 059d6f75-18bb-4564-9110-612a280d0afc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10770 | 2024.11.01 06:56:47.620965 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10771 | 2024.11.01 06:56:47.621139 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54916, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10772 | 2024.11.01 06:56:47.621164 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10773 | 2024.11.01 06:56:47.621240 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 10774 | 2024.11.01 06:56:47.621253 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10775 | 2024.11.01 06:56:47.621310 [ 285 ] {} <Debug> HTTP-Session: a422dfc8-fa62-457f-8dbc-8975c9ef75c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54916 | ||
| 10776 | 2024.11.01 06:56:47.621399 [ 285 ] {} <Debug> HTTP-Session: a422dfc8-fa62-457f-8dbc-8975c9ef75c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10777 | 2024.11.01 06:56:47.621442 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 10778 | 2024.11.01 06:56:47.621509 [ 285 ] {} <Debug> HTTP-Session: a422dfc8-fa62-457f-8dbc-8975c9ef75c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10779 | 2024.11.01 06:56:47.621773 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 10780 | 2024.11.01 06:56:47.621786 [ 285 ] {} <Trace> HTTP-Session: a422dfc8-fa62-457f-8dbc-8975c9ef75c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10781 | 2024.11.01 06:56:47.622064 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 10782 | 2024.11.01 06:56:47.622279 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 10783 | 2024.11.01 06:56:47.622385 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54916) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10784 | 2024.11.01 06:56:47.622619 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10785 | 2024.11.01 06:56:47.623527 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10786 | 2024.11.01 06:56:47.624779 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004430612 sec., 6771.073612403885 rows/sec., 429.80 KiB/sec. | ||
| 10787 | 2024.11.01 06:56:47.624803 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10788 | 2024.11.01 06:56:47.624860 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10789 | 2024.11.01 06:56:47.625031 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 10790 | 2024.11.01 06:56:47.625648 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10791 | 2024.11.01 06:56:47.626175 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_21_5} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10792 | 2024.11.01 06:56:47.626332 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_21_5} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 10793 | 2024.11.01 06:56:47.626467 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10794 | 2024.11.01 06:56:47.626515 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10795 | 2024.11.01 06:56:47.626707 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00458 sec., 91921.39737991267 rows/sec., 6.57 MiB/sec. | ||
| 10796 | 2024.11.01 06:56:47.627162 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10797 | 2024.11.01 06:56:47.627232 [ 285 ] {8f3940d4-327c-4abd-91ae-fb9aaabc686a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10798 | 2024.11.01 06:56:47.627293 [ 285 ] {} <Debug> HTTP-Session: a422dfc8-fa62-457f-8dbc-8975c9ef75c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10799 | 2024.11.01 06:56:47.627550 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54916, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10800 | 2024.11.01 06:56:47.627632 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34545, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10801 | 2024.11.01 06:56:47.627749 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10802 | 2024.11.01 06:56:47.627787 [ 289 ] {} <Debug> HTTP-Session: 51fea692-5c53-4e06-a18d-d813c67b601b Authenticating user 'default' from [fd00:1122:3344:101::d]:34545 | ||
| 10803 | 2024.11.01 06:56:47.627820 [ 289 ] {} <Debug> HTTP-Session: 51fea692-5c53-4e06-a18d-d813c67b601b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10804 | 2024.11.01 06:56:47.627847 [ 289 ] {} <Debug> HTTP-Session: 51fea692-5c53-4e06-a18d-d813c67b601b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10805 | 2024.11.01 06:56:47.627917 [ 289 ] {} <Trace> HTTP-Session: 51fea692-5c53-4e06-a18d-d813c67b601b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10806 | 2024.11.01 06:56:47.628029 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34545) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10807 | 2024.11.01 06:56:47.628076 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10808 | 2024.11.01 06:56:47.628228 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10809 | 2024.11.01 06:56:47.628546 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10810 | 2024.11.01 06:56:47.628581 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10811 | 2024.11.01 06:56:47.628944 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10812 | 2024.11.01 06:56:47.629279 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10813 | 2024.11.01 06:56:47.629414 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 10814 | 2024.11.01 06:56:47.629756 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Debug> DynamicQueryHandler: Done processing query | ||
| 10815 | 2024.11.01 06:56:47.629781 [ 289 ] {292eac69-19d1-485b-9bf6-367b6d29e620} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10816 | 2024.11.01 06:56:47.629797 [ 289 ] {} <Debug> HTTP-Session: 51fea692-5c53-4e06-a18d-d813c67b601b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10817 | 2024.11.01 06:56:47.629951 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10818 | 2024.11.01 06:56:47.630054 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38956, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10819 | 2024.11.01 06:56:47.630124 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10820 | 2024.11.01 06:56:47.630149 [ 285 ] {} <Debug> HTTP-Session: cc0f8263-e084-41db-9e06-301003784bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38956 | ||
| 10821 | 2024.11.01 06:56:47.630171 [ 285 ] {} <Debug> HTTP-Session: cc0f8263-e084-41db-9e06-301003784bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10822 | 2024.11.01 06:56:47.630188 [ 285 ] {} <Debug> HTTP-Session: cc0f8263-e084-41db-9e06-301003784bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10823 | 2024.11.01 06:56:47.630233 [ 285 ] {} <Trace> HTTP-Session: cc0f8263-e084-41db-9e06-301003784bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10824 | 2024.11.01 06:56:47.630493 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38956) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10825 | 2024.11.01 06:56:47.630551 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10826 | 2024.11.01 06:56:47.630754 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10827 | 2024.11.01 06:56:47.631227 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10828 | 2024.11.01 06:56:47.631263 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10829 | 2024.11.01 06:56:47.631662 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10830 | 2024.11.01 06:56:47.632004 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2024.11.01 06:56:47.632163 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001811 sec., 130866.92435118719 rows/sec., 8.77 MiB/sec. | ||
| 10832 | 2024.11.01 06:56:47.632346 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 10833 | 2024.11.01 06:56:47.632371 [ 285 ] {4f238a20-f175-4be7-933b-e3d0615ac1fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10834 | 2024.11.01 06:56:47.632388 [ 285 ] {} <Debug> HTTP-Session: cc0f8263-e084-41db-9e06-301003784bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10835 | 2024.11.01 06:56:47.632535 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34545, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10836 | 2024.11.01 06:56:47.632554 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38956, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10837 | 2024.11.01 06:56:47.632621 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10838 | 2024.11.01 06:56:47.632659 [ 289 ] {} <Debug> HTTP-Session: 0a8a47e8-9aa8-483a-978e-c84b8752046a Authenticating user 'default' from [fd00:1122:3344:101::d]:34545 | ||
| 10839 | 2024.11.01 06:56:47.632687 [ 289 ] {} <Debug> HTTP-Session: 0a8a47e8-9aa8-483a-978e-c84b8752046a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10840 | 2024.11.01 06:56:47.632712 [ 289 ] {} <Debug> HTTP-Session: 0a8a47e8-9aa8-483a-978e-c84b8752046a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10841 | 2024.11.01 06:56:47.632752 [ 289 ] {} <Trace> HTTP-Session: 0a8a47e8-9aa8-483a-978e-c84b8752046a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10842 | 2024.11.01 06:56:47.632859 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34545) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10843 | 2024.11.01 06:56:47.632909 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10844 | 2024.11.01 06:56:47.633072 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10845 | 2024.11.01 06:56:47.633345 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10846 | 2024.11.01 06:56:47.633379 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10847 | 2024.11.01 06:56:47.633734 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10848 | 2024.11.01 06:56:47.634068 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10849 | 2024.11.01 06:56:47.634197 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
| 10850 | 2024.11.01 06:56:47.634409 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10851 | 2024.11.01 06:56:47.634433 [ 289 ] {d51b21e5-552f-4caf-ab3a-17234b19d59d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10852 | 2024.11.01 06:56:47.634449 [ 289 ] {} <Debug> HTTP-Session: 0a8a47e8-9aa8-483a-978e-c84b8752046a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10853 | 2024.11.01 06:56:47.634596 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10854 | 2024.11.01 06:56:47.634686 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63505, User-Agent: (none), Length: 65662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10855 | 2024.11.01 06:56:47.634746 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10856 | 2024.11.01 06:56:47.634765 [ 285 ] {} <Debug> HTTP-Session: 88e46069-6ea5-41e2-af09-446e23a3b9ea Authenticating user 'default' from [fd00:1122:3344:101::d]:63505 | ||
| 10857 | 2024.11.01 06:56:47.634782 [ 285 ] {} <Debug> HTTP-Session: 88e46069-6ea5-41e2-af09-446e23a3b9ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10858 | 2024.11.01 06:56:47.634796 [ 285 ] {} <Debug> HTTP-Session: 88e46069-6ea5-41e2-af09-446e23a3b9ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10859 | 2024.11.01 06:56:47.634835 [ 285 ] {} <Trace> HTTP-Session: 88e46069-6ea5-41e2-af09-446e23a3b9ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10860 | 2024.11.01 06:56:47.635342 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63505) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10861 | 2024.11.01 06:56:47.635430 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <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 | ||
| 10862 | 2024.11.01 06:56:47.635968 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10863 | 2024.11.01 06:56:47.636731 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10864 | 2024.11.01 06:56:47.636766 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10865 | 2024.11.01 06:56:47.637429 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10866 | 2024.11.01 06:56:47.637848 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10867 | 2024.11.01 06:56:47.638026 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003058 sec., 12753.43361674297 rows/sec., 22.85 MiB/sec. | ||
| 10868 | 2024.11.01 06:56:47.638382 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 10869 | 2024.11.01 06:56:47.638407 [ 285 ] {d9acaee8-d6d2-4497-94b6-ed4e09b286ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 10870 | 2024.11.01 06:56:47.638423 [ 285 ] {} <Debug> HTTP-Session: 88e46069-6ea5-41e2-af09-446e23a3b9ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10871 | 2024.11.01 06:56:47.638601 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10872 | 2024.11.01 06:56:47.638670 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34545, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10873 | 2024.11.01 06:56:47.638781 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10874 | 2024.11.01 06:56:47.638818 [ 289 ] {} <Debug> HTTP-Session: a93380f5-19c2-4cea-8cc7-8c76a4262982 Authenticating user 'default' from [fd00:1122:3344:101::d]:34545 | ||
| 10875 | 2024.11.01 06:56:47.638851 [ 289 ] {} <Debug> HTTP-Session: a93380f5-19c2-4cea-8cc7-8c76a4262982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10876 | 2024.11.01 06:56:47.638879 [ 289 ] {} <Debug> HTTP-Session: a93380f5-19c2-4cea-8cc7-8c76a4262982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10877 | 2024.11.01 06:56:47.638927 [ 289 ] {} <Trace> HTTP-Session: a93380f5-19c2-4cea-8cc7-8c76a4262982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10878 | 2024.11.01 06:56:47.639071 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34545) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10879 | 2024.11.01 06:56:47.639120 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10880 | 2024.11.01 06:56:47.639278 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10881 | 2024.11.01 06:56:47.639595 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10882 | 2024.11.01 06:56:47.639631 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10883 | 2024.11.01 06:56:47.639993 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10884 | 2024.11.01 06:56:47.640318 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10885 | 2024.11.01 06:56:47.640470 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 10886 | 2024.11.01 06:56:47.640637 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10887 | 2024.11.01 06:56:47.640661 [ 289 ] {cbc14fa9-daf5-4338-b26f-0f3f10e582e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10888 | 2024.11.01 06:56:47.640676 [ 289 ] {} <Debug> HTTP-Session: a93380f5-19c2-4cea-8cc7-8c76a4262982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10889 | 2024.11.01 06:56:47.640928 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10890 | 2024.11.01 06:56:48.274492 [ 103 ] {} <Debug> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 10891 | 2024.11.01 06:56:48.274562 [ 103 ] {} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10892 | 2024.11.01 06:56:48.274589 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10893 | 2024.11.01 06:56:48.274817 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 10894 | 2024.11.01 06:56:48.275092 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10895 | 2024.11.01 06:56:48.275136 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 10896 | 2024.11.01 06:56:48.275227 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 10897 | 2024.11.01 06:56:48.275448 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 10898 | 2024.11.01 06:56:48.275720 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 10899 | 2024.11.01 06:56:48.275872 [ 186 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 10900 | 2024.11.01 06:56:48.276965 [ 195 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002293942 sec., 23540.26387763945 rows/sec., 1.96 MiB/sec. | ||
| 10901 | 2024.11.01 06:56:48.277145 [ 191 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 10902 | 2024.11.01 06:56:48.277690 [ 191 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10903 | 2024.11.01 06:56:48.277793 [ 191 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_9_2} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 10904 | 2024.11.01 06:56:48.277904 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10905 | 2024.11.01 06:56:49.625036 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10906 | 2024.11.01 06:56:49.886076 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10907 | 2024.11.01 06:56:50.049642 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10908 | 2024.11.01 06:56:50.148830 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10909 | 2024.11.01 06:56:50.384485 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10910 | 2024.11.01 06:56:50.391411 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10911 | 2024.11.01 06:56:50.402863 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10912 | 2024.11.01 06:56:50.426219 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10913 | 2024.11.01 06:56:50.434604 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10914 | 2024.11.01 06:56:50.465051 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10915 | 2024.11.01 06:56:50.478565 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10916 | 2024.11.01 06:56:50.708127 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10917 | 2024.11.01 06:56:50.710415 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10918 | 2024.11.01 06:56:50.718906 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54916, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10919 | 2024.11.01 06:56:50.720798 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10920 | 2024.11.01 06:56:50.720806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10921 | 2024.11.01 06:56:50.750222 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10922 | 2024.11.01 06:56:50.772335 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10923 | 2024.11.01 06:56:50.777478 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10924 | 2024.11.01 06:56:50.786536 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10925 | 2024.11.01 06:56:50.797005 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10926 | 2024.11.01 06:56:50.805470 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10927 | 2024.11.01 06:56:50.815830 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10928 | 2024.11.01 06:56:50.851352 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10929 | 2024.11.01 06:56:51.160336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1002 | ||
| 10930 | 2024.11.01 06:56:51.163146 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10931 | 2024.11.01 06:56:51.163194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10932 | 2024.11.01 06:56:51.164721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10933 | 2024.11.01 06:56:51.165709 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2024.11.01 06:56:51.166893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
| 10935 | 2024.11.01 06:56:52.602516 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60591, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10936 | 2024.11.01 06:56:52.602643 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10937 | 2024.11.01 06:56:52.602667 [ 298 ] {} <Debug> HTTP-Session: dd15cdd1-e042-4f1e-b681-79c9b1b22c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:60591 | ||
| 10938 | 2024.11.01 06:56:52.602691 [ 298 ] {} <Debug> HTTP-Session: dd15cdd1-e042-4f1e-b681-79c9b1b22c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10939 | 2024.11.01 06:56:52.602705 [ 298 ] {} <Debug> HTTP-Session: dd15cdd1-e042-4f1e-b681-79c9b1b22c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10940 | 2024.11.01 06:56:52.602755 [ 298 ] {} <Trace> HTTP-Session: dd15cdd1-e042-4f1e-b681-79c9b1b22c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10941 | 2024.11.01 06:56:52.602925 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60591) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10942 | 2024.11.01 06:56:52.602989 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10943 | 2024.11.01 06:56:52.603298 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10944 | 2024.11.01 06:56:52.603720 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10945 | 2024.11.01 06:56:52.603767 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10946 | 2024.11.01 06:56:52.604220 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 10947 | 2024.11.01 06:56:52.604617 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10948 | 2024.11.01 06:56:52.604766 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001891 sec., 3172.9243786356424 rows/sec., 258.73 KiB/sec. | ||
| 10949 | 2024.11.01 06:56:52.604954 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Debug> DynamicQueryHandler: Done processing query | ||
| 10950 | 2024.11.01 06:56:52.604981 [ 298 ] {18dc4ec6-fa5f-411c-93f0-8fe68eef1809} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10951 | 2024.11.01 06:56:52.604998 [ 298 ] {} <Debug> HTTP-Session: dd15cdd1-e042-4f1e-b681-79c9b1b22c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10952 | 2024.11.01 06:56:52.605168 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10953 | 2024.11.01 06:56:52.605337 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51673, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10954 | 2024.11.01 06:56:52.605471 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10955 | 2024.11.01 06:56:52.605497 [ 305 ] {} <Debug> HTTP-Session: bfafb46f-93c1-4055-9578-1a800384f796 Authenticating user 'default' from [fd00:1122:3344:101::d]:51673 | ||
| 10956 | 2024.11.01 06:56:52.605521 [ 305 ] {} <Debug> HTTP-Session: bfafb46f-93c1-4055-9578-1a800384f796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10957 | 2024.11.01 06:56:52.605536 [ 305 ] {} <Debug> HTTP-Session: bfafb46f-93c1-4055-9578-1a800384f796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10958 | 2024.11.01 06:56:52.605590 [ 305 ] {} <Trace> HTTP-Session: bfafb46f-93c1-4055-9578-1a800384f796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10959 | 2024.11.01 06:56:52.605810 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51673) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10960 | 2024.11.01 06:56:52.605887 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10961 | 2024.11.01 06:56:52.606451 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10962 | 2024.11.01 06:56:52.606980 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10963 | 2024.11.01 06:56:52.607021 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10964 | 2024.11.01 06:56:52.607442 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10965 | 2024.11.01 06:56:52.607832 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10966 | 2024.11.01 06:56:52.608011 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.002285 sec., 25820.568927789933 rows/sec., 1.98 MiB/sec. | ||
| 10967 | 2024.11.01 06:56:52.608236 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Debug> DynamicQueryHandler: Done processing query | ||
| 10968 | 2024.11.01 06:56:52.608269 [ 305 ] {ffb31ec7-835e-4266-afa8-6df201fb4263} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10969 | 2024.11.01 06:56:52.608289 [ 305 ] {} <Debug> HTTP-Session: bfafb46f-93c1-4055-9578-1a800384f796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10970 | 2024.11.01 06:56:52.608430 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60591, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10971 | 2024.11.01 06:56:52.608482 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51673, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10972 | 2024.11.01 06:56:52.608508 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10973 | 2024.11.01 06:56:52.608562 [ 298 ] {} <Debug> HTTP-Session: 7d2de4f3-aa36-48a7-a511-a2afe9552847 Authenticating user 'default' from [fd00:1122:3344:101::d]:60591 | ||
| 10974 | 2024.11.01 06:56:52.608585 [ 298 ] {} <Debug> HTTP-Session: 7d2de4f3-aa36-48a7-a511-a2afe9552847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10975 | 2024.11.01 06:56:52.608613 [ 298 ] {} <Debug> HTTP-Session: 7d2de4f3-aa36-48a7-a511-a2afe9552847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10976 | 2024.11.01 06:56:52.608673 [ 298 ] {} <Trace> HTTP-Session: 7d2de4f3-aa36-48a7-a511-a2afe9552847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10977 | 2024.11.01 06:56:52.608805 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60591) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10978 | 2024.11.01 06:56:52.608861 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10979 | 2024.11.01 06:56:52.609155 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10980 | 2024.11.01 06:56:52.609490 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10981 | 2024.11.01 06:56:52.609525 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10982 | 2024.11.01 06:56:52.609883 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10983 | 2024.11.01 06:56:52.610266 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10984 | 2024.11.01 06:56:52.610400 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 256.86 KiB/sec. | ||
| 10985 | 2024.11.01 06:56:52.610573 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Debug> DynamicQueryHandler: Done processing query | ||
| 10986 | 2024.11.01 06:56:52.610597 [ 298 ] {0d662d56-2834-497a-a617-84bb26b81585} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10987 | 2024.11.01 06:56:52.610613 [ 298 ] {} <Debug> HTTP-Session: 7d2de4f3-aa36-48a7-a511-a2afe9552847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10988 | 2024.11.01 06:56:52.610768 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10989 | 2024.11.01 06:56:52.610889 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47569, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10990 | 2024.11.01 06:56:52.610962 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10991 | 2024.11.01 06:56:52.611010 [ 305 ] {} <Debug> HTTP-Session: 40c95398-db51-44a2-8ca2-d3dc13082a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:47569 | ||
| 10992 | 2024.11.01 06:56:52.611040 [ 305 ] {} <Debug> HTTP-Session: 40c95398-db51-44a2-8ca2-d3dc13082a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10993 | 2024.11.01 06:56:52.611058 [ 305 ] {} <Debug> HTTP-Session: 40c95398-db51-44a2-8ca2-d3dc13082a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10994 | 2024.11.01 06:56:52.611098 [ 305 ] {} <Trace> HTTP-Session: 40c95398-db51-44a2-8ca2-d3dc13082a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10995 | 2024.11.01 06:56:52.611230 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47569) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10996 | 2024.11.01 06:56:52.611277 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10997 | 2024.11.01 06:56:52.611538 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10998 | 2024.11.01 06:56:52.611938 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10999 | 2024.11.01 06:56:52.611975 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11000 | 2024.11.01 06:56:52.612330 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11001 | 2024.11.01 06:56:52.612711 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11002 | 2024.11.01 06:56:52.612873 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00168 sec., 41666.666666666664 rows/sec., 3.26 MiB/sec. | ||
| 11003 | 2024.11.01 06:56:52.613046 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Debug> DynamicQueryHandler: Done processing query | ||
| 11004 | 2024.11.01 06:56:52.613070 [ 305 ] {83ad18d8-c669-407c-92fc-4cc7c45fa226} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11005 | 2024.11.01 06:56:52.613085 [ 305 ] {} <Debug> HTTP-Session: 40c95398-db51-44a2-8ca2-d3dc13082a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11006 | 2024.11.01 06:56:52.613246 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11007 | 2024.11.01 06:56:52.613366 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60969, User-Agent: (none), Length: 25073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11008 | 2024.11.01 06:56:52.613439 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11009 | 2024.11.01 06:56:52.613463 [ 298 ] {} <Debug> HTTP-Session: bcd1d30c-962c-4285-abeb-442e895c9480 Authenticating user 'default' from [fd00:1122:3344:101::d]:60969 | ||
| 11010 | 2024.11.01 06:56:52.613484 [ 298 ] {} <Debug> HTTP-Session: bcd1d30c-962c-4285-abeb-442e895c9480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11011 | 2024.11.01 06:56:52.613501 [ 298 ] {} <Debug> HTTP-Session: bcd1d30c-962c-4285-abeb-442e895c9480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11012 | 2024.11.01 06:56:52.613546 [ 298 ] {} <Trace> HTTP-Session: bcd1d30c-962c-4285-abeb-442e895c9480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11013 | 2024.11.01 06:56:52.613729 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60969) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11014 | 2024.11.01 06:56:52.613789 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11015 | 2024.11.01 06:56:52.614001 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11016 | 2024.11.01 06:56:52.614400 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11017 | 2024.11.01 06:56:52.614435 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11018 | 2024.11.01 06:56:52.614831 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11019 | 2024.11.01 06:56:52.615178 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11020 | 2024.11.01 06:56:52.615316 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001669 sec., 78490.11384062313 rows/sec., 5.46 MiB/sec. | ||
| 11021 | 2024.11.01 06:56:52.615583 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11022 | 2024.11.01 06:56:52.615642 [ 298 ] {c37ce188-5c5b-4ae7-82ee-1183a2ef039a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11023 | 2024.11.01 06:56:52.615696 [ 298 ] {} <Debug> HTTP-Session: bcd1d30c-962c-4285-abeb-442e895c9480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11024 | 2024.11.01 06:56:52.615933 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11025 | 2024.11.01 06:56:52.615951 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47569, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11026 | 2024.11.01 06:56:52.616042 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11027 | 2024.11.01 06:56:52.616066 [ 305 ] {} <Debug> HTTP-Session: 27b5bbc9-f8e0-4bcb-b834-588b47ef8b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:47569 | ||
| 11028 | 2024.11.01 06:56:52.616091 [ 305 ] {} <Debug> HTTP-Session: 27b5bbc9-f8e0-4bcb-b834-588b47ef8b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11029 | 2024.11.01 06:56:52.616107 [ 305 ] {} <Debug> HTTP-Session: 27b5bbc9-f8e0-4bcb-b834-588b47ef8b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11030 | 2024.11.01 06:56:52.616146 [ 305 ] {} <Trace> HTTP-Session: 27b5bbc9-f8e0-4bcb-b834-588b47ef8b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11031 | 2024.11.01 06:56:52.616277 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47569) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11032 | 2024.11.01 06:56:52.616323 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11033 | 2024.11.01 06:56:52.616481 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11034 | 2024.11.01 06:56:52.616791 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11035 | 2024.11.01 06:56:52.616827 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11036 | 2024.11.01 06:56:52.617198 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11037 | 2024.11.01 06:56:52.617525 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11038 | 2024.11.01 06:56:52.617693 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001464 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec. | ||
| 11039 | 2024.11.01 06:56:52.617861 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11040 | 2024.11.01 06:56:52.617884 [ 305 ] {9143bfdc-7254-4936-bf18-c13939a7e6e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11041 | 2024.11.01 06:56:52.617900 [ 305 ] {} <Debug> HTTP-Session: 27b5bbc9-f8e0-4bcb-b834-588b47ef8b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11042 | 2024.11.01 06:56:52.618080 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11043 | 2024.11.01 06:56:55.894148 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11044 | 2024.11.01 06:56:55.894218 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11045 | 2024.11.01 06:56:57.603963 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42026, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11046 | 2024.11.01 06:56:57.604106 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11047 | 2024.11.01 06:56:57.604132 [ 298 ] {} <Debug> HTTP-Session: d13c80a1-48da-4b84-9631-dbce87f58a8c Authenticating user 'default' from [fd00:1122:3344:101::d]:42026 | ||
| 11048 | 2024.11.01 06:56:57.604156 [ 298 ] {} <Debug> HTTP-Session: d13c80a1-48da-4b84-9631-dbce87f58a8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11049 | 2024.11.01 06:56:57.604170 [ 298 ] {} <Debug> HTTP-Session: d13c80a1-48da-4b84-9631-dbce87f58a8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11050 | 2024.11.01 06:56:57.604221 [ 298 ] {} <Trace> HTTP-Session: d13c80a1-48da-4b84-9631-dbce87f58a8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2024.11.01 06:56:57.604421 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42026) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11052 | 2024.11.01 06:56:57.604488 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11053 | 2024.11.01 06:56:57.604821 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11054 | 2024.11.01 06:56:57.605361 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11055 | 2024.11.01 06:56:57.605404 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11056 | 2024.11.01 06:56:57.605818 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11057 | 2024.11.01 06:56:57.606232 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11058 | 2024.11.01 06:56:57.606414 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.10 MiB/sec. | ||
| 11059 | 2024.11.01 06:56:57.606438 [ 97 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11060 | 2024.11.01 06:56:57.606550 [ 97 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11061 | 2024.11.01 06:56:57.606595 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11062 | 2024.11.01 06:56:57.606721 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Debug> DynamicQueryHandler: Done processing query | ||
| 11063 | 2024.11.01 06:56:57.606775 [ 298 ] {75baee15-5395-43a3-bf56-60e19b7a7634} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11064 | 2024.11.01 06:56:57.606807 [ 298 ] {} <Debug> HTTP-Session: d13c80a1-48da-4b84-9631-dbce87f58a8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11065 | 2024.11.01 06:56:57.606809 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 11066 | 2024.11.01 06:56:57.607063 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11067 | 2024.11.01 06:56:57.607082 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11068 | 2024.11.01 06:56:57.607193 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1417 rows starting from the beginning of the part | ||
| 11069 | 2024.11.01 06:56:57.607192 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51373, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11070 | 2024.11.01 06:56:57.607396 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 11071 | 2024.11.01 06:56:57.607421 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11072 | 2024.11.01 06:56:57.607531 [ 305 ] {} <Debug> HTTP-Session: 16d83152-7415-447c-9327-b47a50cef95d Authenticating user 'default' from [fd00:1122:3344:101::d]:51373 | ||
| 11073 | 2024.11.01 06:56:57.607640 [ 305 ] {} <Debug> HTTP-Session: 16d83152-7415-447c-9327-b47a50cef95d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11074 | 2024.11.01 06:56:57.607741 [ 305 ] {} <Debug> HTTP-Session: 16d83152-7415-447c-9327-b47a50cef95d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11075 | 2024.11.01 06:56:57.607770 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 11076 | 2024.11.01 06:56:57.607923 [ 305 ] {} <Trace> HTTP-Session: 16d83152-7415-447c-9327-b47a50cef95d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11077 | 2024.11.01 06:56:57.608073 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 267 rows starting from the beginning of the part | ||
| 11078 | 2024.11.01 06:56:57.608341 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 59 rows starting from the beginning of the part | ||
| 11079 | 2024.11.01 06:56:57.608408 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51373) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11080 | 2024.11.01 06:56:57.608578 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11081 | 2024.11.01 06:56:57.608585 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 11082 | 2024.11.01 06:56:57.609684 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11083 | 2024.11.01 06:56:57.610786 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2024.11.01 06:56:57.610872 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11085 | 2024.11.01 06:56:57.611717 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11086 | 2024.11.01 06:56:57.611974 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1917 rows, containing 5 columns (5 merged, 0 gathered) in 0.00529206 sec., 362240.79092073784 rows/sec., 31.69 MiB/sec. | ||
| 11087 | 2024.11.01 06:56:57.612312 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11088 | 2024.11.01 06:56:57.612507 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11089 | 2024.11.01 06:56:57.612865 [ 97 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11090 | 2024.11.01 06:56:57.612955 [ 97 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11091 | 2024.11.01 06:56:57.613045 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004829 sec., 13253.261544833298 rows/sec., 1.03 MiB/sec. | ||
| 11092 | 2024.11.01 06:56:57.613050 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11093 | 2024.11.01 06:56:57.613485 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 11094 | 2024.11.01 06:56:57.613724 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11095 | 2024.11.01 06:56:57.613768 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Debug> DynamicQueryHandler: Done processing query | ||
| 11096 | 2024.11.01 06:56:57.613870 [ 305 ] {f52cd1a8-e997-4788-82e4-8afe19e5ec05} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11097 | 2024.11.01 06:56:57.613900 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11098 | 2024.11.01 06:56:57.613945 [ 305 ] {} <Debug> HTTP-Session: 16d83152-7415-447c-9327-b47a50cef95d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11099 | 2024.11.01 06:56:57.613992 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 11100 | 2024.11.01 06:56:57.614036 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_66_13} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11101 | 2024.11.01 06:56:57.614180 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 11102 | 2024.11.01 06:56:57.614403 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 11103 | 2024.11.01 06:56:57.614487 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11104 | 2024.11.01 06:56:57.614580 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42502, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11105 | 2024.11.01 06:56:57.614776 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 11106 | 2024.11.01 06:56:57.614819 [ 298 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11107 | 2024.11.01 06:56:57.614934 [ 298 ] {} <Debug> HTTP-Session: f54d4141-8e0a-49d7-bdb7-27b8af4366a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42502 | ||
| 11108 | 2024.11.01 06:56:57.615110 [ 298 ] {} <Debug> HTTP-Session: f54d4141-8e0a-49d7-bdb7-27b8af4366a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11109 | 2024.11.01 06:56:57.615151 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 421 rows starting from the beginning of the part | ||
| 11110 | 2024.11.01 06:56:57.615177 [ 298 ] {} <Debug> HTTP-Session: f54d4141-8e0a-49d7-bdb7-27b8af4366a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11111 | 2024.11.01 06:56:57.615330 [ 298 ] {} <Trace> HTTP-Session: f54d4141-8e0a-49d7-bdb7-27b8af4366a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11112 | 2024.11.01 06:56:57.615434 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 70 rows starting from the beginning of the part | ||
| 11113 | 2024.11.01 06:56:57.615583 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 11114 | 2024.11.01 06:56:57.615944 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11115 | 2024.11.01 06:56:57.616107 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11116 | 2024.11.01 06:56:57.616642 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11117 | 2024.11.01 06:56:57.617743 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11118 | 2024.11.01 06:56:57.617807 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11119 | 2024.11.01 06:56:57.618692 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.005471423 sec., 293890.6386875955 rows/sec., 22.67 MiB/sec. | ||
| 11120 | 2024.11.01 06:56:57.618751 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11121 | 2024.11.01 06:56:57.618888 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11122 | 2024.11.01 06:56:57.619681 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11123 | 2024.11.01 06:56:57.619982 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11124 | 2024.11.01 06:56:57.620009 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004376 sec., 36563.07129798903 rows/sec., 2.55 MiB/sec. | ||
| 11125 | 2024.11.01 06:56:57.620020 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11126 | 2024.11.01 06:56:57.620221 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11127 | 2024.11.01 06:56:57.620333 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_66_13} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11128 | 2024.11.01 06:56:57.620357 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11129 | 2024.11.01 06:56:57.620604 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Debug> DynamicQueryHandler: Done processing query | ||
| 11130 | 2024.11.01 06:56:57.620662 [ 298 ] {e46a576d-3615-4341-bf67-86dcbfab4918} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11131 | 2024.11.01 06:56:57.620694 [ 298 ] {} <Debug> HTTP-Session: f54d4141-8e0a-49d7-bdb7-27b8af4366a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11132 | 2024.11.01 06:56:57.620701 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 11133 | 2024.11.01 06:56:57.620786 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11134 | 2024.11.01 06:56:57.620920 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11135 | 2024.11.01 06:56:57.621068 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38562, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11136 | 2024.11.01 06:56:57.621097 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11137 | 2024.11.01 06:56:57.621166 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 12220 rows starting from the beginning of the part | ||
| 11138 | 2024.11.01 06:56:57.621181 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11139 | 2024.11.01 06:56:57.621234 [ 305 ] {} <Debug> HTTP-Session: 6772e0ca-ceeb-4449-8ee9-075c6644d2f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38562 | ||
| 11140 | 2024.11.01 06:56:57.621316 [ 305 ] {} <Debug> HTTP-Session: 6772e0ca-ceeb-4449-8ee9-075c6644d2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11141 | 2024.11.01 06:56:57.621394 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11142 | 2024.11.01 06:56:57.621420 [ 305 ] {} <Debug> HTTP-Session: 6772e0ca-ceeb-4449-8ee9-075c6644d2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11143 | 2024.11.01 06:56:57.621643 [ 305 ] {} <Trace> HTTP-Session: 6772e0ca-ceeb-4449-8ee9-075c6644d2f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11144 | 2024.11.01 06:56:57.621700 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11145 | 2024.11.01 06:56:57.621886 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11146 | 2024.11.01 06:56:57.622185 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38562) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11147 | 2024.11.01 06:56:57.622240 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 131 rows starting from the beginning of the part | ||
| 11148 | 2024.11.01 06:56:57.622337 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11149 | 2024.11.01 06:56:57.622585 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11150 | 2024.11.01 06:56:57.623297 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11151 | 2024.11.01 06:56:57.623987 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2024.11.01 06:56:57.624025 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11153 | 2024.11.01 06:56:57.624559 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11154 | 2024.11.01 06:56:57.625391 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11155 | 2024.11.01 06:56:57.625702 [ 97 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 11156 | 2024.11.01 06:56:57.625815 [ 97 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2024.11.01 06:56:57.625834 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003841 sec., 15620.932048945588 rows/sec., 1.05 MiB/sec. | ||
| 11158 | 2024.11.01 06:56:57.625895 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11159 | 2024.11.01 06:56:57.626898 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11160 | 2024.11.01 06:56:57.626986 [ 305 ] {6664eec5-787a-45dc-820f-3ad4471617b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11161 | 2024.11.01 06:56:57.626976 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11162 | 2024.11.01 06:56:57.627056 [ 305 ] {} <Debug> HTTP-Session: 6772e0ca-ceeb-4449-8ee9-075c6644d2f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11163 | 2024.11.01 06:56:57.627562 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11164 | 2024.11.01 06:56:57.628013 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11165 | 2024.11.01 06:56:57.628084 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3802 rows starting from the beginning of the part | ||
| 11166 | 2024.11.01 06:56:57.628180 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11167 | 2024.11.01 06:56:57.628377 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11168 | 2024.11.01 06:56:57.628540 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11169 | 2024.11.01 06:56:57.628719 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11170 | 2024.11.01 06:56:57.628850 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11171 | 2024.11.01 06:56:57.629701 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13042 rows, containing 5 columns (5 merged, 0 gathered) in 0.009167247 sec., 1422673.5681933737 rows/sec., 97.13 MiB/sec. | ||
| 11172 | 2024.11.01 06:56:57.630060 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11173 | 2024.11.01 06:56:57.631161 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11174 | 2024.11.01 06:56:57.631371 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11175 | 2024.11.01 06:56:57.631482 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
| 11176 | 2024.11.01 06:56:57.631988 [ 194 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4100 rows, containing 4 columns (4 merged, 0 gathered) in 0.005671544 sec., 722907.2012841654 rows/sec., 47.57 MiB/sec. | ||
| 11177 | 2024.11.01 06:56:57.632488 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11178 | 2024.11.01 06:56:57.632970 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_66_13} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11179 | 2024.11.01 06:56:57.633064 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_66_13} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11180 | 2024.11.01 06:56:57.633163 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 11181 | 2024.11.01 06:56:58.942013 [ 95 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
| 11182 | 2024.11.01 06:56:58.942110 [ 95 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11183 | 2024.11.01 06:56:58.942152 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11184 | 2024.11.01 06:56:58.942523 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
| 11185 | 2024.11.01 06:56:58.942830 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11186 | 2024.11.01 06:56:58.942876 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 11187 | 2024.11.01 06:56:58.942964 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 11188 | 2024.11.01 06:56:58.943199 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 11189 | 2024.11.01 06:56:58.943409 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 11190 | 2024.11.01 06:56:58.943634 [ 200 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 11191 | 2024.11.01 06:56:58.944764 [ 199 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.002489524 sec., 8837.030693417697 rows/sec., 593.89 KiB/sec. | ||
| 11192 | 2024.11.01 06:56:58.944966 [ 199 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 11193 | 2024.11.01 06:56:58.945460 [ 199 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2024.11.01 06:56:58.945548 [ 199 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_22_5} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
| 11195 | 2024.11.01 06:56:58.945642 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 11196 | 2024.11.01 06:56:59.775473 [ 94 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11197 | 2024.11.01 06:56:59.775537 [ 94 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11198 | 2024.11.01 06:56:59.775560 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11199 | 2024.11.01 06:56:59.775766 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 11200 | 2024.11.01 06:56:59.776037 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11201 | 2024.11.01 06:56:59.776077 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 11202 | 2024.11.01 06:56:59.776153 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 11203 | 2024.11.01 06:56:59.776418 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 11204 | 2024.11.01 06:56:59.776560 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 11205 | 2024.11.01 06:56:59.776762 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 11206 | 2024.11.01 06:56:59.777828 [ 199 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002190591 sec., 57518.72439903204 rows/sec., 2.93 MiB/sec. | ||
| 11207 | 2024.11.01 06:56:59.778036 [ 199 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11208 | 2024.11.01 06:56:59.778523 [ 199 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_21_5} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11209 | 2024.11.01 06:56:59.778614 [ 199 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_21_5} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11210 | 2024.11.01 06:56:59.778716 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11211 | 2024.11.01 06:57:01.167214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1022 | ||
| 11212 | 2024.11.01 06:57:01.169972 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11213 | 2024.11.01 06:57:01.170019 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11214 | 2024.11.01 06:57:01.171584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11215 | 2024.11.01 06:57:01.172569 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11216 | 2024.11.01 06:57:01.173089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022 | ||
| 11217 | 2024.11.01 06:57:02.610084 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47596, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11218 | 2024.11.01 06:57:02.610290 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11219 | 2024.11.01 06:57:02.610336 [ 304 ] {} <Debug> HTTP-Session: ad90c154-5312-4c86-8581-242550474cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:47596 | ||
| 11220 | 2024.11.01 06:57:02.610378 [ 304 ] {} <Debug> HTTP-Session: ad90c154-5312-4c86-8581-242550474cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11221 | 2024.11.01 06:57:02.610407 [ 304 ] {} <Debug> HTTP-Session: ad90c154-5312-4c86-8581-242550474cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11222 | 2024.11.01 06:57:02.610501 [ 304 ] {} <Trace> HTTP-Session: ad90c154-5312-4c86-8581-242550474cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11223 | 2024.11.01 06:57:02.610804 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47596) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11224 | 2024.11.01 06:57:02.610872 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11225 | 2024.11.01 06:57:02.611211 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11226 | 2024.11.01 06:57:02.611830 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2024.11.01 06:57:02.611870 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11228 | 2024.11.01 06:57:02.612312 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11229 | 2024.11.01 06:57:02.612711 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2024.11.01 06:57:02.612856 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002176 sec., 122702.20588235294 rows/sec., 10.92 MiB/sec. | ||
| 11231 | 2024.11.01 06:57:02.613054 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11232 | 2024.11.01 06:57:02.613080 [ 304 ] {4749e539-c681-45a2-9060-07de5756355c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11233 | 2024.11.01 06:57:02.613096 [ 304 ] {} <Debug> HTTP-Session: ad90c154-5312-4c86-8581-242550474cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11234 | 2024.11.01 06:57:02.613300 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11235 | 2024.11.01 06:57:02.613370 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49112, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11236 | 2024.11.01 06:57:02.613504 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11237 | 2024.11.01 06:57:02.613533 [ 289 ] {} <Debug> HTTP-Session: b2cf3e82-031a-465d-b7f2-6f5a1af548d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49112 | ||
| 11238 | 2024.11.01 06:57:02.613561 [ 289 ] {} <Debug> HTTP-Session: b2cf3e82-031a-465d-b7f2-6f5a1af548d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11239 | 2024.11.01 06:57:02.613579 [ 289 ] {} <Debug> HTTP-Session: b2cf3e82-031a-465d-b7f2-6f5a1af548d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11240 | 2024.11.01 06:57:02.613643 [ 289 ] {} <Trace> HTTP-Session: b2cf3e82-031a-465d-b7f2-6f5a1af548d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11241 | 2024.11.01 06:57:02.613860 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49112) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11242 | 2024.11.01 06:57:02.613940 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11243 | 2024.11.01 06:57:02.614337 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11244 | 2024.11.01 06:57:02.614775 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2024.11.01 06:57:02.614821 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11246 | 2024.11.01 06:57:02.615241 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11247 | 2024.11.01 06:57:02.615636 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2024.11.01 06:57:02.615824 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002031 sec., 19202.363367799117 rows/sec., 1.41 MiB/sec. | ||
| 11249 | 2024.11.01 06:57:02.615839 [ 93 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 11250 | 2024.11.01 06:57:02.615964 [ 93 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2024.11.01 06:57:02.616046 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11252 | 2024.11.01 06:57:02.616152 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Debug> DynamicQueryHandler: Done processing query | ||
| 11253 | 2024.11.01 06:57:02.616218 [ 289 ] {c8be0fb9-45ff-4c04-8754-3310fae49736} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11254 | 2024.11.01 06:57:02.616276 [ 289 ] {} <Debug> HTTP-Session: b2cf3e82-031a-465d-b7f2-6f5a1af548d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11255 | 2024.11.01 06:57:02.616335 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 11256 | 2024.11.01 06:57:02.616504 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11257 | 2024.11.01 06:57:02.616655 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51536, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11258 | 2024.11.01 06:57:02.616755 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11259 | 2024.11.01 06:57:02.616830 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11260 | 2024.11.01 06:57:02.616836 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 57 rows starting from the beginning of the part | ||
| 11261 | 2024.11.01 06:57:02.616872 [ 285 ] {} <Debug> HTTP-Session: 16e060b9-dcf8-4b1a-9f40-4d4197b67947 Authenticating user 'default' from [fd00:1122:3344:101::d]:51536 | ||
| 11262 | 2024.11.01 06:57:02.616912 [ 285 ] {} <Debug> HTTP-Session: 16e060b9-dcf8-4b1a-9f40-4d4197b67947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11263 | 2024.11.01 06:57:02.616955 [ 285 ] {} <Debug> HTTP-Session: 16e060b9-dcf8-4b1a-9f40-4d4197b67947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11264 | 2024.11.01 06:57:02.617091 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 11265 | 2024.11.01 06:57:02.617140 [ 285 ] {} <Trace> HTTP-Session: 16e060b9-dcf8-4b1a-9f40-4d4197b67947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11266 | 2024.11.01 06:57:02.617347 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
| 11267 | 2024.11.01 06:57:02.617659 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 11268 | 2024.11.01 06:57:02.617664 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51536) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11269 | 2024.11.01 06:57:02.617847 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11270 | 2024.11.01 06:57:02.617907 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 11271 | 2024.11.01 06:57:02.618315 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 11272 | 2024.11.01 06:57:02.619147 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11273 | 2024.11.01 06:57:02.619986 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11274 | 2024.11.01 06:57:02.620073 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11275 | 2024.11.01 06:57:02.621247 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11276 | 2024.11.01 06:57:02.621337 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.00518145 sec., 37055.26445300061 rows/sec., 2.83 MiB/sec. | ||
| 11277 | 2024.11.01 06:57:02.621559 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 11278 | 2024.11.01 06:57:02.622217 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2024.11.01 06:57:02.622572 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005104 sec., 2742.94670846395 rows/sec., 192.10 KiB/sec. | ||
| 11280 | 2024.11.01 06:57:02.622763 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11281 | 2024.11.01 06:57:02.623143 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_34_7} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 11282 | 2024.11.01 06:57:02.623308 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11283 | 2024.11.01 06:57:02.623337 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11284 | 2024.11.01 06:57:02.623357 [ 285 ] {48567889-f464-49ae-a8a2-9bd28b62435e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11285 | 2024.11.01 06:57:02.623395 [ 285 ] {} <Debug> HTTP-Session: 16e060b9-dcf8-4b1a-9f40-4d4197b67947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11286 | 2024.11.01 06:57:02.623554 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11287 | 2024.11.01 06:57:02.623666 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38595, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11288 | 2024.11.01 06:57:02.623738 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11289 | 2024.11.01 06:57:02.623760 [ 289 ] {} <Debug> HTTP-Session: 5a10b7be-6dc2-4d1f-b876-9919e254fc21 Authenticating user 'default' from [fd00:1122:3344:101::d]:38595 | ||
| 11290 | 2024.11.01 06:57:02.623779 [ 289 ] {} <Debug> HTTP-Session: 5a10b7be-6dc2-4d1f-b876-9919e254fc21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11291 | 2024.11.01 06:57:02.623793 [ 289 ] {} <Debug> HTTP-Session: 5a10b7be-6dc2-4d1f-b876-9919e254fc21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11292 | 2024.11.01 06:57:02.623837 [ 289 ] {} <Trace> HTTP-Session: 5a10b7be-6dc2-4d1f-b876-9919e254fc21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2024.11.01 06:57:02.623950 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38595) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11294 | 2024.11.01 06:57:02.623998 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11295 | 2024.11.01 06:57:02.624250 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11296 | 2024.11.01 06:57:02.624573 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11297 | 2024.11.01 06:57:02.624610 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11298 | 2024.11.01 06:57:02.624973 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11299 | 2024.11.01 06:57:02.625342 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11300 | 2024.11.01 06:57:02.625470 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 228.56 KiB/sec. | ||
| 11301 | 2024.11.01 06:57:02.625699 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11302 | 2024.11.01 06:57:02.625723 [ 289 ] {240e2566-221e-4ea6-b116-b337a3584d5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11303 | 2024.11.01 06:57:02.625739 [ 289 ] {} <Debug> HTTP-Session: 5a10b7be-6dc2-4d1f-b876-9919e254fc21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11304 | 2024.11.01 06:57:02.626018 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51536, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11305 | 2024.11.01 06:57:02.626042 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11306 | 2024.11.01 06:57:02.626109 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11307 | 2024.11.01 06:57:02.626142 [ 285 ] {} <Debug> HTTP-Session: 42d095e3-cae5-472f-9581-fef71ec6dfec Authenticating user 'default' from [fd00:1122:3344:101::d]:51536 | ||
| 11308 | 2024.11.01 06:57:02.626178 [ 285 ] {} <Debug> HTTP-Session: 42d095e3-cae5-472f-9581-fef71ec6dfec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11309 | 2024.11.01 06:57:02.626200 [ 285 ] {} <Debug> HTTP-Session: 42d095e3-cae5-472f-9581-fef71ec6dfec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11310 | 2024.11.01 06:57:02.626248 [ 285 ] {} <Trace> HTTP-Session: 42d095e3-cae5-472f-9581-fef71ec6dfec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11311 | 2024.11.01 06:57:02.626513 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51536) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11312 | 2024.11.01 06:57:02.626562 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11313 | 2024.11.01 06:57:02.626826 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11314 | 2024.11.01 06:57:02.627446 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11315 | 2024.11.01 06:57:02.627484 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11316 | 2024.11.01 06:57:02.627878 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11317 | 2024.11.01 06:57:02.628250 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11318 | 2024.11.01 06:57:02.628387 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002019 sec., 208519.06884596334 rows/sec., 14.90 MiB/sec. | ||
| 11319 | 2024.11.01 06:57:02.628582 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11320 | 2024.11.01 06:57:02.628616 [ 285 ] {b827dc39-8100-4310-abfd-655b514d8be0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11321 | 2024.11.01 06:57:02.628646 [ 285 ] {} <Debug> HTTP-Session: 42d095e3-cae5-472f-9581-fef71ec6dfec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11322 | 2024.11.01 06:57:02.628870 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11323 | 2024.11.01 06:57:02.628950 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51574, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11324 | 2024.11.01 06:57:02.629061 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11325 | 2024.11.01 06:57:02.629161 [ 289 ] {} <Debug> HTTP-Session: 1c2c5550-c629-4ffb-a53c-b5362fca17b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51574 | ||
| 11326 | 2024.11.01 06:57:02.629195 [ 289 ] {} <Debug> HTTP-Session: 1c2c5550-c629-4ffb-a53c-b5362fca17b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11327 | 2024.11.01 06:57:02.629222 [ 289 ] {} <Debug> HTTP-Session: 1c2c5550-c629-4ffb-a53c-b5362fca17b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11328 | 2024.11.01 06:57:02.629291 [ 289 ] {} <Trace> HTTP-Session: 1c2c5550-c629-4ffb-a53c-b5362fca17b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11329 | 2024.11.01 06:57:02.629483 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51574) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11330 | 2024.11.01 06:57:02.629532 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11331 | 2024.11.01 06:57:02.629698 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11332 | 2024.11.01 06:57:02.629963 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11333 | 2024.11.01 06:57:02.629998 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11334 | 2024.11.01 06:57:02.630360 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11335 | 2024.11.01 06:57:02.630694 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11336 | 2024.11.01 06:57:02.630820 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 225.04 KiB/sec. | ||
| 11337 | 2024.11.01 06:57:02.631025 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Debug> DynamicQueryHandler: Done processing query | ||
| 11338 | 2024.11.01 06:57:02.631051 [ 289 ] {fa804c47-adfb-43e6-a500-059509b77acf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11339 | 2024.11.01 06:57:02.631067 [ 289 ] {} <Debug> HTTP-Session: 1c2c5550-c629-4ffb-a53c-b5362fca17b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11340 | 2024.11.01 06:57:02.631268 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11341 | 2024.11.01 06:57:02.631392 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58736, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11342 | 2024.11.01 06:57:02.631500 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11343 | 2024.11.01 06:57:02.631525 [ 285 ] {} <Debug> HTTP-Session: 6e562458-3e41-49f7-888c-227074c8f716 Authenticating user 'default' from [fd00:1122:3344:101::d]:58736 | ||
| 11344 | 2024.11.01 06:57:02.631546 [ 285 ] {} <Debug> HTTP-Session: 6e562458-3e41-49f7-888c-227074c8f716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11345 | 2024.11.01 06:57:02.631565 [ 285 ] {} <Debug> HTTP-Session: 6e562458-3e41-49f7-888c-227074c8f716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11346 | 2024.11.01 06:57:02.631610 [ 285 ] {} <Trace> HTTP-Session: 6e562458-3e41-49f7-888c-227074c8f716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11347 | 2024.11.01 06:57:02.631867 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58736) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11348 | 2024.11.01 06:57:02.631928 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11349 | 2024.11.01 06:57:02.632147 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11350 | 2024.11.01 06:57:02.632612 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11351 | 2024.11.01 06:57:02.632649 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11352 | 2024.11.01 06:57:02.633056 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11353 | 2024.11.01 06:57:02.633403 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11354 | 2024.11.01 06:57:02.633558 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001827 sec., 129720.85385878489 rows/sec., 8.69 MiB/sec. | ||
| 11355 | 2024.11.01 06:57:02.633781 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11356 | 2024.11.01 06:57:02.633817 [ 285 ] {ce8af386-7f9f-4efa-b66b-5a1749aa12fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11357 | 2024.11.01 06:57:02.633849 [ 285 ] {} <Debug> HTTP-Session: 6e562458-3e41-49f7-888c-227074c8f716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11358 | 2024.11.01 06:57:02.634078 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51574, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11359 | 2024.11.01 06:57:02.634100 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11360 | 2024.11.01 06:57:02.634210 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11361 | 2024.11.01 06:57:02.634280 [ 289 ] {} <Debug> HTTP-Session: 90769d88-c0e8-48fa-b3f5-4c89894a9891 Authenticating user 'default' from [fd00:1122:3344:101::d]:51574 | ||
| 11362 | 2024.11.01 06:57:02.634317 [ 289 ] {} <Debug> HTTP-Session: 90769d88-c0e8-48fa-b3f5-4c89894a9891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11363 | 2024.11.01 06:57:02.634344 [ 289 ] {} <Debug> HTTP-Session: 90769d88-c0e8-48fa-b3f5-4c89894a9891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11364 | 2024.11.01 06:57:02.634412 [ 289 ] {} <Trace> HTTP-Session: 90769d88-c0e8-48fa-b3f5-4c89894a9891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11365 | 2024.11.01 06:57:02.634543 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51574) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11366 | 2024.11.01 06:57:02.634593 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11367 | 2024.11.01 06:57:02.634757 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11368 | 2024.11.01 06:57:02.635017 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11369 | 2024.11.01 06:57:02.635052 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11370 | 2024.11.01 06:57:02.635406 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11371 | 2024.11.01 06:57:02.635741 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11372 | 2024.11.01 06:57:02.635865 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
| 11373 | 2024.11.01 06:57:02.636083 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Debug> DynamicQueryHandler: Done processing query | ||
| 11374 | 2024.11.01 06:57:02.636107 [ 289 ] {4ee4a1df-b741-4580-89ee-9dcb457d7610} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11375 | 2024.11.01 06:57:02.636123 [ 289 ] {} <Debug> HTTP-Session: 90769d88-c0e8-48fa-b3f5-4c89894a9891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11376 | 2024.11.01 06:57:02.636324 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11377 | 2024.11.01 06:57:02.636413 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46738, User-Agent: (none), Length: 65679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11378 | 2024.11.01 06:57:02.636475 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11379 | 2024.11.01 06:57:02.636496 [ 285 ] {} <Debug> HTTP-Session: 598bce0a-52cd-44f2-b402-b6676753ea6c Authenticating user 'default' from [fd00:1122:3344:101::d]:46738 | ||
| 11380 | 2024.11.01 06:57:02.636513 [ 285 ] {} <Debug> HTTP-Session: 598bce0a-52cd-44f2-b402-b6676753ea6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11381 | 2024.11.01 06:57:02.636528 [ 285 ] {} <Debug> HTTP-Session: 598bce0a-52cd-44f2-b402-b6676753ea6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11382 | 2024.11.01 06:57:02.636567 [ 285 ] {} <Trace> HTTP-Session: 598bce0a-52cd-44f2-b402-b6676753ea6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11383 | 2024.11.01 06:57:02.637029 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46738) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11384 | 2024.11.01 06:57:02.637108 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <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 | ||
| 11385 | 2024.11.01 06:57:02.637604 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11386 | 2024.11.01 06:57:02.638383 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11387 | 2024.11.01 06:57:02.638420 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11388 | 2024.11.01 06:57:02.639114 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11389 | 2024.11.01 06:57:02.639544 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11390 | 2024.11.01 06:57:02.639736 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00303 sec., 12871.287128712871 rows/sec., 23.06 MiB/sec. | ||
| 11391 | 2024.11.01 06:57:02.639739 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 11392 | 2024.11.01 06:57:02.639886 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11393 | 2024.11.01 06:57:02.639977 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11394 | 2024.11.01 06:57:02.640217 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Debug> DynamicQueryHandler: Done processing query | ||
| 11395 | 2024.11.01 06:57:02.640231 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 11396 | 2024.11.01 06:57:02.640255 [ 285 ] {f60f24ca-61ea-4d5d-8e33-b7a04c813834} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 11397 | 2024.11.01 06:57:02.640320 [ 285 ] {} <Debug> HTTP-Session: 598bce0a-52cd-44f2-b402-b6676753ea6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11398 | 2024.11.01 06:57:02.640608 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11399 | 2024.11.01 06:57:02.640636 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51574, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11400 | 2024.11.01 06:57:02.640797 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11401 | 2024.11.01 06:57:02.640842 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11402 | |||
| 11403 | (version 23.8.7.1) | ||
| 11404 | 2024.11.01 06:57:02.640891 [ 289 ] {} <Debug> HTTP-Session: ab3c8cc1-b4fa-4061-913f-9e69d0d60239 Authenticating user 'default' from [fd00:1122:3344:101::d]:51574 | ||
| 11405 | 2024.11.01 06:57:02.640976 [ 289 ] {} <Debug> HTTP-Session: ab3c8cc1-b4fa-4061-913f-9e69d0d60239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11406 | 2024.11.01 06:57:02.641030 [ 289 ] {} <Debug> HTTP-Session: ab3c8cc1-b4fa-4061-913f-9e69d0d60239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11407 | 2024.11.01 06:57:02.641154 [ 289 ] {} <Trace> HTTP-Session: ab3c8cc1-b4fa-4061-913f-9e69d0d60239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11408 | 2024.11.01 06:57:02.641184 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11409 | 2024.11.01 06:57:02.641303 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 644 rows starting from the beginning of the part | ||
| 11410 | 2024.11.01 06:57:02.641604 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51574) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11411 | 2024.11.01 06:57:02.641813 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11412 | 2024.11.01 06:57:02.641920 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 11413 | 2024.11.01 06:57:02.642745 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11414 | 2024.11.01 06:57:02.642775 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 11415 | 2024.11.01 06:57:02.643480 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 11416 | 2024.11.01 06:57:02.643889 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11417 | 2024.11.01 06:57:02.644005 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11418 | 2024.11.01 06:57:02.644152 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 11419 | 2024.11.01 06:57:02.644782 [ 201 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 11420 | 2024.11.01 06:57:02.645625 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11421 | 2024.11.01 06:57:02.646481 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11422 | 2024.11.01 06:57:02.646818 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005429 sec., 15104.07073125806 rows/sec., 982.32 KiB/sec. | ||
| 11423 | 2024.11.01 06:57:02.647031 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Debug> DynamicQueryHandler: Done processing query | ||
| 11424 | 2024.11.01 06:57:02.647063 [ 289 ] {78d87940-4f1d-4263-b862-f17e08b62a87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11425 | 2024.11.01 06:57:02.647092 [ 289 ] {} <Debug> HTTP-Session: ab3c8cc1-b4fa-4061-913f-9e69d0d60239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11426 | 2024.11.01 06:57:02.647664 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11427 | 2024.11.01 06:57:02.660054 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 839 rows, containing 19 columns (19 merged, 0 gathered) in 0.01992944 sec., 42098.52359122986 rows/sec., 75.44 MiB/sec. | ||
| 11428 | 2024.11.01 06:57:02.661370 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 11429 | 2024.11.01 06:57:02.661963 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11430 | 2024.11.01 06:57:02.662042 [ 188 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 11431 | 2024.11.01 06:57:02.662197 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 11432 | 2024.11.01 06:57:07.602827 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57442, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11433 | 2024.11.01 06:57:07.602957 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11434 | 2024.11.01 06:57:07.602985 [ 289 ] {} <Debug> HTTP-Session: 6b96d444-66e7-4515-916c-39218672babc Authenticating user 'default' from [fd00:1122:3344:101::d]:57442 | ||
| 11435 | 2024.11.01 06:57:07.603013 [ 289 ] {} <Debug> HTTP-Session: 6b96d444-66e7-4515-916c-39218672babc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11436 | 2024.11.01 06:57:07.603031 [ 289 ] {} <Debug> HTTP-Session: 6b96d444-66e7-4515-916c-39218672babc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11437 | 2024.11.01 06:57:07.603085 [ 289 ] {} <Trace> HTTP-Session: 6b96d444-66e7-4515-916c-39218672babc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11438 | 2024.11.01 06:57:07.603295 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57442) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11439 | 2024.11.01 06:57:07.603371 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11440 | 2024.11.01 06:57:07.603730 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11441 | 2024.11.01 06:57:07.604217 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11442 | 2024.11.01 06:57:07.604257 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11443 | 2024.11.01 06:57:07.604675 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11444 | 2024.11.01 06:57:07.605063 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11445 | 2024.11.01 06:57:07.605212 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec. | ||
| 11446 | 2024.11.01 06:57:07.605427 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Debug> DynamicQueryHandler: Done processing query | ||
| 11447 | 2024.11.01 06:57:07.605453 [ 289 ] {c87df17c-04c7-4ca1-9cb0-7e70e8d19358} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11448 | 2024.11.01 06:57:07.605470 [ 289 ] {} <Debug> HTTP-Session: 6b96d444-66e7-4515-916c-39218672babc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11449 | 2024.11.01 06:57:07.605657 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11450 | 2024.11.01 06:57:07.605808 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39400, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11451 | 2024.11.01 06:57:07.605872 [ 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): | ||
| 11452 | |||
| 11453 | (version 23.8.7.1) | ||
| 11454 | 2024.11.01 06:57:07.605942 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11455 | 2024.11.01 06:57:07.605978 [ 285 ] {} <Debug> HTTP-Session: 4c7668c1-bff6-49d3-b1c8-39fda13b0330 Authenticating user 'default' from [fd00:1122:3344:101::d]:39400 | ||
| 11456 | 2024.11.01 06:57:07.606003 [ 285 ] {} <Debug> HTTP-Session: 4c7668c1-bff6-49d3-b1c8-39fda13b0330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11457 | 2024.11.01 06:57:07.606018 [ 285 ] {} <Debug> HTTP-Session: 4c7668c1-bff6-49d3-b1c8-39fda13b0330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11458 | 2024.11.01 06:57:07.606073 [ 285 ] {} <Trace> HTTP-Session: 4c7668c1-bff6-49d3-b1c8-39fda13b0330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11459 | 2024.11.01 06:57:07.606284 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39400) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11460 | 2024.11.01 06:57:07.606354 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11461 | 2024.11.01 06:57:07.606706 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11462 | 2024.11.01 06:57:07.607129 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11463 | 2024.11.01 06:57:07.607170 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11464 | 2024.11.01 06:57:07.607604 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11465 | 2024.11.01 06:57:07.608002 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11466 | 2024.11.01 06:57:07.608180 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001966 sec., 32553.407934893185 rows/sec., 2.54 MiB/sec. | ||
| 11467 | 2024.11.01 06:57:07.608496 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11468 | 2024.11.01 06:57:07.608559 [ 285 ] {bf0475eb-1327-45fc-8612-b578e5536bf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11469 | 2024.11.01 06:57:07.608613 [ 285 ] {} <Debug> HTTP-Session: 4c7668c1-bff6-49d3-b1c8-39fda13b0330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11470 | 2024.11.01 06:57:07.608851 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11471 | 2024.11.01 06:57:07.608942 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59012, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11472 | 2024.11.01 06:57:07.609030 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11473 | 2024.11.01 06:57:07.609059 [ 289 ] {} <Debug> HTTP-Session: cd79ed98-e655-4729-b273-b0053b57d202 Authenticating user 'default' from [fd00:1122:3344:101::d]:59012 | ||
| 11474 | 2024.11.01 06:57:07.609083 [ 289 ] {} <Debug> HTTP-Session: cd79ed98-e655-4729-b273-b0053b57d202 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11475 | 2024.11.01 06:57:07.609100 [ 289 ] {} <Debug> HTTP-Session: cd79ed98-e655-4729-b273-b0053b57d202 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11476 | 2024.11.01 06:57:07.609181 [ 289 ] {} <Trace> HTTP-Session: cd79ed98-e655-4729-b273-b0053b57d202 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11477 | 2024.11.01 06:57:07.609386 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59012) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11478 | 2024.11.01 06:57:07.609449 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11479 | 2024.11.01 06:57:07.609666 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11480 | 2024.11.01 06:57:07.610064 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11481 | 2024.11.01 06:57:07.610100 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11482 | 2024.11.01 06:57:07.610512 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11483 | 2024.11.01 06:57:07.610854 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11484 | 2024.11.01 06:57:07.610985 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00169 sec., 75739.6449704142 rows/sec., 5.28 MiB/sec. | ||
| 11485 | 2024.11.01 06:57:07.611158 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 11486 | 2024.11.01 06:57:07.611182 [ 289 ] {bd28c571-e288-485a-8bf9-d1b61ebddebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11487 | 2024.11.01 06:57:07.611198 [ 289 ] {} <Debug> HTTP-Session: cd79ed98-e655-4729-b273-b0053b57d202 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11488 | 2024.11.01 06:57:07.611347 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11489 | 2024.11.01 06:57:07.611436 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40631, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11490 | 2024.11.01 06:57:07.611504 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11491 | 2024.11.01 06:57:07.611524 [ 285 ] {} <Debug> HTTP-Session: 0e970a86-18e1-4115-996f-17ac9d9343f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40631 | ||
| 11492 | 2024.11.01 06:57:07.611541 [ 285 ] {} <Debug> HTTP-Session: 0e970a86-18e1-4115-996f-17ac9d9343f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11493 | 2024.11.01 06:57:07.611555 [ 285 ] {} <Debug> HTTP-Session: 0e970a86-18e1-4115-996f-17ac9d9343f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11494 | 2024.11.01 06:57:07.611594 [ 285 ] {} <Trace> HTTP-Session: 0e970a86-18e1-4115-996f-17ac9d9343f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11495 | 2024.11.01 06:57:07.611731 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40631) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11496 | 2024.11.01 06:57:07.611782 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11497 | 2024.11.01 06:57:07.611946 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11498 | 2024.11.01 06:57:07.612258 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11499 | 2024.11.01 06:57:07.612295 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11500 | 2024.11.01 06:57:07.612672 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11501 | 2024.11.01 06:57:07.613017 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11502 | 2024.11.01 06:57:07.613159 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001476 sec., 32520.32520325203 rows/sec., 2.19 MiB/sec. | ||
| 11503 | 2024.11.01 06:57:07.613436 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 11504 | 2024.11.01 06:57:07.613495 [ 285 ] {69ce34c9-4255-464b-beac-6884c0a2f1a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11505 | 2024.11.01 06:57:07.613547 [ 285 ] {} <Debug> HTTP-Session: 0e970a86-18e1-4115-996f-17ac9d9343f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11506 | 2024.11.01 06:57:07.613808 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11507 | 2024.11.01 06:57:08.973574 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11508 | 2024.11.01 06:57:09.268025 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11509 | 2024.11.01 06:57:09.324405 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11510 | 2024.11.01 06:57:09.334742 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11511 | 2024.11.01 06:57:09.393141 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11512 | 2024.11.01 06:57:09.403575 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11513 | 2024.11.01 06:57:09.410950 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11514 | 2024.11.01 06:57:09.441296 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11515 | 2024.11.01 06:57:10.894491 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11516 | 2024.11.01 06:57:10.894566 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11517 | 2024.11.01 06:57:11.001266 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000881319 sec. | ||
| 11518 | 2024.11.01 06:57:11.173373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1050 | ||
| 11519 | 2024.11.01 06:57:11.176115 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11520 | 2024.11.01 06:57:11.176162 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11521 | 2024.11.01 06:57:11.177664 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11522 | 2024.11.01 06:57:11.178652 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11523 | 2024.11.01 06:57:11.179882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1050 | ||
| 11524 | 2024.11.01 06:57:12.603538 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45824, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11525 | 2024.11.01 06:57:12.603679 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11526 | 2024.11.01 06:57:12.603710 [ 285 ] {} <Debug> HTTP-Session: 50a67cf6-0933-4d08-b228-c35620d17d81 Authenticating user 'default' from [fd00:1122:3344:101::d]:45824 | ||
| 11527 | 2024.11.01 06:57:12.603737 [ 285 ] {} <Debug> HTTP-Session: 50a67cf6-0933-4d08-b228-c35620d17d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11528 | 2024.11.01 06:57:12.603754 [ 285 ] {} <Debug> HTTP-Session: 50a67cf6-0933-4d08-b228-c35620d17d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11529 | 2024.11.01 06:57:12.603806 [ 285 ] {} <Trace> HTTP-Session: 50a67cf6-0933-4d08-b228-c35620d17d81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11530 | 2024.11.01 06:57:12.604010 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45824) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11531 | 2024.11.01 06:57:12.604076 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11532 | 2024.11.01 06:57:12.604476 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11533 | 2024.11.01 06:57:12.604981 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11534 | 2024.11.01 06:57:12.605034 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11535 | 2024.11.01 06:57:12.605472 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11536 | 2024.11.01 06:57:12.605876 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2024.11.01 06:57:12.606051 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.09 MiB/sec. | ||
| 11538 | 2024.11.01 06:57:12.606281 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11539 | 2024.11.01 06:57:12.606308 [ 285 ] {687736ff-2c19-4dd3-aba7-bde343d36b8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11540 | 2024.11.01 06:57:12.606325 [ 285 ] {} <Debug> HTTP-Session: 50a67cf6-0933-4d08-b228-c35620d17d81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11541 | 2024.11.01 06:57:12.606526 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11542 | 2024.11.01 06:57:12.606603 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64406, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11543 | 2024.11.01 06:57:12.606727 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11544 | 2024.11.01 06:57:12.606754 [ 289 ] {} <Debug> HTTP-Session: 3976beb0-d0f1-492f-8208-e95e2aca7270 Authenticating user 'default' from [fd00:1122:3344:101::d]:64406 | ||
| 11545 | 2024.11.01 06:57:12.606779 [ 289 ] {} <Debug> HTTP-Session: 3976beb0-d0f1-492f-8208-e95e2aca7270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11546 | 2024.11.01 06:57:12.606794 [ 289 ] {} <Debug> HTTP-Session: 3976beb0-d0f1-492f-8208-e95e2aca7270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11547 | 2024.11.01 06:57:12.606851 [ 289 ] {} <Trace> HTTP-Session: 3976beb0-d0f1-492f-8208-e95e2aca7270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11548 | 2024.11.01 06:57:12.607071 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64406) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11549 | 2024.11.01 06:57:12.607149 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11550 | 2024.11.01 06:57:12.607548 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11551 | 2024.11.01 06:57:12.607981 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2024.11.01 06:57:12.608026 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11553 | 2024.11.01 06:57:12.608449 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11554 | 2024.11.01 06:57:12.608851 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2024.11.01 06:57:12.609036 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002038 sec., 31403.336604514232 rows/sec., 2.45 MiB/sec. | ||
| 11556 | 2024.11.01 06:57:12.609341 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11557 | 2024.11.01 06:57:12.609406 [ 289 ] {e07a9af4-5317-44a8-a801-eb299988b22d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11558 | 2024.11.01 06:57:12.609463 [ 289 ] {} <Debug> HTTP-Session: 3976beb0-d0f1-492f-8208-e95e2aca7270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11559 | 2024.11.01 06:57:12.609716 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11560 | 2024.11.01 06:57:12.609808 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53042, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11561 | 2024.11.01 06:57:12.609879 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11562 | 2024.11.01 06:57:12.609900 [ 285 ] {} <Debug> HTTP-Session: 08f73509-40d7-42dd-ad8f-5cab9d9e2e6d Authenticating user 'default' from [fd00:1122:3344:101::d]:53042 | ||
| 11563 | 2024.11.01 06:57:12.609919 [ 285 ] {} <Debug> HTTP-Session: 08f73509-40d7-42dd-ad8f-5cab9d9e2e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11564 | 2024.11.01 06:57:12.609933 [ 285 ] {} <Debug> HTTP-Session: 08f73509-40d7-42dd-ad8f-5cab9d9e2e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11565 | 2024.11.01 06:57:12.609975 [ 285 ] {} <Trace> HTTP-Session: 08f73509-40d7-42dd-ad8f-5cab9d9e2e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11566 | 2024.11.01 06:57:12.610144 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53042) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11567 | 2024.11.01 06:57:12.610199 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11568 | 2024.11.01 06:57:12.610381 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11569 | 2024.11.01 06:57:12.610785 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11570 | 2024.11.01 06:57:12.610823 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11571 | 2024.11.01 06:57:12.611228 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11572 | 2024.11.01 06:57:12.611622 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11573 | 2024.11.01 06:57:12.611767 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001702 sec., 94007.05052878967 rows/sec., 6.55 MiB/sec. | ||
| 11574 | 2024.11.01 06:57:12.612042 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Debug> DynamicQueryHandler: Done processing query | ||
| 11575 | 2024.11.01 06:57:12.612097 [ 285 ] {3a207163-039a-43a7-952a-99f24a9b9b61} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11576 | 2024.11.01 06:57:12.612159 [ 285 ] {} <Debug> HTTP-Session: 08f73509-40d7-42dd-ad8f-5cab9d9e2e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11577 | 2024.11.01 06:57:12.612393 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11578 | 2024.11.01 06:57:12.612412 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64406, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11579 | 2024.11.01 06:57:12.612512 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11580 | 2024.11.01 06:57:12.612548 [ 289 ] {} <Debug> HTTP-Session: f4e3a820-09f3-4686-9bc5-3bbb09ea0aee Authenticating user 'default' from [fd00:1122:3344:101::d]:64406 | ||
| 11581 | 2024.11.01 06:57:12.612580 [ 289 ] {} <Debug> HTTP-Session: f4e3a820-09f3-4686-9bc5-3bbb09ea0aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11582 | 2024.11.01 06:57:12.612599 [ 289 ] {} <Debug> HTTP-Session: f4e3a820-09f3-4686-9bc5-3bbb09ea0aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11583 | 2024.11.01 06:57:12.612646 [ 289 ] {} <Trace> HTTP-Session: f4e3a820-09f3-4686-9bc5-3bbb09ea0aee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11584 | 2024.11.01 06:57:12.612816 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64406) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11585 | 2024.11.01 06:57:12.612870 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11586 | 2024.11.01 06:57:12.613036 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11587 | 2024.11.01 06:57:12.613358 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11588 | 2024.11.01 06:57:12.613396 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11589 | 2024.11.01 06:57:12.613773 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11590 | 2024.11.01 06:57:12.614103 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11591 | 2024.11.01 06:57:12.614262 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 11592 | 2024.11.01 06:57:12.614541 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11593 | 2024.11.01 06:57:12.614600 [ 289 ] {22c81f40-d0b3-4a4a-b786-3dc29c291ee1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11594 | 2024.11.01 06:57:12.614655 [ 289 ] {} <Debug> HTTP-Session: f4e3a820-09f3-4686-9bc5-3bbb09ea0aee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11595 | 2024.11.01 06:57:12.614924 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11596 | 2024.11.01 06:57:17.610894 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61088, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11597 | 2024.11.01 06:57:17.611081 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11598 | 2024.11.01 06:57:17.611105 [ 289 ] {} <Debug> HTTP-Session: 82e2248f-03f7-4977-9bf4-08d03018295a Authenticating user 'default' from [fd00:1122:3344:101::d]:61088 | ||
| 11599 | 2024.11.01 06:57:17.611130 [ 289 ] {} <Debug> HTTP-Session: 82e2248f-03f7-4977-9bf4-08d03018295a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11600 | 2024.11.01 06:57:17.611144 [ 289 ] {} <Debug> HTTP-Session: 82e2248f-03f7-4977-9bf4-08d03018295a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11601 | 2024.11.01 06:57:17.611194 [ 289 ] {} <Trace> HTTP-Session: 82e2248f-03f7-4977-9bf4-08d03018295a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11602 | 2024.11.01 06:57:17.611474 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11603 | 2024.11.01 06:57:17.611548 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11604 | 2024.11.01 06:57:17.611882 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11605 | 2024.11.01 06:57:17.612493 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11606 | 2024.11.01 06:57:17.612542 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11607 | 2024.11.01 06:57:17.612986 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11608 | 2024.11.01 06:57:17.613371 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11609 | 2024.11.01 06:57:17.613553 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002213 sec., 120650.70040668774 rows/sec., 10.74 MiB/sec. | ||
| 11610 | 2024.11.01 06:57:17.613898 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11611 | 2024.11.01 06:57:17.613961 [ 289 ] {bba5406c-7df1-4ccc-a0c0-6b5445e879b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11612 | 2024.11.01 06:57:17.614024 [ 289 ] {} <Debug> HTTP-Session: 82e2248f-03f7-4977-9bf4-08d03018295a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11613 | 2024.11.01 06:57:17.614286 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11614 | 2024.11.01 06:57:17.614437 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45328, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11615 | 2024.11.01 06:57:17.614556 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11616 | 2024.11.01 06:57:17.614580 [ 285 ] {} <Debug> HTTP-Session: 13c85ae0-0889-491f-b0d7-b5d1916e43cb Authenticating user 'default' from [fd00:1122:3344:101::d]:45328 | ||
| 11617 | 2024.11.01 06:57:17.614605 [ 285 ] {} <Debug> HTTP-Session: 13c85ae0-0889-491f-b0d7-b5d1916e43cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11618 | 2024.11.01 06:57:17.614619 [ 285 ] {} <Debug> HTTP-Session: 13c85ae0-0889-491f-b0d7-b5d1916e43cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11619 | 2024.11.01 06:57:17.614673 [ 285 ] {} <Trace> HTTP-Session: 13c85ae0-0889-491f-b0d7-b5d1916e43cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11620 | 2024.11.01 06:57:17.614867 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45328) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11621 | 2024.11.01 06:57:17.614934 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11622 | 2024.11.01 06:57:17.615271 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11623 | 2024.11.01 06:57:17.615638 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11624 | 2024.11.01 06:57:17.615675 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11625 | 2024.11.01 06:57:17.616065 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11626 | 2024.11.01 06:57:17.616506 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11627 | 2024.11.01 06:57:17.616671 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001867 sec., 20889.126941617567 rows/sec., 1.53 MiB/sec. | ||
| 11628 | 2024.11.01 06:57:17.616874 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11629 | 2024.11.01 06:57:17.616900 [ 285 ] {9dcc224d-601e-4e76-b1a3-48a29a3488f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11630 | 2024.11.01 06:57:17.616917 [ 285 ] {} <Debug> HTTP-Session: 13c85ae0-0889-491f-b0d7-b5d1916e43cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11631 | 2024.11.01 06:57:17.617159 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11632 | 2024.11.01 06:57:17.617238 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11633 | 2024.11.01 06:57:17.617365 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11634 | 2024.11.01 06:57:17.617407 [ 289 ] {} <Debug> HTTP-Session: 506442f3-520c-4797-bdc9-fddd97c38f45 Authenticating user 'default' from [fd00:1122:3344:101::d]:45529 | ||
| 11635 | 2024.11.01 06:57:17.617445 [ 289 ] {} <Debug> HTTP-Session: 506442f3-520c-4797-bdc9-fddd97c38f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11636 | 2024.11.01 06:57:17.617473 [ 289 ] {} <Debug> HTTP-Session: 506442f3-520c-4797-bdc9-fddd97c38f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11637 | 2024.11.01 06:57:17.617546 [ 289 ] {} <Trace> HTTP-Session: 506442f3-520c-4797-bdc9-fddd97c38f45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11638 | 2024.11.01 06:57:17.617765 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45529) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11639 | 2024.11.01 06:57:17.617857 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11640 | 2024.11.01 06:57:17.618207 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11641 | 2024.11.01 06:57:17.618537 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11642 | 2024.11.01 06:57:17.618575 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11643 | 2024.11.01 06:57:17.618944 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11644 | 2024.11.01 06:57:17.619304 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11645 | 2024.11.01 06:57:17.619475 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001777 sec., 7878.446820483962 rows/sec., 551.76 KiB/sec. | ||
| 11646 | 2024.11.01 06:57:17.620215 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11647 | 2024.11.01 06:57:17.620241 [ 289 ] {e3f26af9-d5b7-4ea9-982b-ea50240fa22e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11648 | 2024.11.01 06:57:17.620257 [ 289 ] {} <Debug> HTTP-Session: 506442f3-520c-4797-bdc9-fddd97c38f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11649 | 2024.11.01 06:57:17.620448 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11650 | 2024.11.01 06:57:17.620521 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49951, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11651 | 2024.11.01 06:57:17.620582 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11652 | 2024.11.01 06:57:17.620601 [ 285 ] {} <Debug> HTTP-Session: cbd5f95c-bb21-47e2-ba6d-19fbd6be4a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:49951 | ||
| 11653 | 2024.11.01 06:57:17.620620 [ 285 ] {} <Debug> HTTP-Session: cbd5f95c-bb21-47e2-ba6d-19fbd6be4a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11654 | 2024.11.01 06:57:17.620634 [ 285 ] {} <Debug> HTTP-Session: cbd5f95c-bb21-47e2-ba6d-19fbd6be4a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11655 | 2024.11.01 06:57:17.620673 [ 285 ] {} <Trace> HTTP-Session: cbd5f95c-bb21-47e2-ba6d-19fbd6be4a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11656 | 2024.11.01 06:57:17.620782 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49951) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11657 | 2024.11.01 06:57:17.620828 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11658 | 2024.11.01 06:57:17.621071 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11659 | 2024.11.01 06:57:17.621389 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11660 | 2024.11.01 06:57:17.621425 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11661 | 2024.11.01 06:57:17.621792 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11662 | 2024.11.01 06:57:17.622155 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11663 | 2024.11.01 06:57:17.622313 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 228.41 KiB/sec. | ||
| 11664 | 2024.11.01 06:57:17.622876 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Debug> DynamicQueryHandler: Done processing query | ||
| 11665 | 2024.11.01 06:57:17.622936 [ 285 ] {f72954fc-07a2-4344-a189-8f9f1c47f196} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11666 | 2024.11.01 06:57:17.622975 [ 285 ] {} <Debug> HTTP-Session: cbd5f95c-bb21-47e2-ba6d-19fbd6be4a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11667 | 2024.11.01 06:57:17.623255 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11668 | 2024.11.01 06:57:17.623314 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11669 | 2024.11.01 06:57:17.623397 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11670 | 2024.11.01 06:57:17.623423 [ 289 ] {} <Debug> HTTP-Session: 9b7ea632-fb4e-48db-83cc-22e2da6f0af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45529 | ||
| 11671 | 2024.11.01 06:57:17.623446 [ 289 ] {} <Debug> HTTP-Session: 9b7ea632-fb4e-48db-83cc-22e2da6f0af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11672 | 2024.11.01 06:57:17.623464 [ 289 ] {} <Debug> HTTP-Session: 9b7ea632-fb4e-48db-83cc-22e2da6f0af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11673 | 2024.11.01 06:57:17.623511 [ 289 ] {} <Trace> HTTP-Session: 9b7ea632-fb4e-48db-83cc-22e2da6f0af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11674 | 2024.11.01 06:57:17.623778 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45529) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11675 | 2024.11.01 06:57:17.623835 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11676 | 2024.11.01 06:57:17.624120 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11677 | 2024.11.01 06:57:17.624700 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11678 | 2024.11.01 06:57:17.624737 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11679 | 2024.11.01 06:57:17.625117 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11680 | 2024.11.01 06:57:17.625489 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11681 | 2024.11.01 06:57:17.625635 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001997 sec., 210816.22433650476 rows/sec., 15.06 MiB/sec. | ||
| 11682 | 2024.11.01 06:57:17.625818 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11683 | 2024.11.01 06:57:17.625842 [ 289 ] {5c63b3c7-7b40-4269-8ccd-15b7a40a215d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11684 | 2024.11.01 06:57:17.625858 [ 289 ] {} <Debug> HTTP-Session: 9b7ea632-fb4e-48db-83cc-22e2da6f0af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11685 | 2024.11.01 06:57:17.626048 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11686 | 2024.11.01 06:57:17.626199 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50568, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11687 | 2024.11.01 06:57:17.626267 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11688 | 2024.11.01 06:57:17.626291 [ 285 ] {} <Debug> HTTP-Session: 995d853f-2e0d-4db3-a817-f06dc1b83ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:50568 | ||
| 11689 | 2024.11.01 06:57:17.626312 [ 285 ] {} <Debug> HTTP-Session: 995d853f-2e0d-4db3-a817-f06dc1b83ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11690 | 2024.11.01 06:57:17.626329 [ 285 ] {} <Debug> HTTP-Session: 995d853f-2e0d-4db3-a817-f06dc1b83ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11691 | 2024.11.01 06:57:17.626374 [ 285 ] {} <Trace> HTTP-Session: 995d853f-2e0d-4db3-a817-f06dc1b83ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.11.01 06:57:17.626502 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50568) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11693 | 2024.11.01 06:57:17.626560 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11694 | 2024.11.01 06:57:17.626755 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11695 | 2024.11.01 06:57:17.627128 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2024.11.01 06:57:17.627163 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11697 | 2024.11.01 06:57:17.627526 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11698 | 2024.11.01 06:57:17.627862 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11699 | 2024.11.01 06:57:17.627988 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 205.96 KiB/sec. | ||
| 11700 | 2024.11.01 06:57:17.628156 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11701 | 2024.11.01 06:57:17.628181 [ 285 ] {fe0d6b0e-439f-4c02-8422-88220dd13a8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11702 | 2024.11.01 06:57:17.628197 [ 285 ] {} <Debug> HTTP-Session: 995d853f-2e0d-4db3-a817-f06dc1b83ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11703 | 2024.11.01 06:57:17.628397 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50568, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11704 | 2024.11.01 06:57:17.628457 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11705 | 2024.11.01 06:57:17.628552 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11706 | 2024.11.01 06:57:17.628578 [ 289 ] {} <Debug> HTTP-Session: 8c2648b4-e111-4f8c-b72e-1a1b040be2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:45529 | ||
| 11707 | 2024.11.01 06:57:17.628599 [ 289 ] {} <Debug> HTTP-Session: 8c2648b4-e111-4f8c-b72e-1a1b040be2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11708 | 2024.11.01 06:57:17.628615 [ 289 ] {} <Debug> HTTP-Session: 8c2648b4-e111-4f8c-b72e-1a1b040be2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11709 | 2024.11.01 06:57:17.628656 [ 289 ] {} <Trace> HTTP-Session: 8c2648b4-e111-4f8c-b72e-1a1b040be2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11710 | 2024.11.01 06:57:17.628888 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45529) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11711 | 2024.11.01 06:57:17.628948 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11712 | 2024.11.01 06:57:17.629139 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11713 | 2024.11.01 06:57:17.629580 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11714 | 2024.11.01 06:57:17.629616 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11715 | 2024.11.01 06:57:17.630007 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11716 | 2024.11.01 06:57:17.630344 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11717 | 2024.11.01 06:57:17.630505 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001736 sec., 136520.73732718895 rows/sec., 9.15 MiB/sec. | ||
| 11718 | 2024.11.01 06:57:17.630789 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11719 | 2024.11.01 06:57:17.630849 [ 289 ] {4576c984-5d1d-40e9-b889-a9b41cb2fce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11720 | 2024.11.01 06:57:17.630908 [ 289 ] {} <Debug> HTTP-Session: 8c2648b4-e111-4f8c-b72e-1a1b040be2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11721 | 2024.11.01 06:57:17.631157 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11722 | 2024.11.01 06:57:17.631244 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34051, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11723 | 2024.11.01 06:57:17.631310 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11724 | 2024.11.01 06:57:17.631333 [ 285 ] {} <Debug> HTTP-Session: 4f38a4b2-7904-435e-b8e5-fd914763342b Authenticating user 'default' from [fd00:1122:3344:101::d]:34051 | ||
| 11725 | 2024.11.01 06:57:17.631354 [ 285 ] {} <Debug> HTTP-Session: 4f38a4b2-7904-435e-b8e5-fd914763342b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11726 | 2024.11.01 06:57:17.631371 [ 285 ] {} <Debug> HTTP-Session: 4f38a4b2-7904-435e-b8e5-fd914763342b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11727 | 2024.11.01 06:57:17.631413 [ 285 ] {} <Trace> HTTP-Session: 4f38a4b2-7904-435e-b8e5-fd914763342b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11728 | 2024.11.01 06:57:17.631536 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34051) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11729 | 2024.11.01 06:57:17.631593 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11730 | 2024.11.01 06:57:17.631775 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11731 | 2024.11.01 06:57:17.632090 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11732 | 2024.11.01 06:57:17.632125 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11733 | 2024.11.01 06:57:17.632490 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11734 | 2024.11.01 06:57:17.632821 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2024.11.01 06:57:17.632953 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
| 11736 | 2024.11.01 06:57:17.633113 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Debug> DynamicQueryHandler: Done processing query | ||
| 11737 | 2024.11.01 06:57:17.633138 [ 285 ] {1f088d18-ec2f-412e-a57c-2917feef3f81} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11738 | 2024.11.01 06:57:17.633153 [ 285 ] {} <Debug> HTTP-Session: 4f38a4b2-7904-435e-b8e5-fd914763342b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11739 | 2024.11.01 06:57:17.633329 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11740 | 2024.11.01 06:57:17.633387 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Length: 65685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11741 | 2024.11.01 06:57:17.633474 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11742 | 2024.11.01 06:57:17.633503 [ 289 ] {} <Debug> HTTP-Session: a4f4536f-9289-436a-9605-a8595f2f294e Authenticating user 'default' from [fd00:1122:3344:101::d]:45529 | ||
| 11743 | 2024.11.01 06:57:17.633524 [ 289 ] {} <Debug> HTTP-Session: a4f4536f-9289-436a-9605-a8595f2f294e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11744 | 2024.11.01 06:57:17.633541 [ 289 ] {} <Debug> HTTP-Session: a4f4536f-9289-436a-9605-a8595f2f294e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11745 | 2024.11.01 06:57:17.633585 [ 289 ] {} <Trace> HTTP-Session: a4f4536f-9289-436a-9605-a8595f2f294e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11746 | 2024.11.01 06:57:17.634293 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45529) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11747 | 2024.11.01 06:57:17.634371 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <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 | ||
| 11748 | 2024.11.01 06:57:17.634862 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11749 | 2024.11.01 06:57:17.635639 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11750 | 2024.11.01 06:57:17.635675 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11751 | 2024.11.01 06:57:17.636333 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11752 | 2024.11.01 06:57:17.636746 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11753 | 2024.11.01 06:57:17.636941 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003241 sec., 12033.32304844184 rows/sec., 21.56 MiB/sec. | ||
| 11754 | 2024.11.01 06:57:17.637344 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Debug> DynamicQueryHandler: Done processing query | ||
| 11755 | 2024.11.01 06:57:17.637368 [ 289 ] {dab60601-466a-4477-a35e-cd7e7893e289} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 11756 | 2024.11.01 06:57:17.637384 [ 289 ] {} <Debug> HTTP-Session: a4f4536f-9289-436a-9605-a8595f2f294e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11757 | 2024.11.01 06:57:17.637551 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11758 | 2024.11.01 06:57:17.637682 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35326, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11759 | 2024.11.01 06:57:17.637752 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11760 | 2024.11.01 06:57:17.637773 [ 285 ] {} <Debug> HTTP-Session: fbaf1b99-a4fc-4d32-9119-ce063cb87812 Authenticating user 'default' from [fd00:1122:3344:101::d]:35326 | ||
| 11761 | 2024.11.01 06:57:17.637793 [ 285 ] {} <Debug> HTTP-Session: fbaf1b99-a4fc-4d32-9119-ce063cb87812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11762 | 2024.11.01 06:57:17.637808 [ 285 ] {} <Debug> HTTP-Session: fbaf1b99-a4fc-4d32-9119-ce063cb87812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11763 | 2024.11.01 06:57:17.637847 [ 285 ] {} <Trace> HTTP-Session: fbaf1b99-a4fc-4d32-9119-ce063cb87812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11764 | 2024.11.01 06:57:17.638018 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35326) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11765 | 2024.11.01 06:57:17.638071 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11766 | 2024.11.01 06:57:17.638239 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11767 | 2024.11.01 06:57:17.638605 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11768 | 2024.11.01 06:57:17.638645 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11769 | 2024.11.01 06:57:17.639024 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11770 | 2024.11.01 06:57:17.639360 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11771 | 2024.11.01 06:57:17.639495 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 11772 | 2024.11.01 06:57:17.639665 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Debug> DynamicQueryHandler: Done processing query | ||
| 11773 | 2024.11.01 06:57:17.639689 [ 285 ] {446e9072-f567-4702-aec8-7fe40bb0bf93} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11774 | 2024.11.01 06:57:17.639705 [ 285 ] {} <Debug> HTTP-Session: fbaf1b99-a4fc-4d32-9119-ce063cb87812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11775 | 2024.11.01 06:57:17.640015 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11776 | 2024.11.01 06:57:19.634787 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11777 | 2024.11.01 06:57:19.904486 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11778 | 2024.11.01 06:57:20.062283 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11779 | 2024.11.01 06:57:20.169396 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11780 | 2024.11.01 06:57:20.398848 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11781 | 2024.11.01 06:57:20.399194 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11782 | 2024.11.01 06:57:20.409744 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11783 | 2024.11.01 06:57:20.439841 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11784 | 2024.11.01 06:57:20.444402 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65304, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11785 | 2024.11.01 06:57:20.481642 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11786 | 2024.11.01 06:57:20.482863 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11787 | 2024.11.01 06:57:20.715507 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11788 | 2024.11.01 06:57:20.720971 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11789 | 2024.11.01 06:57:20.724270 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11790 | 2024.11.01 06:57:20.728472 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11791 | 2024.11.01 06:57:20.729508 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45415, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11792 | 2024.11.01 06:57:20.768798 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11793 | 2024.11.01 06:57:20.790711 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11794 | 2024.11.01 06:57:20.799994 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11795 | 2024.11.01 06:57:20.803296 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11796 | 2024.11.01 06:57:20.812591 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11797 | 2024.11.01 06:57:20.814959 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11798 | 2024.11.01 06:57:20.831460 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11799 | 2024.11.01 06:57:20.870900 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11800 | 2024.11.01 06:57:21.180204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1078 | ||
| 11801 | 2024.11.01 06:57:21.183070 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11802 | 2024.11.01 06:57:21.183125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11803 | 2024.11.01 06:57:21.184589 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11804 | 2024.11.01 06:57:21.185563 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11805 | 2024.11.01 06:57:21.185809 [ 44 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11806 | 2024.11.01 06:57:21.185952 [ 44 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11807 | 2024.11.01 06:57:21.186048 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11808 | 2024.11.01 06:57:21.186933 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 11809 | 2024.11.01 06:57:21.188882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1078 | ||
| 11810 | 2024.11.01 06:57:21.189564 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11811 | 2024.11.01 06:57:21.189734 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 942 rows starting from the beginning of the part | ||
| 11812 | 2024.11.01 06:57:21.190424 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 11813 | 2024.11.01 06:57:21.191040 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 11814 | 2024.11.01 06:57:21.191561 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 11815 | 2024.11.01 06:57:21.192064 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
| 11816 | 2024.11.01 06:57:21.192541 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 11817 | 2024.11.01 06:57:21.200573 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1078 rows, containing 72 columns (72 merged, 0 gathered) in 0.014348886 sec., 75127.78343907674 rows/sec., 52.54 MiB/sec. | ||
| 11818 | 2024.11.01 06:57:21.202001 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11819 | 2024.11.01 06:57:21.203656 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11820 | 2024.11.01 06:57:21.203741 [ 198 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_36_7} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11821 | 2024.11.01 06:57:21.204044 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
| 11822 | 2024.11.01 06:57:22.602037 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11823 | 2024.11.01 06:57:22.602165 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11824 | 2024.11.01 06:57:22.602189 [ 289 ] {} <Debug> HTTP-Session: 63f9f5e7-01ca-43ae-9775-99fe0a592f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:45529 | ||
| 11825 | 2024.11.01 06:57:22.602213 [ 289 ] {} <Debug> HTTP-Session: 63f9f5e7-01ca-43ae-9775-99fe0a592f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11826 | 2024.11.01 06:57:22.602227 [ 289 ] {} <Debug> HTTP-Session: 63f9f5e7-01ca-43ae-9775-99fe0a592f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11827 | 2024.11.01 06:57:22.602278 [ 289 ] {} <Trace> HTTP-Session: 63f9f5e7-01ca-43ae-9775-99fe0a592f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11828 | 2024.11.01 06:57:22.602483 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45529) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11829 | 2024.11.01 06:57:22.602558 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11830 | 2024.11.01 06:57:22.602889 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11831 | 2024.11.01 06:57:22.603339 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11832 | 2024.11.01 06:57:22.603382 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11833 | 2024.11.01 06:57:22.603787 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11834 | 2024.11.01 06:57:22.604170 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11835 | 2024.11.01 06:57:22.604338 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. | ||
| 11836 | 2024.11.01 06:57:22.604373 [ 31 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11837 | 2024.11.01 06:57:22.604492 [ 31 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11838 | 2024.11.01 06:57:22.604538 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11839 | 2024.11.01 06:57:22.604682 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11840 | 2024.11.01 06:57:22.604753 [ 289 ] {56fed0cc-7d8c-4af5-bace-04e2480dfa9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11841 | 2024.11.01 06:57:22.604823 [ 289 ] {} <Debug> HTTP-Session: 63f9f5e7-01ca-43ae-9775-99fe0a592f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11842 | 2024.11.01 06:57:22.604884 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 11843 | 2024.11.01 06:57:22.605210 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11844 | 2024.11.01 06:57:22.605333 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64240, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11845 | 2024.11.01 06:57:22.605600 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11846 | 2024.11.01 06:57:22.605747 [ 286 ] {} <Debug> HTTP-Session: 1d28bb2d-5dcf-475c-bf4b-c937c7fd8273 Authenticating user 'default' from [fd00:1122:3344:101::d]:64240 | ||
| 11847 | 2024.11.01 06:57:22.605782 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11848 | 2024.11.01 06:57:22.605853 [ 286 ] {} <Debug> HTTP-Session: 1d28bb2d-5dcf-475c-bf4b-c937c7fd8273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11849 | 2024.11.01 06:57:22.605933 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1417 rows starting from the beginning of the part | ||
| 11850 | 2024.11.01 06:57:22.605953 [ 286 ] {} <Debug> HTTP-Session: 1d28bb2d-5dcf-475c-bf4b-c937c7fd8273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11851 | 2024.11.01 06:57:22.606122 [ 286 ] {} <Trace> HTTP-Session: 1d28bb2d-5dcf-475c-bf4b-c937c7fd8273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11852 | 2024.11.01 06:57:22.606341 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 267 rows starting from the beginning of the part | ||
| 11853 | 2024.11.01 06:57:22.606605 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 11854 | 2024.11.01 06:57:22.606610 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64240) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11855 | 2024.11.01 06:57:22.606806 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11856 | 2024.11.01 06:57:22.606902 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 11857 | 2024.11.01 06:57:22.607288 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 267 rows starting from the beginning of the part | ||
| 11858 | 2024.11.01 06:57:22.607616 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 11859 | 2024.11.01 06:57:22.608307 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11860 | 2024.11.01 06:57:22.608982 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11861 | 2024.11.01 06:57:22.609034 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11862 | 2024.11.01 06:57:22.609676 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11863 | 2024.11.01 06:57:22.609953 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2119 rows, containing 5 columns (5 merged, 0 gathered) in 0.005319191 sec., 398368.84969913657 rows/sec., 35.21 MiB/sec. | ||
| 11864 | 2024.11.01 06:57:22.610162 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11865 | 2024.11.01 06:57:22.610304 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11866 | 2024.11.01 06:57:22.610665 [ 31 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11867 | 2024.11.01 06:57:22.610691 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004236 sec., 15108.59301227573 rows/sec., 1.18 MiB/sec. | ||
| 11868 | 2024.11.01 06:57:22.610766 [ 31 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11869 | 2024.11.01 06:57:22.610869 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11870 | 2024.11.01 06:57:22.611019 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11871 | 2024.11.01 06:57:22.611171 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 11872 | 2024.11.01 06:57:22.611244 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_71_14} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11873 | 2024.11.01 06:57:22.611282 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Debug> DynamicQueryHandler: Done processing query | ||
| 11874 | 2024.11.01 06:57:22.611357 [ 286 ] {2ff3c828-27fd-4b6c-9b63-4b467d33ecef} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11875 | 2024.11.01 06:57:22.611401 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11876 | 2024.11.01 06:57:22.611411 [ 286 ] {} <Debug> HTTP-Session: 1d28bb2d-5dcf-475c-bf4b-c937c7fd8273 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11877 | 2024.11.01 06:57:22.611469 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11878 | 2024.11.01 06:57:22.611500 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 11879 | 2024.11.01 06:57:22.611620 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 421 rows starting from the beginning of the part | ||
| 11880 | 2024.11.01 06:57:22.611773 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11881 | 2024.11.01 06:57:22.611965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37992, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11882 | 2024.11.01 06:57:22.612030 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 11883 | 2024.11.01 06:57:22.612174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11884 | 2024.11.01 06:57:22.612280 [ 3 ] {} <Debug> HTTP-Session: db58d1f8-38f0-4a58-8fc1-7e1fc3c33ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37992 | ||
| 11885 | 2024.11.01 06:57:22.612355 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 11886 | 2024.11.01 06:57:22.612368 [ 3 ] {} <Debug> HTTP-Session: db58d1f8-38f0-4a58-8fc1-7e1fc3c33ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11887 | 2024.11.01 06:57:22.612428 [ 3 ] {} <Debug> HTTP-Session: db58d1f8-38f0-4a58-8fc1-7e1fc3c33ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11888 | 2024.11.01 06:57:22.612571 [ 3 ] {} <Trace> HTTP-Session: db58d1f8-38f0-4a58-8fc1-7e1fc3c33ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11889 | 2024.11.01 06:57:22.612685 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 421 rows starting from the beginning of the part | ||
| 11890 | 2024.11.01 06:57:22.612878 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 11891 | 2024.11.01 06:57:22.613081 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37992) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11892 | 2024.11.01 06:57:22.613282 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11893 | 2024.11.01 06:57:22.613915 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11894 | 2024.11.01 06:57:22.614943 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11895 | 2024.11.01 06:57:22.615016 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11896 | 2024.11.01 06:57:22.616059 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005051718 sec., 385413.4375671801 rows/sec., 29.49 MiB/sec. | ||
| 11897 | 2024.11.01 06:57:22.616132 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11898 | 2024.11.01 06:57:22.616295 [ 189 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11899 | 2024.11.01 06:57:22.616678 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11900 | 2024.11.01 06:57:22.616971 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11901 | 2024.11.01 06:57:22.616992 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004151 sec., 30835.943146229823 rows/sec., 2.15 MiB/sec. | ||
| 11902 | 2024.11.01 06:57:22.617038 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11903 | 2024.11.01 06:57:22.617163 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11904 | 2024.11.01 06:57:22.617267 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11905 | 2024.11.01 06:57:22.617613 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11906 | 2024.11.01 06:57:22.617659 [ 187 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_71_14} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11907 | 2024.11.01 06:57:22.617794 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Debug> DynamicQueryHandler: Done processing query | ||
| 11908 | 2024.11.01 06:57:22.617933 [ 3 ] {51caf805-c6c8-455f-afa0-b1134a014623} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11909 | 2024.11.01 06:57:22.617982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11910 | 2024.11.01 06:57:22.618021 [ 3 ] {} <Debug> HTTP-Session: db58d1f8-38f0-4a58-8fc1-7e1fc3c33ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11911 | 2024.11.01 06:57:22.618116 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11912 | 2024.11.01 06:57:22.618156 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 13042 rows starting from the beginning of the part | ||
| 11913 | 2024.11.01 06:57:22.618269 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11914 | 2024.11.01 06:57:22.618390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11915 | 2024.11.01 06:57:22.618495 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46374, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11916 | 2024.11.01 06:57:22.618736 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11917 | 2024.11.01 06:57:22.618768 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 128 rows starting from the beginning of the part | ||
| 11918 | 2024.11.01 06:57:22.618847 [ 286 ] {} <Debug> HTTP-Session: 2ea798e5-8ee3-44eb-b63a-533471654435 Authenticating user 'default' from [fd00:1122:3344:101::d]:46374 | ||
| 11919 | 2024.11.01 06:57:22.618944 [ 286 ] {} <Debug> HTTP-Session: 2ea798e5-8ee3-44eb-b63a-533471654435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11920 | 2024.11.01 06:57:22.619031 [ 286 ] {} <Debug> HTTP-Session: 2ea798e5-8ee3-44eb-b63a-533471654435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11921 | 2024.11.01 06:57:22.619133 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11922 | 2024.11.01 06:57:22.619169 [ 286 ] {} <Trace> HTTP-Session: 2ea798e5-8ee3-44eb-b63a-533471654435 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11923 | 2024.11.01 06:57:22.619274 [ 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): | ||
| 11924 | |||
| 11925 | (version 23.8.7.1) | ||
| 11926 | 2024.11.01 06:57:22.619486 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 11927 | 2024.11.01 06:57:22.619584 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46374) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11928 | 2024.11.01 06:57:22.619747 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11929 | 2024.11.01 06:57:22.619748 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 11930 | 2024.11.01 06:57:22.620492 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11931 | 2024.11.01 06:57:22.620938 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11932 | 2024.11.01 06:57:22.621028 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11933 | 2024.11.01 06:57:22.621451 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11934 | 2024.11.01 06:57:22.621834 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11935 | 2024.11.01 06:57:22.622073 [ 31 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11936 | 2024.11.01 06:57:22.622096 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002669 sec., 17984.26376920195 rows/sec., 1.21 MiB/sec. | ||
| 11937 | 2024.11.01 06:57:22.622177 [ 31 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11938 | 2024.11.01 06:57:22.622278 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11939 | 2024.11.01 06:57:22.622799 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11940 | 2024.11.01 06:57:22.622875 [ 286 ] {b4fbf357-6594-44f8-b907-5cbf3a2d56e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11941 | 2024.11.01 06:57:22.622916 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11942 | 2024.11.01 06:57:22.622968 [ 286 ] {} <Debug> HTTP-Session: 2ea798e5-8ee3-44eb-b63a-533471654435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11943 | 2024.11.01 06:57:22.623380 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11944 | 2024.11.01 06:57:22.623906 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11945 | 2024.11.01 06:57:22.624038 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4100 rows starting from the beginning of the part | ||
| 11946 | 2024.11.01 06:57:22.624408 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11947 | 2024.11.01 06:57:22.624835 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11948 | 2024.11.01 06:57:22.625228 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11949 | 2024.11.01 06:57:22.625393 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 11950 | 2024.11.01 06:57:22.625470 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 11951 | 2024.11.01 06:57:22.626867 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13932 rows, containing 5 columns (5 merged, 0 gathered) in 0.009552391 sec., 1458483.0122636312 rows/sec., 99.57 MiB/sec. | ||
| 11952 | 2024.11.01 06:57:22.627240 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11953 | 2024.11.01 06:57:22.627903 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11954 | 2024.11.01 06:57:22.627984 [ 194 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11955 | 2024.11.01 06:57:22.628179 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 11956 | 2024.11.01 06:57:22.628356 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4420 rows, containing 4 columns (4 merged, 0 gathered) in 0.005899446 sec., 749222.8931326772 rows/sec., 49.28 MiB/sec. | ||
| 11957 | 2024.11.01 06:57:22.628783 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11958 | 2024.11.01 06:57:22.629178 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2024.11.01 06:57:22.629257 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_71_14} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11960 | 2024.11.01 06:57:22.629331 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 11961 | 2024.11.01 06:57:25.894810 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11962 | 2024.11.01 06:57:25.894887 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11963 | 2024.11.01 06:57:27.604132 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40409, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11964 | 2024.11.01 06:57:27.604258 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11965 | 2024.11.01 06:57:27.604283 [ 286 ] {} <Debug> HTTP-Session: 54f65fa3-4a1d-48c5-aa16-46f2affd247b Authenticating user 'default' from [fd00:1122:3344:101::d]:40409 | ||
| 11966 | 2024.11.01 06:57:27.604306 [ 286 ] {} <Debug> HTTP-Session: 54f65fa3-4a1d-48c5-aa16-46f2affd247b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11967 | 2024.11.01 06:57:27.604320 [ 286 ] {} <Debug> HTTP-Session: 54f65fa3-4a1d-48c5-aa16-46f2affd247b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11968 | 2024.11.01 06:57:27.604371 [ 286 ] {} <Trace> HTTP-Session: 54f65fa3-4a1d-48c5-aa16-46f2affd247b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11969 | 2024.11.01 06:57:27.604577 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40409) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11970 | 2024.11.01 06:57:27.604643 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11971 | 2024.11.01 06:57:27.604968 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11972 | 2024.11.01 06:57:27.605447 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11973 | 2024.11.01 06:57:27.605492 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11974 | 2024.11.01 06:57:27.605900 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11975 | 2024.11.01 06:57:27.606283 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11976 | 2024.11.01 06:57:27.606469 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec. | ||
| 11977 | 2024.11.01 06:57:27.606793 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Debug> DynamicQueryHandler: Done processing query | ||
| 11978 | 2024.11.01 06:57:27.606861 [ 286 ] {c60c27c5-93a4-469c-aac1-c0851d183b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11979 | 2024.11.01 06:57:27.606923 [ 286 ] {} <Debug> HTTP-Session: 54f65fa3-4a1d-48c5-aa16-46f2affd247b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11980 | 2024.11.01 06:57:27.607183 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11981 | 2024.11.01 06:57:27.607313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57789, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11982 | 2024.11.01 06:57:27.607430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11983 | 2024.11.01 06:57:27.607455 [ 3 ] {} <Debug> HTTP-Session: 85fab328-039a-4430-a9ed-c4c5ba6a5b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:57789 | ||
| 11984 | 2024.11.01 06:57:27.607479 [ 3 ] {} <Debug> HTTP-Session: 85fab328-039a-4430-a9ed-c4c5ba6a5b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11985 | 2024.11.01 06:57:27.607494 [ 3 ] {} <Debug> HTTP-Session: 85fab328-039a-4430-a9ed-c4c5ba6a5b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11986 | 2024.11.01 06:57:27.607550 [ 3 ] {} <Trace> HTTP-Session: 85fab328-039a-4430-a9ed-c4c5ba6a5b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11987 | 2024.11.01 06:57:27.607750 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57789) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11988 | 2024.11.01 06:57:27.607818 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11989 | 2024.11.01 06:57:27.608156 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11990 | 2024.11.01 06:57:27.608636 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11991 | 2024.11.01 06:57:27.608677 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11992 | 2024.11.01 06:57:27.609109 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11993 | 2024.11.01 06:57:27.609505 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11994 | 2024.11.01 06:57:27.609682 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002 sec., 32000 rows/sec., 2.50 MiB/sec. | ||
| 11995 | 2024.11.01 06:57:27.609894 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Debug> DynamicQueryHandler: Done processing query | ||
| 11996 | 2024.11.01 06:57:27.609921 [ 3 ] {e19bcf3a-559a-4a6a-9b7b-032bc5856509} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11997 | 2024.11.01 06:57:27.609938 [ 3 ] {} <Debug> HTTP-Session: 85fab328-039a-4430-a9ed-c4c5ba6a5b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11998 | 2024.11.01 06:57:27.610179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11999 | 2024.11.01 06:57:27.610255 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40409, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12000 | 2024.11.01 06:57:27.610341 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12001 | 2024.11.01 06:57:27.610373 [ 286 ] {} <Debug> HTTP-Session: 23231cc6-f338-4738-bb5a-5a6652047080 Authenticating user 'default' from [fd00:1122:3344:101::d]:40409 | ||
| 12002 | 2024.11.01 06:57:27.610396 [ 286 ] {} <Debug> HTTP-Session: 23231cc6-f338-4738-bb5a-5a6652047080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12003 | 2024.11.01 06:57:27.610410 [ 286 ] {} <Debug> HTTP-Session: 23231cc6-f338-4738-bb5a-5a6652047080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12004 | 2024.11.01 06:57:27.610453 [ 286 ] {} <Trace> HTTP-Session: 23231cc6-f338-4738-bb5a-5a6652047080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12005 | 2024.11.01 06:57:27.610630 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40409) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12006 | 2024.11.01 06:57:27.610689 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12007 | 2024.11.01 06:57:27.610876 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12008 | 2024.11.01 06:57:27.611282 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12009 | 2024.11.01 06:57:27.611319 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12010 | 2024.11.01 06:57:27.611718 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12011 | 2024.11.01 06:57:27.612072 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12012 | 2024.11.01 06:57:27.612231 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 12013 | 2024.11.01 06:57:27.612403 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Debug> DynamicQueryHandler: Done processing query | ||
| 12014 | 2024.11.01 06:57:27.612427 [ 286 ] {6fa07f6f-c146-443f-a9e6-5a6d5003eb33} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12015 | 2024.11.01 06:57:27.612443 [ 286 ] {} <Debug> HTTP-Session: 23231cc6-f338-4738-bb5a-5a6652047080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12016 | 2024.11.01 06:57:27.612646 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12017 | 2024.11.01 06:57:27.612763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61828, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12018 | 2024.11.01 06:57:27.612875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12019 | 2024.11.01 06:57:27.612913 [ 3 ] {} <Debug> HTTP-Session: 82785e67-6827-4349-a90f-5287be6804c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61828 | ||
| 12020 | 2024.11.01 06:57:27.612947 [ 3 ] {} <Debug> HTTP-Session: 82785e67-6827-4349-a90f-5287be6804c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12021 | 2024.11.01 06:57:27.612976 [ 3 ] {} <Debug> HTTP-Session: 82785e67-6827-4349-a90f-5287be6804c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12022 | 2024.11.01 06:57:27.613045 [ 3 ] {} <Trace> HTTP-Session: 82785e67-6827-4349-a90f-5287be6804c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12023 | 2024.11.01 06:57:27.613297 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61828) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12024 | 2024.11.01 06:57:27.613391 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12025 | 2024.11.01 06:57:27.613578 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12026 | 2024.11.01 06:57:27.613920 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12027 | 2024.11.01 06:57:27.613958 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12028 | 2024.11.01 06:57:27.614354 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12029 | 2024.11.01 06:57:27.614690 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12030 | 2024.11.01 06:57:27.614848 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001651 sec., 36341.611144760755 rows/sec., 2.45 MiB/sec. | ||
| 12031 | 2024.11.01 06:57:27.615021 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12032 | 2024.11.01 06:57:27.615046 [ 3 ] {9c28ad1c-0334-4176-ad89-9db2357044fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12033 | 2024.11.01 06:57:27.615063 [ 3 ] {} <Debug> HTTP-Session: 82785e67-6827-4349-a90f-5287be6804c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12034 | 2024.11.01 06:57:27.615274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12035 | 2024.11.01 06:57:31.189236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1094 | ||
| 12036 | 2024.11.01 06:57:31.191710 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12037 | 2024.11.01 06:57:31.191768 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12038 | 2024.11.01 06:57:31.193277 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12039 | 2024.11.01 06:57:31.194308 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12040 | 2024.11.01 06:57:31.194921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1094 | ||
| 12041 | 2024.11.01 06:57:32.611065 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40409, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12042 | 2024.11.01 06:57:32.611202 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12043 | 2024.11.01 06:57:32.611232 [ 286 ] {} <Debug> HTTP-Session: 01bcc26c-194c-46dd-91c4-a6cda19c7e47 Authenticating user 'default' from [fd00:1122:3344:101::d]:40409 | ||
| 12044 | 2024.11.01 06:57:32.611259 [ 286 ] {} <Debug> HTTP-Session: 01bcc26c-194c-46dd-91c4-a6cda19c7e47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12045 | 2024.11.01 06:57:32.611277 [ 286 ] {} <Debug> HTTP-Session: 01bcc26c-194c-46dd-91c4-a6cda19c7e47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12046 | 2024.11.01 06:57:32.611334 [ 286 ] {} <Trace> HTTP-Session: 01bcc26c-194c-46dd-91c4-a6cda19c7e47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12047 | 2024.11.01 06:57:32.611615 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40409) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12048 | 2024.11.01 06:57:32.611682 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12049 | 2024.11.01 06:57:32.612006 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12050 | 2024.11.01 06:57:32.612570 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12051 | 2024.11.01 06:57:32.612610 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12052 | 2024.11.01 06:57:32.613047 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12053 | 2024.11.01 06:57:32.613447 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12054 | 2024.11.01 06:57:32.613625 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002135 sec., 125058.54800936767 rows/sec., 11.13 MiB/sec. | ||
| 12055 | 2024.11.01 06:57:32.613958 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12056 | 2024.11.01 06:57:32.614026 [ 286 ] {eee4983b-7726-4bb2-9586-92cd20628c5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12057 | 2024.11.01 06:57:32.614096 [ 286 ] {} <Debug> HTTP-Session: 01bcc26c-194c-46dd-91c4-a6cda19c7e47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12058 | 2024.11.01 06:57:32.614386 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12059 | 2024.11.01 06:57:32.614636 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45070, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12060 | 2024.11.01 06:57:32.614753 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12061 | 2024.11.01 06:57:32.614782 [ 287 ] {} <Debug> HTTP-Session: f59ab22b-f2be-4e9e-9c8a-c2d9fb22c512 Authenticating user 'default' from [fd00:1122:3344:101::d]:45070 | ||
| 12062 | 2024.11.01 06:57:32.614809 [ 287 ] {} <Debug> HTTP-Session: f59ab22b-f2be-4e9e-9c8a-c2d9fb22c512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12063 | 2024.11.01 06:57:32.614827 [ 287 ] {} <Debug> HTTP-Session: f59ab22b-f2be-4e9e-9c8a-c2d9fb22c512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12064 | 2024.11.01 06:57:32.614885 [ 287 ] {} <Trace> HTTP-Session: f59ab22b-f2be-4e9e-9c8a-c2d9fb22c512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12065 | 2024.11.01 06:57:32.615085 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45070) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12066 | 2024.11.01 06:57:32.615159 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12067 | 2024.11.01 06:57:32.615531 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12068 | 2024.11.01 06:57:32.615947 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12069 | 2024.11.01 06:57:32.615986 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12070 | 2024.11.01 06:57:32.616410 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12071 | 2024.11.01 06:57:32.616803 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12072 | 2024.11.01 06:57:32.616958 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001941 sec., 20092.73570324575 rows/sec., 1.48 MiB/sec. | ||
| 12073 | 2024.11.01 06:57:32.617179 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12074 | 2024.11.01 06:57:32.617205 [ 287 ] {53154077-1507-4b83-9d8d-a793777fdfeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12075 | 2024.11.01 06:57:32.617222 [ 287 ] {} <Debug> HTTP-Session: f59ab22b-f2be-4e9e-9c8a-c2d9fb22c512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12076 | 2024.11.01 06:57:32.617411 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12077 | 2024.11.01 06:57:32.617507 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50667, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12078 | 2024.11.01 06:57:32.617586 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12079 | 2024.11.01 06:57:32.617611 [ 286 ] {} <Debug> HTTP-Session: 891714a6-4fda-43ec-bfb7-1078953e72e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50667 | ||
| 12080 | 2024.11.01 06:57:32.617628 [ 286 ] {} <Debug> HTTP-Session: 891714a6-4fda-43ec-bfb7-1078953e72e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12081 | 2024.11.01 06:57:32.617642 [ 286 ] {} <Debug> HTTP-Session: 891714a6-4fda-43ec-bfb7-1078953e72e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12082 | 2024.11.01 06:57:32.617680 [ 286 ] {} <Trace> HTTP-Session: 891714a6-4fda-43ec-bfb7-1078953e72e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12083 | 2024.11.01 06:57:32.617793 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50667) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12084 | 2024.11.01 06:57:32.617840 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12085 | 2024.11.01 06:57:32.618098 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12086 | 2024.11.01 06:57:32.618419 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12087 | 2024.11.01 06:57:32.618456 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12088 | 2024.11.01 06:57:32.618811 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12089 | 2024.11.01 06:57:32.619182 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12090 | 2024.11.01 06:57:32.619349 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec. | ||
| 12091 | 2024.11.01 06:57:32.619517 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Debug> DynamicQueryHandler: Done processing query | ||
| 12092 | 2024.11.01 06:57:32.619542 [ 286 ] {c354ec27-7e24-44de-867d-467298278101} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12093 | 2024.11.01 06:57:32.619558 [ 286 ] {} <Debug> HTTP-Session: 891714a6-4fda-43ec-bfb7-1078953e72e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12094 | 2024.11.01 06:57:32.619701 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12095 | 2024.11.01 06:57:32.619727 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45070, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12096 | 2024.11.01 06:57:32.619819 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12097 | 2024.11.01 06:57:32.619854 [ 287 ] {} <Debug> HTTP-Session: a9b17ab2-5e31-43f1-93b3-e560b2bbc22f Authenticating user 'default' from [fd00:1122:3344:101::d]:45070 | ||
| 12098 | 2024.11.01 06:57:32.619882 [ 287 ] {} <Debug> HTTP-Session: a9b17ab2-5e31-43f1-93b3-e560b2bbc22f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12099 | 2024.11.01 06:57:32.619901 [ 287 ] {} <Debug> HTTP-Session: a9b17ab2-5e31-43f1-93b3-e560b2bbc22f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12100 | 2024.11.01 06:57:32.619944 [ 287 ] {} <Trace> HTTP-Session: a9b17ab2-5e31-43f1-93b3-e560b2bbc22f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12101 | 2024.11.01 06:57:32.620071 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45070) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12102 | 2024.11.01 06:57:32.620125 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12103 | 2024.11.01 06:57:32.620435 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12104 | 2024.11.01 06:57:32.620775 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12105 | 2024.11.01 06:57:32.620811 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12106 | 2024.11.01 06:57:32.621174 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12107 | 2024.11.01 06:57:32.621547 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12108 | 2024.11.01 06:57:32.621721 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 211.01 KiB/sec. | ||
| 12109 | 2024.11.01 06:57:32.622056 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Debug> DynamicQueryHandler: Done processing query | ||
| 12110 | 2024.11.01 06:57:32.622082 [ 287 ] {4dfbfe7e-51d6-4406-bb62-c441bca92763} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12111 | 2024.11.01 06:57:32.622098 [ 287 ] {} <Debug> HTTP-Session: a9b17ab2-5e31-43f1-93b3-e560b2bbc22f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12112 | 2024.11.01 06:57:32.622276 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12113 | 2024.11.01 06:57:32.622362 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32873, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12114 | 2024.11.01 06:57:32.622440 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12115 | 2024.11.01 06:57:32.622467 [ 286 ] {} <Debug> HTTP-Session: 50a605b7-ff42-4cfb-b39b-eed13f6b22cf Authenticating user 'default' from [fd00:1122:3344:101::d]:32873 | ||
| 12116 | 2024.11.01 06:57:32.622488 [ 286 ] {} <Debug> HTTP-Session: 50a605b7-ff42-4cfb-b39b-eed13f6b22cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12117 | 2024.11.01 06:57:32.622506 [ 286 ] {} <Debug> HTTP-Session: 50a605b7-ff42-4cfb-b39b-eed13f6b22cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12118 | 2024.11.01 06:57:32.622550 [ 286 ] {} <Trace> HTTP-Session: 50a605b7-ff42-4cfb-b39b-eed13f6b22cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12119 | 2024.11.01 06:57:32.622824 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32873) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12120 | 2024.11.01 06:57:32.622881 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12121 | 2024.11.01 06:57:32.623174 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12122 | 2024.11.01 06:57:32.623751 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12123 | 2024.11.01 06:57:32.623789 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12124 | 2024.11.01 06:57:32.624175 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12125 | 2024.11.01 06:57:32.624540 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12126 | 2024.11.01 06:57:32.624705 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002021 sec., 208312.7164769916 rows/sec., 14.89 MiB/sec. | ||
| 12127 | 2024.11.01 06:57:32.625015 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Debug> DynamicQueryHandler: Done processing query | ||
| 12128 | 2024.11.01 06:57:32.625082 [ 286 ] {f3ee4df7-7081-47ff-88c1-b985e71b69de} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12129 | 2024.11.01 06:57:32.625147 [ 286 ] {} <Debug> HTTP-Session: 50a605b7-ff42-4cfb-b39b-eed13f6b22cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12130 | 2024.11.01 06:57:32.625466 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12131 | 2024.11.01 06:57:32.625547 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53497, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12132 | 2024.11.01 06:57:32.625688 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12133 | 2024.11.01 06:57:32.625723 [ 287 ] {} <Debug> HTTP-Session: 5a5a1831-8afc-4911-b39f-a2168c0b1875 Authenticating user 'default' from [fd00:1122:3344:101::d]:53497 | ||
| 12134 | 2024.11.01 06:57:32.625745 [ 287 ] {} <Debug> HTTP-Session: 5a5a1831-8afc-4911-b39f-a2168c0b1875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12135 | 2024.11.01 06:57:32.625763 [ 287 ] {} <Debug> HTTP-Session: 5a5a1831-8afc-4911-b39f-a2168c0b1875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12136 | 2024.11.01 06:57:32.625805 [ 287 ] {} <Trace> HTTP-Session: 5a5a1831-8afc-4911-b39f-a2168c0b1875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12137 | 2024.11.01 06:57:32.625931 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53497) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12138 | 2024.11.01 06:57:32.625987 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12139 | 2024.11.01 06:57:32.626160 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12140 | 2024.11.01 06:57:32.626491 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12141 | 2024.11.01 06:57:32.626534 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12142 | 2024.11.01 06:57:32.626906 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12143 | 2024.11.01 06:57:32.627247 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12144 | 2024.11.01 06:57:32.627414 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 12145 | 2024.11.01 06:57:32.627587 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Debug> DynamicQueryHandler: Done processing query | ||
| 12146 | 2024.11.01 06:57:32.627611 [ 287 ] {62427a6e-0354-4195-97f7-0f5571460b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12147 | 2024.11.01 06:57:32.627626 [ 287 ] {} <Debug> HTTP-Session: 5a5a1831-8afc-4911-b39f-a2168c0b1875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12148 | 2024.11.01 06:57:32.627810 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12149 | 2024.11.01 06:57:32.627941 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57471, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12150 | 2024.11.01 06:57:32.628026 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12151 | 2024.11.01 06:57:32.628051 [ 286 ] {} <Debug> HTTP-Session: f2b7d89c-eb7d-44e2-aee6-1f93cba3a9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:57471 | ||
| 12152 | 2024.11.01 06:57:32.628072 [ 286 ] {} <Debug> HTTP-Session: f2b7d89c-eb7d-44e2-aee6-1f93cba3a9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12153 | 2024.11.01 06:57:32.628089 [ 286 ] {} <Debug> HTTP-Session: f2b7d89c-eb7d-44e2-aee6-1f93cba3a9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12154 | 2024.11.01 06:57:32.628132 [ 286 ] {} <Trace> HTTP-Session: f2b7d89c-eb7d-44e2-aee6-1f93cba3a9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12155 | 2024.11.01 06:57:32.628375 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57471) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12156 | 2024.11.01 06:57:32.628436 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12157 | 2024.11.01 06:57:32.628642 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12158 | 2024.11.01 06:57:32.629058 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12159 | 2024.11.01 06:57:32.629094 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12160 | 2024.11.01 06:57:32.629498 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12161 | 2024.11.01 06:57:32.629845 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12162 | 2024.11.01 06:57:32.630011 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001768 sec., 134049.77375565612 rows/sec., 8.98 MiB/sec. | ||
| 12163 | 2024.11.01 06:57:32.630271 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12164 | 2024.11.01 06:57:32.630314 [ 286 ] {c5b7c2fe-96a4-46d2-917b-b61f6b7278e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12165 | 2024.11.01 06:57:32.630336 [ 286 ] {} <Debug> HTTP-Session: f2b7d89c-eb7d-44e2-aee6-1f93cba3a9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12166 | 2024.11.01 06:57:32.630526 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12167 | 2024.11.01 06:57:32.630606 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45832, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12168 | 2024.11.01 06:57:32.630729 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12169 | 2024.11.01 06:57:32.630768 [ 287 ] {} <Debug> HTTP-Session: d7727041-da87-4859-b096-bd8b4bccfbee Authenticating user 'default' from [fd00:1122:3344:101::d]:45832 | ||
| 12170 | 2024.11.01 06:57:32.630802 [ 287 ] {} <Debug> HTTP-Session: d7727041-da87-4859-b096-bd8b4bccfbee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12171 | 2024.11.01 06:57:32.630829 [ 287 ] {} <Debug> HTTP-Session: d7727041-da87-4859-b096-bd8b4bccfbee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12172 | 2024.11.01 06:57:32.630936 [ 287 ] {} <Trace> HTTP-Session: d7727041-da87-4859-b096-bd8b4bccfbee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12173 | 2024.11.01 06:57:32.631132 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45832) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12174 | 2024.11.01 06:57:32.631223 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12175 | 2024.11.01 06:57:32.631509 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12176 | 2024.11.01 06:57:32.631828 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12177 | 2024.11.01 06:57:32.631862 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12178 | 2024.11.01 06:57:32.632225 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12179 | 2024.11.01 06:57:32.632557 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12180 | 2024.11.01 06:57:32.632730 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00164 sec., 609.7560975609756 rows/sec., 41.09 KiB/sec. | ||
| 12181 | 2024.11.01 06:57:32.632913 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12182 | 2024.11.01 06:57:32.632938 [ 287 ] {dc754d17-d403-45b1-bc31-be42a40c8dfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12183 | 2024.11.01 06:57:32.632954 [ 287 ] {} <Debug> HTTP-Session: d7727041-da87-4859-b096-bd8b4bccfbee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12184 | 2024.11.01 06:57:32.633132 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12185 | 2024.11.01 06:57:32.633209 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47801, User-Agent: (none), Length: 65813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12186 | 2024.11.01 06:57:32.633280 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12187 | 2024.11.01 06:57:32.633305 [ 286 ] {} <Debug> HTTP-Session: 24135f8b-06d6-4474-8b64-809e3c094c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:47801 | ||
| 12188 | 2024.11.01 06:57:32.633326 [ 286 ] {} <Debug> HTTP-Session: 24135f8b-06d6-4474-8b64-809e3c094c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12189 | 2024.11.01 06:57:32.633344 [ 286 ] {} <Debug> HTTP-Session: 24135f8b-06d6-4474-8b64-809e3c094c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12190 | 2024.11.01 06:57:32.633387 [ 286 ] {} <Trace> HTTP-Session: 24135f8b-06d6-4474-8b64-809e3c094c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12191 | 2024.11.01 06:57:32.633830 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47801) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12192 | 2024.11.01 06:57:32.633910 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <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 | ||
| 12193 | 2024.11.01 06:57:32.634368 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12194 | 2024.11.01 06:57:32.635076 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2024.11.01 06:57:32.635113 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12196 | 2024.11.01 06:57:32.635769 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12197 | 2024.11.01 06:57:32.636185 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2024.11.01 06:57:32.636391 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00288 sec., 13541.666666666666 rows/sec., 24.27 MiB/sec. | ||
| 12199 | 2024.11.01 06:57:32.636607 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Debug> DynamicQueryHandler: Done processing query | ||
| 12200 | 2024.11.01 06:57:32.636631 [ 286 ] {d9dab24d-a3cd-4c67-91ea-339a41990109} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 12201 | 2024.11.01 06:57:32.636647 [ 286 ] {} <Debug> HTTP-Session: 24135f8b-06d6-4474-8b64-809e3c094c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12202 | 2024.11.01 06:57:32.636847 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12203 | 2024.11.01 06:57:32.636881 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45832, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12204 | 2024.11.01 06:57:32.636961 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12205 | 2024.11.01 06:57:32.636993 [ 287 ] {} <Debug> HTTP-Session: 19753520-bd19-4c95-9126-3b6579add3fd Authenticating user 'default' from [fd00:1122:3344:101::d]:45832 | ||
| 12206 | 2024.11.01 06:57:32.637017 [ 287 ] {} <Debug> HTTP-Session: 19753520-bd19-4c95-9126-3b6579add3fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12207 | 2024.11.01 06:57:32.637034 [ 287 ] {} <Debug> HTTP-Session: 19753520-bd19-4c95-9126-3b6579add3fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12208 | 2024.11.01 06:57:32.637078 [ 287 ] {} <Trace> HTTP-Session: 19753520-bd19-4c95-9126-3b6579add3fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12209 | 2024.11.01 06:57:32.637244 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12210 | 2024.11.01 06:57:32.637302 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12211 | 2024.11.01 06:57:32.637482 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12212 | 2024.11.01 06:57:32.637814 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12213 | 2024.11.01 06:57:32.637850 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12214 | 2024.11.01 06:57:32.638222 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12215 | 2024.11.01 06:57:32.638552 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12216 | 2024.11.01 06:57:32.638713 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 12217 | 2024.11.01 06:57:32.638905 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Debug> DynamicQueryHandler: Done processing query | ||
| 12218 | 2024.11.01 06:57:32.638939 [ 287 ] {946eb588-7826-4337-9b4b-6cede4937d97} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12219 | 2024.11.01 06:57:32.638973 [ 287 ] {} <Debug> HTTP-Session: 19753520-bd19-4c95-9126-3b6579add3fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12220 | 2024.11.01 06:57:32.639257 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12221 | 2024.11.01 06:57:37.604880 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47513, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12222 | 2024.11.01 06:57:37.605076 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12223 | 2024.11.01 06:57:37.605122 [ 287 ] {} <Debug> HTTP-Session: d7779aaf-4987-4189-a26d-7a97c1d10803 Authenticating user 'default' from [fd00:1122:3344:101::d]:47513 | ||
| 12224 | 2024.11.01 06:57:37.605164 [ 287 ] {} <Debug> HTTP-Session: d7779aaf-4987-4189-a26d-7a97c1d10803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12225 | 2024.11.01 06:57:37.605192 [ 287 ] {} <Debug> HTTP-Session: d7779aaf-4987-4189-a26d-7a97c1d10803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12226 | 2024.11.01 06:57:37.605271 [ 287 ] {} <Trace> HTTP-Session: d7779aaf-4987-4189-a26d-7a97c1d10803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12227 | 2024.11.01 06:57:37.605558 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12228 | 2024.11.01 06:57:37.605668 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12229 | 2024.11.01 06:57:37.606056 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12230 | 2024.11.01 06:57:37.606498 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12231 | 2024.11.01 06:57:37.606538 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12232 | 2024.11.01 06:57:37.606930 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 12233 | 2024.11.01 06:57:37.607318 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12234 | 2024.11.01 06:57:37.607509 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.00203 sec., 5911.330049261083 rows/sec., 482.03 KiB/sec. | ||
| 12235 | 2024.11.01 06:57:37.607761 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12236 | 2024.11.01 06:57:37.607788 [ 287 ] {d860a73d-57bf-490f-9ee3-0bbf0b257ef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12237 | 2024.11.01 06:57:37.607805 [ 287 ] {} <Debug> HTTP-Session: d7779aaf-4987-4189-a26d-7a97c1d10803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12238 | 2024.11.01 06:57:37.608008 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12239 | 2024.11.01 06:57:37.608123 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12240 | 2024.11.01 06:57:37.608247 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12241 | 2024.11.01 06:57:37.608277 [ 286 ] {} <Debug> HTTP-Session: 59d94853-2c5e-4083-8141-0e56a9b7f6cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51682 | ||
| 12242 | 2024.11.01 06:57:37.608304 [ 286 ] {} <Debug> HTTP-Session: 59d94853-2c5e-4083-8141-0e56a9b7f6cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12243 | 2024.11.01 06:57:37.608322 [ 286 ] {} <Debug> HTTP-Session: 59d94853-2c5e-4083-8141-0e56a9b7f6cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12244 | 2024.11.01 06:57:37.608379 [ 286 ] {} <Trace> HTTP-Session: 59d94853-2c5e-4083-8141-0e56a9b7f6cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12245 | 2024.11.01 06:57:37.608596 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51682) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12246 | 2024.11.01 06:57:37.608667 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12247 | 2024.11.01 06:57:37.609012 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12248 | 2024.11.01 06:57:37.609425 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12249 | 2024.11.01 06:57:37.609467 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12250 | 2024.11.01 06:57:37.609867 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12251 | 2024.11.01 06:57:37.610224 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12252 | 2024.11.01 06:57:37.610387 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.001909 sec., 32477.737035096907 rows/sec., 2.48 MiB/sec. | ||
| 12253 | 2024.11.01 06:57:37.610574 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12254 | 2024.11.01 06:57:37.610597 [ 286 ] {8b1b464e-ec83-4013-8877-677d814a26e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12255 | 2024.11.01 06:57:37.610612 [ 286 ] {} <Debug> HTTP-Session: 59d94853-2c5e-4083-8141-0e56a9b7f6cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12256 | 2024.11.01 06:57:37.610815 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12257 | 2024.11.01 06:57:37.610913 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44439, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12258 | 2024.11.01 06:57:37.610983 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12259 | 2024.11.01 06:57:37.611006 [ 287 ] {} <Debug> HTTP-Session: c113a53b-90ab-4920-a6b9-ec63b16ae676 Authenticating user 'default' from [fd00:1122:3344:101::d]:44439 | ||
| 12260 | 2024.11.01 06:57:37.611027 [ 287 ] {} <Debug> HTTP-Session: c113a53b-90ab-4920-a6b9-ec63b16ae676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12261 | 2024.11.01 06:57:37.611044 [ 287 ] {} <Debug> HTTP-Session: c113a53b-90ab-4920-a6b9-ec63b16ae676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12262 | 2024.11.01 06:57:37.611088 [ 287 ] {} <Trace> HTTP-Session: c113a53b-90ab-4920-a6b9-ec63b16ae676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12263 | 2024.11.01 06:57:37.611219 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44439) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12264 | 2024.11.01 06:57:37.611275 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12265 | 2024.11.01 06:57:37.611576 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12266 | 2024.11.01 06:57:37.611943 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12267 | 2024.11.01 06:57:37.611980 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12268 | 2024.11.01 06:57:37.612322 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12269 | 2024.11.01 06:57:37.612681 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12270 | 2024.11.01 06:57:37.612839 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001651 sec., 7268.322228952151 rows/sec., 507.50 KiB/sec. | ||
| 12271 | 2024.11.01 06:57:37.613018 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12272 | 2024.11.01 06:57:37.613042 [ 287 ] {abc63468-f06b-4b97-89d7-d3d00f27675a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12273 | 2024.11.01 06:57:37.613058 [ 287 ] {} <Debug> HTTP-Session: c113a53b-90ab-4920-a6b9-ec63b16ae676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12274 | 2024.11.01 06:57:37.613246 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12275 | 2024.11.01 06:57:37.613258 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12276 | 2024.11.01 06:57:37.613335 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12277 | 2024.11.01 06:57:37.613370 [ 286 ] {} <Debug> HTTP-Session: 185763c5-d2d4-401c-b654-5b314e42f930 Authenticating user 'default' from [fd00:1122:3344:101::d]:51682 | ||
| 12278 | 2024.11.01 06:57:37.613406 [ 286 ] {} <Debug> HTTP-Session: 185763c5-d2d4-401c-b654-5b314e42f930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12279 | 2024.11.01 06:57:37.613428 [ 286 ] {} <Debug> HTTP-Session: 185763c5-d2d4-401c-b654-5b314e42f930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12280 | 2024.11.01 06:57:37.613474 [ 286 ] {} <Trace> HTTP-Session: 185763c5-d2d4-401c-b654-5b314e42f930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2024.11.01 06:57:37.613632 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51682) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12282 | 2024.11.01 06:57:37.613687 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12283 | 2024.11.01 06:57:37.613949 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12284 | 2024.11.01 06:57:37.614413 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12285 | 2024.11.01 06:57:37.614449 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12286 | 2024.11.01 06:57:37.614803 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12287 | 2024.11.01 06:57:37.615169 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12288 | 2024.11.01 06:57:37.615337 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001751 sec., 43403.76927470017 rows/sec., 3.40 MiB/sec. | ||
| 12289 | 2024.11.01 06:57:37.615599 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Debug> DynamicQueryHandler: Done processing query | ||
| 12290 | 2024.11.01 06:57:37.615662 [ 286 ] {d62f9692-aecd-4156-bd27-30f5799abe50} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12291 | 2024.11.01 06:57:37.615721 [ 286 ] {} <Debug> HTTP-Session: 185763c5-d2d4-401c-b654-5b314e42f930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12292 | 2024.11.01 06:57:37.615950 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12293 | 2024.11.01 06:57:37.616082 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41912, User-Agent: (none), Length: 31757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12294 | 2024.11.01 06:57:37.616189 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12295 | 2024.11.01 06:57:37.616226 [ 287 ] {} <Debug> HTTP-Session: 6a905963-5c0e-4160-b2be-c9f034095ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41912 | ||
| 12296 | 2024.11.01 06:57:37.616259 [ 287 ] {} <Debug> HTTP-Session: 6a905963-5c0e-4160-b2be-c9f034095ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12297 | 2024.11.01 06:57:37.616286 [ 287 ] {} <Debug> HTTP-Session: 6a905963-5c0e-4160-b2be-c9f034095ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12298 | 2024.11.01 06:57:37.616353 [ 287 ] {} <Trace> HTTP-Session: 6a905963-5c0e-4160-b2be-c9f034095ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12299 | 2024.11.01 06:57:37.616647 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41912) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12300 | 2024.11.01 06:57:37.616741 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12301 | 2024.11.01 06:57:37.616944 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12302 | 2024.11.01 06:57:37.617376 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12303 | 2024.11.01 06:57:37.617413 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12304 | 2024.11.01 06:57:37.617809 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12305 | 2024.11.01 06:57:37.618147 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12306 | 2024.11.01 06:57:37.618310 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001811 sec., 91662.06515737162 rows/sec., 6.38 MiB/sec. | ||
| 12307 | 2024.11.01 06:57:37.618481 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 12308 | 2024.11.01 06:57:37.618504 [ 287 ] {c0a5b1ce-2aea-4f65-904e-d4c5276056ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12309 | 2024.11.01 06:57:37.618520 [ 287 ] {} <Debug> HTTP-Session: 6a905963-5c0e-4160-b2be-c9f034095ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12310 | 2024.11.01 06:57:37.618713 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12311 | 2024.11.01 06:57:37.618731 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12312 | 2024.11.01 06:57:37.618798 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12313 | 2024.11.01 06:57:37.618834 [ 286 ] {} <Debug> HTTP-Session: 231be5c8-d742-4e8b-918c-8fa403c61486 Authenticating user 'default' from [fd00:1122:3344:101::d]:51682 | ||
| 12314 | 2024.11.01 06:57:37.618856 [ 286 ] {} <Debug> HTTP-Session: 231be5c8-d742-4e8b-918c-8fa403c61486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12315 | 2024.11.01 06:57:37.618876 [ 286 ] {} <Debug> HTTP-Session: 231be5c8-d742-4e8b-918c-8fa403c61486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12316 | 2024.11.01 06:57:37.618927 [ 286 ] {} <Trace> HTTP-Session: 231be5c8-d742-4e8b-918c-8fa403c61486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12317 | 2024.11.01 06:57:37.619099 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51682) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12318 | 2024.11.01 06:57:37.619154 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12319 | 2024.11.01 06:57:37.619340 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12320 | 2024.11.01 06:57:37.619719 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12321 | 2024.11.01 06:57:37.619768 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12322 | 2024.11.01 06:57:37.620220 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12323 | 2024.11.01 06:57:37.620615 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12324 | 2024.11.01 06:57:37.620806 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001779 sec., 33726.81281618887 rows/sec., 2.27 MiB/sec. | ||
| 12325 | 2024.11.01 06:57:37.620982 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12326 | 2024.11.01 06:57:37.621005 [ 286 ] {726d2125-1c76-4891-8b72-8b2381e545f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12327 | 2024.11.01 06:57:37.621021 [ 286 ] {} <Debug> HTTP-Session: 231be5c8-d742-4e8b-918c-8fa403c61486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12328 | 2024.11.01 06:57:37.621213 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12329 | 2024.11.01 06:57:38.983169 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12330 | 2024.11.01 06:57:39.275660 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12331 | 2024.11.01 06:57:39.336050 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12332 | 2024.11.01 06:57:39.341468 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12333 | 2024.11.01 06:57:39.396928 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12334 | 2024.11.01 06:57:39.413242 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12335 | 2024.11.01 06:57:39.424551 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12336 | 2024.11.01 06:57:39.452931 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12337 | 2024.11.01 06:57:40.894951 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12338 | 2024.11.01 06:57:40.895009 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12339 | 2024.11.01 06:57:41.195208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1126 | ||
| 12340 | 2024.11.01 06:57:41.198071 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12341 | 2024.11.01 06:57:41.198118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12342 | 2024.11.01 06:57:41.199661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12343 | 2024.11.01 06:57:41.200645 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12344 | 2024.11.01 06:57:41.202138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1126 | ||
| 12345 | 2024.11.01 06:57:42.603493 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42216, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12346 | 2024.11.01 06:57:42.603628 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12347 | 2024.11.01 06:57:42.603658 [ 286 ] {} <Debug> HTTP-Session: e122da9c-d5b6-43ef-9f80-266593a21f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:42216 | ||
| 12348 | 2024.11.01 06:57:42.603686 [ 286 ] {} <Debug> HTTP-Session: e122da9c-d5b6-43ef-9f80-266593a21f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12349 | 2024.11.01 06:57:42.603705 [ 286 ] {} <Debug> HTTP-Session: e122da9c-d5b6-43ef-9f80-266593a21f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12350 | 2024.11.01 06:57:42.603761 [ 286 ] {} <Trace> HTTP-Session: e122da9c-d5b6-43ef-9f80-266593a21f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12351 | 2024.11.01 06:57:42.603966 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42216) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12352 | 2024.11.01 06:57:42.604029 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12353 | 2024.11.01 06:57:42.604349 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12354 | 2024.11.01 06:57:42.604833 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12355 | 2024.11.01 06:57:42.604870 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12356 | 2024.11.01 06:57:42.605271 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12357 | 2024.11.01 06:57:42.605654 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12358 | 2024.11.01 06:57:42.605800 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec. | ||
| 12359 | 2024.11.01 06:57:42.606000 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Debug> DynamicQueryHandler: Done processing query | ||
| 12360 | 2024.11.01 06:57:42.606026 [ 286 ] {a0f572d9-f68d-4b71-99c5-19a128574c69} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12361 | 2024.11.01 06:57:42.606042 [ 286 ] {} <Debug> HTTP-Session: e122da9c-d5b6-43ef-9f80-266593a21f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12362 | 2024.11.01 06:57:42.606224 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12363 | 2024.11.01 06:57:42.606348 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63188, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12364 | 2024.11.01 06:57:42.606466 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12365 | 2024.11.01 06:57:42.606490 [ 287 ] {} <Debug> HTTP-Session: b47cef93-e5ec-47bc-a39a-ed9bbd663efb Authenticating user 'default' from [fd00:1122:3344:101::d]:63188 | ||
| 12366 | 2024.11.01 06:57:42.606514 [ 287 ] {} <Debug> HTTP-Session: b47cef93-e5ec-47bc-a39a-ed9bbd663efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12367 | 2024.11.01 06:57:42.606529 [ 287 ] {} <Debug> HTTP-Session: b47cef93-e5ec-47bc-a39a-ed9bbd663efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12368 | 2024.11.01 06:57:42.606581 [ 287 ] {} <Trace> HTTP-Session: b47cef93-e5ec-47bc-a39a-ed9bbd663efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12369 | 2024.11.01 06:57:42.606784 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63188) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12370 | 2024.11.01 06:57:42.606849 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12371 | 2024.11.01 06:57:42.607182 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12372 | 2024.11.01 06:57:42.607633 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12373 | 2024.11.01 06:57:42.607676 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12374 | 2024.11.01 06:57:42.608110 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12375 | 2024.11.01 06:57:42.608497 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12376 | 2024.11.01 06:57:42.608678 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 12377 | 2024.11.01 06:57:42.608872 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Debug> DynamicQueryHandler: Done processing query | ||
| 12378 | 2024.11.01 06:57:42.608899 [ 287 ] {310638d4-234c-40c8-a51b-20c60a5b6490} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12379 | 2024.11.01 06:57:42.608916 [ 287 ] {} <Debug> HTTP-Session: b47cef93-e5ec-47bc-a39a-ed9bbd663efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12380 | 2024.11.01 06:57:42.609141 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12381 | 2024.11.01 06:57:42.609243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53997, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12382 | 2024.11.01 06:57:42.609378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12383 | 2024.11.01 06:57:42.609408 [ 3 ] {} <Debug> HTTP-Session: 41448aa4-074f-4382-a838-e8e42bb4a4a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:53997 | ||
| 12384 | 2024.11.01 06:57:42.609436 [ 3 ] {} <Debug> HTTP-Session: 41448aa4-074f-4382-a838-e8e42bb4a4a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12385 | 2024.11.01 06:57:42.609454 [ 3 ] {} <Debug> HTTP-Session: 41448aa4-074f-4382-a838-e8e42bb4a4a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12386 | 2024.11.01 06:57:42.609516 [ 3 ] {} <Trace> HTTP-Session: 41448aa4-074f-4382-a838-e8e42bb4a4a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12387 | 2024.11.01 06:57:42.609778 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53997) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12388 | 2024.11.01 06:57:42.609861 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12389 | 2024.11.01 06:57:42.610093 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12390 | 2024.11.01 06:57:42.610536 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12391 | 2024.11.01 06:57:42.610577 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12392 | 2024.11.01 06:57:42.611043 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12393 | 2024.11.01 06:57:42.611410 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12394 | 2024.11.01 06:57:42.611554 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001895 sec., 84432.71767810026 rows/sec., 5.88 MiB/sec. | ||
| 12395 | 2024.11.01 06:57:42.611739 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12396 | 2024.11.01 06:57:42.611765 [ 3 ] {2a01a1e2-1b92-4a73-aa5a-99708e55fcd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12397 | 2024.11.01 06:57:42.611781 [ 3 ] {} <Debug> HTTP-Session: 41448aa4-074f-4382-a838-e8e42bb4a4a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12398 | 2024.11.01 06:57:42.611939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12399 | 2024.11.01 06:57:42.612005 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42688, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12400 | 2024.11.01 06:57:42.612072 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12401 | 2024.11.01 06:57:42.612095 [ 287 ] {} <Debug> HTTP-Session: fde28f6c-f4b7-4b98-b23b-9255c70a603f Authenticating user 'default' from [fd00:1122:3344:101::d]:42688 | ||
| 12402 | 2024.11.01 06:57:42.612114 [ 287 ] {} <Debug> HTTP-Session: fde28f6c-f4b7-4b98-b23b-9255c70a603f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12403 | 2024.11.01 06:57:42.612128 [ 287 ] {} <Debug> HTTP-Session: fde28f6c-f4b7-4b98-b23b-9255c70a603f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12404 | 2024.11.01 06:57:42.612168 [ 287 ] {} <Trace> HTTP-Session: fde28f6c-f4b7-4b98-b23b-9255c70a603f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12405 | 2024.11.01 06:57:42.612305 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42688) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12406 | 2024.11.01 06:57:42.612356 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12407 | 2024.11.01 06:57:42.612519 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12408 | 2024.11.01 06:57:42.612824 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12409 | 2024.11.01 06:57:42.612860 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12410 | 2024.11.01 06:57:42.613238 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12411 | 2024.11.01 06:57:42.613567 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12412 | 2024.11.01 06:57:42.613717 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 12413 | 2024.11.01 06:57:42.613888 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Debug> DynamicQueryHandler: Done processing query | ||
| 12414 | 2024.11.01 06:57:42.613911 [ 287 ] {ae238952-e4b2-4566-8a64-6d28fcec5128} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12415 | 2024.11.01 06:57:42.613928 [ 287 ] {} <Debug> HTTP-Session: fde28f6c-f4b7-4b98-b23b-9255c70a603f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12416 | 2024.11.01 06:57:42.614324 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42688, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12417 | 2024.11.01 06:57:44.567421 [ 71 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 12418 | 2024.11.01 06:57:44.567491 [ 71 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12419 | 2024.11.01 06:57:44.567517 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12420 | 2024.11.01 06:57:44.567698 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 12421 | 2024.11.01 06:57:44.567980 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12422 | 2024.11.01 06:57:44.568019 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 243 rows starting from the beginning of the part | ||
| 12423 | 2024.11.01 06:57:44.568101 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 12424 | 2024.11.01 06:57:44.568228 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 12425 | 2024.11.01 06:57:44.568316 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 12426 | 2024.11.01 06:57:44.568433 [ 195 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 12427 | 2024.11.01 06:57:44.569404 [ 197 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.001817797 sec., 164484.81321071606 rows/sec., 11.20 MiB/sec. | ||
| 12428 | 2024.11.01 06:57:44.569631 [ 197 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 12429 | 2024.11.01 06:57:44.570164 [ 197 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12430 | 2024.11.01 06:57:44.570249 [ 197 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_26_6} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 12431 | 2024.11.01 06:57:44.570347 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12432 | 2024.11.01 06:57:47.610155 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54571, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12433 | 2024.11.01 06:57:47.610347 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12434 | 2024.11.01 06:57:47.610392 [ 287 ] {} <Debug> HTTP-Session: e8b51a03-01b9-452e-a7b0-ee7469471ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:54571 | ||
| 12435 | 2024.11.01 06:57:47.610432 [ 287 ] {} <Debug> HTTP-Session: e8b51a03-01b9-452e-a7b0-ee7469471ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12436 | 2024.11.01 06:57:47.610460 [ 287 ] {} <Debug> HTTP-Session: e8b51a03-01b9-452e-a7b0-ee7469471ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12437 | 2024.11.01 06:57:47.610542 [ 287 ] {} <Trace> HTTP-Session: e8b51a03-01b9-452e-a7b0-ee7469471ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12438 | 2024.11.01 06:57:47.610944 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54571) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12439 | 2024.11.01 06:57:47.611060 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12440 | 2024.11.01 06:57:47.611439 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12441 | 2024.11.01 06:57:47.612061 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12442 | 2024.11.01 06:57:47.612101 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12443 | 2024.11.01 06:57:47.612525 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12444 | 2024.11.01 06:57:47.612909 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12445 | 2024.11.01 06:57:47.613075 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002323 sec., 114937.5807145932 rows/sec., 10.23 MiB/sec. | ||
| 12446 | 2024.11.01 06:57:47.613095 [ 70 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12447 | 2024.11.01 06:57:47.613198 [ 70 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12448 | 2024.11.01 06:57:47.613250 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12449 | 2024.11.01 06:57:47.613388 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12450 | 2024.11.01 06:57:47.613442 [ 287 ] {dea9adf8-093b-4397-a667-8de44e879fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12451 | 2024.11.01 06:57:47.613478 [ 287 ] {} <Debug> HTTP-Session: e8b51a03-01b9-452e-a7b0-ee7469471ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12452 | 2024.11.01 06:57:47.613482 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 12453 | 2024.11.01 06:57:47.613761 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12454 | 2024.11.01 06:57:47.613792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52314, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12455 | 2024.11.01 06:57:47.613822 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12456 | 2024.11.01 06:57:47.613896 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1417 rows starting from the beginning of the part | ||
| 12457 | 2024.11.01 06:57:47.613928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12458 | 2024.11.01 06:57:47.613992 [ 3 ] {} <Debug> HTTP-Session: 61db14cd-a646-4a39-80f1-4d0a5c966537 Authenticating user 'default' from [fd00:1122:3344:101::d]:52314 | ||
| 12459 | 2024.11.01 06:57:47.614040 [ 3 ] {} <Debug> HTTP-Session: 61db14cd-a646-4a39-80f1-4d0a5c966537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12460 | 2024.11.01 06:57:47.614111 [ 3 ] {} <Debug> HTTP-Session: 61db14cd-a646-4a39-80f1-4d0a5c966537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12461 | 2024.11.01 06:57:47.614176 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 12462 | 2024.11.01 06:57:47.614237 [ 3 ] {} <Trace> HTTP-Session: 61db14cd-a646-4a39-80f1-4d0a5c966537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12463 | 2024.11.01 06:57:47.614545 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 267 rows starting from the beginning of the part | ||
| 12464 | 2024.11.01 06:57:47.614733 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52314) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12465 | 2024.11.01 06:57:47.614838 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 12466 | 2024.11.01 06:57:47.614910 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12467 | 2024.11.01 06:57:47.615217 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 12468 | 2024.11.01 06:57:47.615510 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 267 rows starting from the beginning of the part | ||
| 12469 | 2024.11.01 06:57:47.616144 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12470 | 2024.11.01 06:57:47.616778 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12471 | 2024.11.01 06:57:47.616830 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12472 | 2024.11.01 06:57:47.617346 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12473 | 2024.11.01 06:57:47.617859 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2125 rows, containing 5 columns (5 merged, 0 gathered) in 0.004512873 sec., 470875.2052184939 rows/sec., 41.60 MiB/sec. | ||
| 12474 | 2024.11.01 06:57:47.618030 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12475 | 2024.11.01 06:57:47.618184 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12476 | 2024.11.01 06:57:47.618366 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.003796 sec., 10273.972602739726 rows/sec., 772.55 KiB/sec. | ||
| 12477 | 2024.11.01 06:57:47.618778 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Debug> DynamicQueryHandler: Done processing query | ||
| 12478 | 2024.11.01 06:57:47.618838 [ 3 ] {76ac41f6-aae8-464e-8d77-bdf7298c7bee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12479 | 2024.11.01 06:57:47.618895 [ 3 ] {} <Debug> HTTP-Session: 61db14cd-a646-4a39-80f1-4d0a5c966537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12480 | 2024.11.01 06:57:47.619140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12481 | 2024.11.01 06:57:47.619177 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12482 | 2024.11.01 06:57:47.619222 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63906, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12483 | 2024.11.01 06:57:47.619364 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12484 | 2024.11.01 06:57:47.619424 [ 287 ] {} <Debug> HTTP-Session: e5d0eb0e-3710-4170-820b-0a1f24cffa19 Authenticating user 'default' from [fd00:1122:3344:101::d]:63906 | ||
| 12485 | 2024.11.01 06:57:47.619426 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_76_15} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12486 | 2024.11.01 06:57:47.619427 [ 3 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 12487 | |||
| 12488 | (version 23.8.7.1) | ||
| 12489 | 2024.11.01 06:57:47.619470 [ 287 ] {} <Debug> HTTP-Session: e5d0eb0e-3710-4170-820b-0a1f24cffa19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12490 | 2024.11.01 06:57:47.619546 [ 287 ] {} <Debug> HTTP-Session: e5d0eb0e-3710-4170-820b-0a1f24cffa19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12491 | 2024.11.01 06:57:47.619648 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 12492 | 2024.11.01 06:57:47.619663 [ 287 ] {} <Trace> HTTP-Session: e5d0eb0e-3710-4170-820b-0a1f24cffa19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12493 | 2024.11.01 06:57:47.619818 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63906) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12494 | 2024.11.01 06:57:47.619871 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12495 | 2024.11.01 06:57:47.620179 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12496 | 2024.11.01 06:57:47.620504 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12497 | 2024.11.01 06:57:47.620541 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12498 | 2024.11.01 06:57:47.620895 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12499 | 2024.11.01 06:57:47.621263 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12500 | 2024.11.01 06:57:47.621420 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 12501 | 2024.11.01 06:57:47.621609 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12502 | 2024.11.01 06:57:47.621634 [ 287 ] {80cfa797-27e1-473a-8f69-6c4b7d0dcdb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12503 | 2024.11.01 06:57:47.621650 [ 287 ] {} <Debug> HTTP-Session: e5d0eb0e-3710-4170-820b-0a1f24cffa19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12504 | 2024.11.01 06:57:47.621798 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12505 | 2024.11.01 06:57:47.621921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64459, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12506 | 2024.11.01 06:57:47.622031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12507 | 2024.11.01 06:57:47.622071 [ 3 ] {} <Debug> HTTP-Session: 2c0ea046-5ee9-4f2b-bb92-27134f3b7308 Authenticating user 'default' from [fd00:1122:3344:101::d]:64459 | ||
| 12508 | 2024.11.01 06:57:47.622106 [ 3 ] {} <Debug> HTTP-Session: 2c0ea046-5ee9-4f2b-bb92-27134f3b7308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12509 | 2024.11.01 06:57:47.622134 [ 3 ] {} <Debug> HTTP-Session: 2c0ea046-5ee9-4f2b-bb92-27134f3b7308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12510 | 2024.11.01 06:57:47.622201 [ 3 ] {} <Trace> HTTP-Session: 2c0ea046-5ee9-4f2b-bb92-27134f3b7308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12511 | 2024.11.01 06:57:47.622343 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64459) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12512 | 2024.11.01 06:57:47.622400 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12513 | 2024.11.01 06:57:47.622714 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12514 | 2024.11.01 06:57:47.623085 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12515 | 2024.11.01 06:57:47.623131 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12516 | 2024.11.01 06:57:47.623487 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12517 | 2024.11.01 06:57:47.623862 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12518 | 2024.11.01 06:57:47.624026 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001708 sec., 3512.8805620608896 rows/sec., 207.55 KiB/sec. | ||
| 12519 | 2024.11.01 06:57:47.624027 [ 70 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12520 | 2024.11.01 06:57:47.624122 [ 70 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12521 | 2024.11.01 06:57:47.624187 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12522 | 2024.11.01 06:57:47.624333 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Debug> DynamicQueryHandler: Done processing query | ||
| 12523 | 2024.11.01 06:57:47.624349 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 12524 | 2024.11.01 06:57:47.624373 [ 3 ] {a53d3318-6a41-4f97-87a6-8a6927393410} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12525 | 2024.11.01 06:57:47.624428 [ 3 ] {} <Debug> HTTP-Session: 2c0ea046-5ee9-4f2b-bb92-27134f3b7308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12526 | 2024.11.01 06:57:47.624552 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12527 | 2024.11.01 06:57:47.624590 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 12528 | 2024.11.01 06:57:47.624793 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 12529 | 2024.11.01 06:57:47.624816 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63906, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12530 | 2024.11.01 06:57:47.625084 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12531 | 2024.11.01 06:57:47.625195 [ 287 ] {} <Debug> HTTP-Session: 360d2743-aed7-4335-a053-b34f9a858222 Authenticating user 'default' from [fd00:1122:3344:101::d]:63906 | ||
| 12532 | 2024.11.01 06:57:47.625203 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 12533 | 2024.11.01 06:57:47.624952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12534 | 2024.11.01 06:57:47.625280 [ 287 ] {} <Debug> HTTP-Session: 360d2743-aed7-4335-a053-b34f9a858222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12535 | 2024.11.01 06:57:47.625367 [ 287 ] {} <Debug> HTTP-Session: 360d2743-aed7-4335-a053-b34f9a858222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12536 | 2024.11.01 06:57:47.625611 [ 287 ] {} <Trace> HTTP-Session: 360d2743-aed7-4335-a053-b34f9a858222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12537 | 2024.11.01 06:57:47.625717 [ 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): | ||
| 12538 | |||
| 12539 | (version 23.8.7.1) | ||
| 12540 | 2024.11.01 06:57:47.625726 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 12541 | 2024.11.01 06:57:47.626017 [ 188 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 12542 | 2024.11.01 06:57:47.626229 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63906) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12543 | 2024.11.01 06:57:47.626375 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12544 | 2024.11.01 06:57:47.626855 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12545 | 2024.11.01 06:57:47.627713 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003437452 sec., 8727.394593437231 rows/sec., 553.99 KiB/sec. | ||
| 12546 | 2024.11.01 06:57:47.627794 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12547 | 2024.11.01 06:57:47.627852 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12548 | 2024.11.01 06:57:47.627960 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12549 | 2024.11.01 06:57:47.628746 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12550 | 2024.11.01 06:57:47.628965 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_25_6} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12551 | 2024.11.01 06:57:47.629248 [ 198 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_25_6} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12552 | 2024.11.01 06:57:47.629413 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12553 | 2024.11.01 06:57:47.629504 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12554 | 2024.11.01 06:57:47.629672 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003752 sec., 112206.82302771855 rows/sec., 8.02 MiB/sec. | ||
| 12555 | 2024.11.01 06:57:47.629687 [ 70 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12556 | 2024.11.01 06:57:47.629789 [ 70 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12557 | 2024.11.01 06:57:47.629840 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12558 | 2024.11.01 06:57:47.629984 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12559 | 2024.11.01 06:57:47.630005 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 12560 | 2024.11.01 06:57:47.630018 [ 287 ] {beae319b-b039-4511-a88b-e061aa7ef2e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12561 | 2024.11.01 06:57:47.630056 [ 287 ] {} <Debug> HTTP-Session: 360d2743-aed7-4335-a053-b34f9a858222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12562 | 2024.11.01 06:57:47.630164 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12563 | 2024.11.01 06:57:47.630192 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 12564 | 2024.11.01 06:57:47.630351 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12565 | 2024.11.01 06:57:47.630375 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 12566 | 2024.11.01 06:57:47.630636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35005, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12567 | 2024.11.01 06:57:47.630815 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 12568 | 2024.11.01 06:57:47.630877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12569 | 2024.11.01 06:57:47.631021 [ 3 ] {} <Debug> HTTP-Session: 917bbed7-5b09-4692-a9fa-2c59d27acbc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35005 | ||
| 12570 | 2024.11.01 06:57:47.631112 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 12571 | 2024.11.01 06:57:47.631159 [ 3 ] {} <Debug> HTTP-Session: 917bbed7-5b09-4692-a9fa-2c59d27acbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12572 | 2024.11.01 06:57:47.631242 [ 3 ] {} <Debug> HTTP-Session: 917bbed7-5b09-4692-a9fa-2c59d27acbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12573 | 2024.11.01 06:57:47.631419 [ 3 ] {} <Trace> HTTP-Session: 917bbed7-5b09-4692-a9fa-2c59d27acbc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12574 | 2024.11.01 06:57:47.631435 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 12575 | 2024.11.01 06:57:47.631682 [ 196 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 421 rows starting from the beginning of the part | ||
| 12576 | 2024.11.01 06:57:47.631736 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35005) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12577 | 2024.11.01 06:57:47.631917 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12578 | 2024.11.01 06:57:47.632501 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12579 | 2024.11.01 06:57:47.633211 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12580 | 2024.11.01 06:57:47.633283 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12581 | 2024.11.01 06:57:47.634299 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12582 | 2024.11.01 06:57:47.634901 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.004961367 sec., 394850.8546132547 rows/sec., 30.23 MiB/sec. | ||
| 12583 | 2024.11.01 06:57:47.634981 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2024.11.01 06:57:47.635208 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12585 | 2024.11.01 06:57:47.635330 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003679 sec., 1630.8779559662953 rows/sec., 85.21 KiB/sec. | ||
| 12586 | 2024.11.01 06:57:47.636291 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12587 | 2024.11.01 06:57:47.636341 [ 3 ] {bf4837c7-daed-468c-814b-ed81390ac02f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12588 | 2024.11.01 06:57:47.636375 [ 3 ] {} <Debug> HTTP-Session: 917bbed7-5b09-4692-a9fa-2c59d27acbc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12589 | 2024.11.01 06:57:47.636466 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12590 | 2024.11.01 06:57:47.636547 [ 188 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_76_15} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12591 | 2024.11.01 06:57:47.636699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12592 | 2024.11.01 06:57:47.636746 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12593 | 2024.11.01 06:57:47.636765 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47247, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12594 | 2024.11.01 06:57:47.636863 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12595 | 2024.11.01 06:57:47.636886 [ 287 ] {} <Debug> HTTP-Session: e295cc60-2549-4d09-b304-487782c2d565 Authenticating user 'default' from [fd00:1122:3344:101::d]:47247 | ||
| 12596 | 2024.11.01 06:57:47.636913 [ 287 ] {} <Debug> HTTP-Session: e295cc60-2549-4d09-b304-487782c2d565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12597 | 2024.11.01 06:57:47.636931 [ 287 ] {} <Debug> HTTP-Session: e295cc60-2549-4d09-b304-487782c2d565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12598 | 2024.11.01 06:57:47.636971 [ 287 ] {} <Trace> HTTP-Session: e295cc60-2549-4d09-b304-487782c2d565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12599 | 2024.11.01 06:57:47.637185 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47247) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12600 | 2024.11.01 06:57:47.637234 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12601 | 2024.11.01 06:57:47.637397 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12602 | 2024.11.01 06:57:47.637828 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2024.11.01 06:57:47.637864 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12604 | 2024.11.01 06:57:47.638248 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12605 | 2024.11.01 06:57:47.638571 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12606 | 2024.11.01 06:57:47.638708 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
| 12607 | 2024.11.01 06:57:47.638720 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12608 | 2024.11.01 06:57:47.638799 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12609 | 2024.11.01 06:57:47.638836 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12610 | 2024.11.01 06:57:47.639055 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 12611 | 2024.11.01 06:57:47.639066 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Debug> DynamicQueryHandler: Done processing query | ||
| 12612 | 2024.11.01 06:57:47.639119 [ 287 ] {eb0cd433-7eb9-427e-aedb-fe72e5172815} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12613 | 2024.11.01 06:57:47.639159 [ 287 ] {} <Debug> HTTP-Session: e295cc60-2549-4d09-b304-487782c2d565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12614 | 2024.11.01 06:57:47.639278 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12615 | 2024.11.01 06:57:47.639337 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 13932 rows starting from the beginning of the part | ||
| 12616 | 2024.11.01 06:57:47.639351 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12617 | 2024.11.01 06:57:47.639528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60047, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12618 | 2024.11.01 06:57:47.639743 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 12619 | 2024.11.01 06:57:47.639745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12620 | 2024.11.01 06:57:47.639827 [ 3 ] {} <Debug> HTTP-Session: aea73eee-2ffa-4c96-800e-e6ac3e2169d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:60047 | ||
| 12621 | 2024.11.01 06:57:47.639913 [ 3 ] {} <Debug> HTTP-Session: aea73eee-2ffa-4c96-800e-e6ac3e2169d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12622 | 2024.11.01 06:57:47.639992 [ 3 ] {} <Debug> HTTP-Session: aea73eee-2ffa-4c96-800e-e6ac3e2169d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12623 | 2024.11.01 06:57:47.640082 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 12624 | 2024.11.01 06:57:47.640128 [ 3 ] {} <Trace> HTTP-Session: aea73eee-2ffa-4c96-800e-e6ac3e2169d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12625 | 2024.11.01 06:57:47.640373 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 166 rows starting from the beginning of the part | ||
| 12626 | 2024.11.01 06:57:47.640424 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60047) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12627 | 2024.11.01 06:57:47.640593 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12628 | 2024.11.01 06:57:47.640669 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 12629 | 2024.11.01 06:57:47.641090 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 12630 | 2024.11.01 06:57:47.641538 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12631 | 2024.11.01 06:57:47.642367 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2024.11.01 06:57:47.642419 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12633 | 2024.11.01 06:57:47.643060 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12634 | 2024.11.01 06:57:47.643614 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2024.11.01 06:57:47.643950 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003581 sec., 279.2516056967328 rows/sec., 18.82 KiB/sec. | ||
| 12636 | 2024.11.01 06:57:47.644850 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12637 | 2024.11.01 06:57:47.644934 [ 3 ] {4dd4f630-2e33-42f2-a8ca-045075eae86f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12638 | 2024.11.01 06:57:47.644978 [ 3 ] {} <Debug> HTTP-Session: aea73eee-2ffa-4c96-800e-e6ac3e2169d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12639 | 2024.11.01 06:57:47.645253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12640 | 2024.11.01 06:57:47.645369 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50874, User-Agent: (none), Length: 65738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12641 | 2024.11.01 06:57:47.645451 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12642 | 2024.11.01 06:57:47.645475 [ 287 ] {} <Debug> HTTP-Session: 0b0a4a0a-ee85-4d77-8a5f-76cfbed23d89 Authenticating user 'default' from [fd00:1122:3344:101::d]:50874 | ||
| 12643 | 2024.11.01 06:57:47.645496 [ 287 ] {} <Debug> HTTP-Session: 0b0a4a0a-ee85-4d77-8a5f-76cfbed23d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12644 | 2024.11.01 06:57:47.645514 [ 287 ] {} <Debug> HTTP-Session: 0b0a4a0a-ee85-4d77-8a5f-76cfbed23d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12645 | 2024.11.01 06:57:47.645586 [ 287 ] {} <Trace> HTTP-Session: 0b0a4a0a-ee85-4d77-8a5f-76cfbed23d89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12646 | 2024.11.01 06:57:47.647075 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50874) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12647 | 2024.11.01 06:57:47.647175 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <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 | ||
| 12648 | 2024.11.01 06:57:47.648224 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14892 rows, containing 5 columns (5 merged, 0 gathered) in 0.009245058 sec., 1610806.5519978348 rows/sec., 109.98 MiB/sec. | ||
| 12649 | 2024.11.01 06:57:47.648287 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12650 | 2024.11.01 06:57:47.648697 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12651 | 2024.11.01 06:57:47.649234 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12652 | 2024.11.01 06:57:47.649361 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12653 | 2024.11.01 06:57:47.649407 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12654 | 2024.11.01 06:57:47.649465 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12655 | 2024.11.01 06:57:47.649468 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.00 MiB. | ||
| 12656 | 2024.11.01 06:57:47.650170 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12657 | 2024.11.01 06:57:47.650601 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12658 | 2024.11.01 06:57:47.650801 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004984 sec., 7825.040128410916 rows/sec., 14.02 MiB/sec. | ||
| 12659 | 2024.11.01 06:57:47.651382 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Debug> DynamicQueryHandler: Done processing query | ||
| 12660 | 2024.11.01 06:57:47.651407 [ 287 ] {31e1fd16-7c76-46a6-8720-86f725df2d38} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 12661 | 2024.11.01 06:57:47.651424 [ 287 ] {} <Debug> HTTP-Session: 0b0a4a0a-ee85-4d77-8a5f-76cfbed23d89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12662 | 2024.11.01 06:57:47.651634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60047, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12663 | 2024.11.01 06:57:47.651649 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12664 | 2024.11.01 06:57:47.651726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12665 | 2024.11.01 06:57:47.651761 [ 3 ] {} <Debug> HTTP-Session: 92097b0c-6b9e-4abd-95ce-cf4b6f607f1c Authenticating user 'default' from [fd00:1122:3344:101::d]:60047 | ||
| 12666 | 2024.11.01 06:57:47.651781 [ 3 ] {} <Debug> HTTP-Session: 92097b0c-6b9e-4abd-95ce-cf4b6f607f1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12667 | 2024.11.01 06:57:47.651806 [ 3 ] {} <Debug> HTTP-Session: 92097b0c-6b9e-4abd-95ce-cf4b6f607f1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12668 | 2024.11.01 06:57:47.651849 [ 3 ] {} <Trace> HTTP-Session: 92097b0c-6b9e-4abd-95ce-cf4b6f607f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12669 | 2024.11.01 06:57:47.652008 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60047) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12670 | 2024.11.01 06:57:47.652058 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12671 | 2024.11.01 06:57:47.652222 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12672 | 2024.11.01 06:57:47.652588 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12673 | 2024.11.01 06:57:47.652628 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12674 | 2024.11.01 06:57:47.653026 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12675 | 2024.11.01 06:57:47.653368 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12676 | 2024.11.01 06:57:47.653520 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001577 sec., 51997.46353836398 rows/sec., 3.30 MiB/sec. | ||
| 12677 | 2024.11.01 06:57:47.653543 [ 70 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12678 | 2024.11.01 06:57:47.653620 [ 70 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12679 | 2024.11.01 06:57:47.653670 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12680 | 2024.11.01 06:57:47.653812 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Debug> DynamicQueryHandler: Done processing query | ||
| 12681 | 2024.11.01 06:57:47.653883 [ 3 ] {823939d2-545c-41f9-8f97-75fdc6f4faef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12682 | 2024.11.01 06:57:47.653889 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 12683 | 2024.11.01 06:57:47.653908 [ 3 ] {} <Debug> HTTP-Session: 92097b0c-6b9e-4abd-95ce-cf4b6f607f1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12684 | 2024.11.01 06:57:47.654219 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12685 | 2024.11.01 06:57:47.654311 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4420 rows starting from the beginning of the part | ||
| 12686 | 2024.11.01 06:57:47.654412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12687 | 2024.11.01 06:57:47.654567 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 12688 | 2024.11.01 06:57:47.654739 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 12689 | 2024.11.01 06:57:47.654825 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 12690 | 2024.11.01 06:57:47.654883 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 12691 | 2024.11.01 06:57:47.655002 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 12692 | 2024.11.01 06:57:47.657037 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4764 rows, containing 4 columns (4 merged, 0 gathered) in 0.003279101 sec., 1452837.2258128065 rows/sec., 95.53 MiB/sec. | ||
| 12693 | 2024.11.01 06:57:47.657340 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12694 | 2024.11.01 06:57:47.657717 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12695 | 2024.11.01 06:57:47.657792 [ 191 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_76_15} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12696 | 2024.11.01 06:57:47.657864 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 12697 | 2024.11.01 06:57:48.000220 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.35 MiB, peak 183.53 MiB, free memory in arenas 0.00 B, will set to 176.79 MiB (RSS), difference: 1.44 MiB | ||
| 12698 | 2024.11.01 06:57:49.654124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12699 | 2024.11.01 06:57:49.908672 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12700 | 2024.11.01 06:57:50.076230 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12701 | 2024.11.01 06:57:50.179464 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12702 | 2024.11.01 06:57:50.403422 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12703 | 2024.11.01 06:57:50.407536 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12704 | 2024.11.01 06:57:50.420624 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12705 | 2024.11.01 06:57:50.447021 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12706 | 2024.11.01 06:57:50.449286 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12707 | 2024.11.01 06:57:50.492813 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12708 | 2024.11.01 06:57:50.503101 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12709 | 2024.11.01 06:57:50.719209 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12710 | 2024.11.01 06:57:50.724532 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12711 | 2024.11.01 06:57:50.743173 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12712 | 2024.11.01 06:57:50.743819 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12713 | 2024.11.01 06:57:50.743838 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12714 | 2024.11.01 06:57:50.779608 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12715 | 2024.11.01 06:57:50.800508 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12716 | 2024.11.01 06:57:50.811139 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12717 | 2024.11.01 06:57:50.819720 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12718 | 2024.11.01 06:57:50.825439 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12719 | 2024.11.01 06:57:50.827720 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12720 | 2024.11.01 06:57:50.839252 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12721 | 2024.11.01 06:57:50.874510 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12722 | 2024.11.01 06:57:51.202472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1154 | ||
| 12723 | 2024.11.01 06:57:51.205318 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12724 | 2024.11.01 06:57:51.205362 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12725 | 2024.11.01 06:57:51.206838 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12726 | 2024.11.01 06:57:51.207824 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12727 | 2024.11.01 06:57:51.209130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1154 | ||
| 12728 | 2024.11.01 06:57:52.603086 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53603, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12729 | 2024.11.01 06:57:52.603211 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12730 | 2024.11.01 06:57:52.603235 [ 289 ] {} <Debug> HTTP-Session: a8e7f30d-dbb0-4c11-b78a-f7f8bfd0f0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53603 | ||
| 12731 | 2024.11.01 06:57:52.603260 [ 289 ] {} <Debug> HTTP-Session: a8e7f30d-dbb0-4c11-b78a-f7f8bfd0f0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12732 | 2024.11.01 06:57:52.603275 [ 289 ] {} <Debug> HTTP-Session: a8e7f30d-dbb0-4c11-b78a-f7f8bfd0f0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12733 | 2024.11.01 06:57:52.603326 [ 289 ] {} <Trace> HTTP-Session: a8e7f30d-dbb0-4c11-b78a-f7f8bfd0f0f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12734 | 2024.11.01 06:57:52.603510 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53603) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12735 | 2024.11.01 06:57:52.603574 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12736 | 2024.11.01 06:57:52.603923 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12737 | 2024.11.01 06:57:52.604358 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12738 | 2024.11.01 06:57:52.604399 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12739 | 2024.11.01 06:57:52.604808 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 12740 | 2024.11.01 06:57:52.605192 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2024.11.01 06:57:52.605337 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001877 sec., 3196.5903036760787 rows/sec., 260.66 KiB/sec. | ||
| 12742 | 2024.11.01 06:57:52.605644 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Debug> DynamicQueryHandler: Done processing query | ||
| 12743 | 2024.11.01 06:57:52.605669 [ 289 ] {92d9c9ed-3a12-435d-96fb-17411451da50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12744 | 2024.11.01 06:57:52.605686 [ 289 ] {} <Debug> HTTP-Session: a8e7f30d-dbb0-4c11-b78a-f7f8bfd0f0f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12745 | 2024.11.01 06:57:52.605909 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12746 | 2024.11.01 06:57:52.606034 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51354, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12747 | 2024.11.01 06:57:52.606161 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12748 | 2024.11.01 06:57:52.606187 [ 285 ] {} <Debug> HTTP-Session: 54e6f45c-a84a-4c41-bf4b-3e7bfa909dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:51354 | ||
| 12749 | 2024.11.01 06:57:52.606212 [ 285 ] {} <Debug> HTTP-Session: 54e6f45c-a84a-4c41-bf4b-3e7bfa909dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12750 | 2024.11.01 06:57:52.606227 [ 285 ] {} <Debug> HTTP-Session: 54e6f45c-a84a-4c41-bf4b-3e7bfa909dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12751 | 2024.11.01 06:57:52.606284 [ 285 ] {} <Trace> HTTP-Session: 54e6f45c-a84a-4c41-bf4b-3e7bfa909dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12752 | 2024.11.01 06:57:52.606486 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51354) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12753 | 2024.11.01 06:57:52.606557 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12754 | 2024.11.01 06:57:52.606909 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12755 | 2024.11.01 06:57:52.607338 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2024.11.01 06:57:52.607382 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12757 | 2024.11.01 06:57:52.607826 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12758 | 2024.11.01 06:57:52.608240 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12759 | 2024.11.01 06:57:52.608419 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.002004 sec., 29441.117764471055 rows/sec., 2.25 MiB/sec. | ||
| 12760 | 2024.11.01 06:57:52.608664 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Debug> DynamicQueryHandler: Done processing query | ||
| 12761 | 2024.11.01 06:57:52.608702 [ 285 ] {cdef4e42-76ac-49ca-b23d-ab0bf736c7df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12762 | 2024.11.01 06:57:52.608734 [ 285 ] {} <Debug> HTTP-Session: 54e6f45c-a84a-4c41-bf4b-3e7bfa909dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12763 | 2024.11.01 06:57:52.608994 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12764 | 2024.11.01 06:57:52.609033 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62067, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12765 | 2024.11.01 06:57:52.609112 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12766 | 2024.11.01 06:57:52.609134 [ 289 ] {} <Debug> HTTP-Session: 779b62fa-52ac-4548-b48a-1cab6ab4e002 Authenticating user 'default' from [fd00:1122:3344:101::d]:62067 | ||
| 12767 | 2024.11.01 06:57:52.609161 [ 289 ] {} <Debug> HTTP-Session: 779b62fa-52ac-4548-b48a-1cab6ab4e002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12768 | 2024.11.01 06:57:52.609178 [ 289 ] {} <Debug> HTTP-Session: 779b62fa-52ac-4548-b48a-1cab6ab4e002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12769 | 2024.11.01 06:57:52.609225 [ 289 ] {} <Trace> HTTP-Session: 779b62fa-52ac-4548-b48a-1cab6ab4e002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12770 | 2024.11.01 06:57:52.609336 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62067) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12771 | 2024.11.01 06:57:52.609384 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12772 | 2024.11.01 06:57:52.609647 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12773 | 2024.11.01 06:57:52.609988 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2024.11.01 06:57:52.610024 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12775 | 2024.11.01 06:57:52.610372 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12776 | 2024.11.01 06:57:52.610740 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2024.11.01 06:57:52.610868 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 268.21 KiB/sec. | ||
| 12778 | 2024.11.01 06:57:52.610872 [ 64 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
| 12779 | 2024.11.01 06:57:52.610927 [ 64 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12780 | 2024.11.01 06:57:52.610958 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12781 | 2024.11.01 06:57:52.611122 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Debug> DynamicQueryHandler: Done processing query | ||
| 12782 | 2024.11.01 06:57:52.611179 [ 289 ] {b7e3220e-ebd3-4e46-a768-bfa33dcced52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12783 | 2024.11.01 06:57:52.611188 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 12784 | 2024.11.01 06:57:52.611203 [ 289 ] {} <Debug> HTTP-Session: 779b62fa-52ac-4548-b48a-1cab6ab4e002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12785 | 2024.11.01 06:57:52.611587 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12786 | 2024.11.01 06:57:52.611837 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12787 | 2024.11.01 06:57:52.611913 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51601, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12788 | 2024.11.01 06:57:52.611936 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 57 rows starting from the beginning of the part | ||
| 12789 | 2024.11.01 06:57:52.612019 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12790 | 2024.11.01 06:57:52.612128 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 12791 | 2024.11.01 06:57:52.612137 [ 285 ] {} <Debug> HTTP-Session: 51c14e1d-b842-47e6-8db8-eacb5526f09b Authenticating user 'default' from [fd00:1122:3344:101::d]:51601 | ||
| 12792 | 2024.11.01 06:57:52.612231 [ 285 ] {} <Debug> HTTP-Session: 51c14e1d-b842-47e6-8db8-eacb5526f09b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12793 | 2024.11.01 06:57:52.612423 [ 285 ] {} <Debug> HTTP-Session: 51c14e1d-b842-47e6-8db8-eacb5526f09b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12794 | 2024.11.01 06:57:52.612514 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 12795 | 2024.11.01 06:57:52.612906 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
| 12796 | 2024.11.01 06:57:52.613197 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 12797 | 2024.11.01 06:57:52.613277 [ 285 ] {} <Trace> HTTP-Session: 51c14e1d-b842-47e6-8db8-eacb5526f09b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12798 | 2024.11.01 06:57:52.613518 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12799 | 2024.11.01 06:57:52.613980 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51601) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12800 | 2024.11.01 06:57:52.614069 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12801 | 2024.11.01 06:57:52.614924 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12802 | 2024.11.01 06:57:52.616024 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12803 | 2024.11.01 06:57:52.616094 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12804 | 2024.11.01 06:57:52.616622 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.005602613 sec., 34269.72378781115 rows/sec., 2.61 MiB/sec. | ||
| 12805 | 2024.11.01 06:57:52.616839 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 12806 | 2024.11.01 06:57:52.617066 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12807 | 2024.11.01 06:57:52.617935 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2024.11.01 06:57:52.618100 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12809 | 2024.11.01 06:57:52.618146 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_39_8} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
| 12810 | 2024.11.01 06:57:52.618311 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12811 | 2024.11.01 06:57:52.618422 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004701 sec., 14890.448840672196 rows/sec., 1.16 MiB/sec. | ||
| 12812 | 2024.11.01 06:57:52.618642 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Debug> DynamicQueryHandler: Done processing query | ||
| 12813 | 2024.11.01 06:57:52.618669 [ 285 ] {208f26f4-73a0-4985-9a62-f2823cbda3df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12814 | 2024.11.01 06:57:52.618686 [ 285 ] {} <Debug> HTTP-Session: 51c14e1d-b842-47e6-8db8-eacb5526f09b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12815 | 2024.11.01 06:57:52.618881 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12816 | 2024.11.01 06:57:52.618964 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52582, User-Agent: (none), Length: 25073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12817 | 2024.11.01 06:57:52.619025 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12818 | 2024.11.01 06:57:52.619045 [ 289 ] {} <Debug> HTTP-Session: 6bbae48f-df78-4684-983d-75c18f6f6b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:52582 | ||
| 12819 | 2024.11.01 06:57:52.619063 [ 289 ] {} <Debug> HTTP-Session: 6bbae48f-df78-4684-983d-75c18f6f6b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12820 | 2024.11.01 06:57:52.619078 [ 289 ] {} <Debug> HTTP-Session: 6bbae48f-df78-4684-983d-75c18f6f6b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12821 | 2024.11.01 06:57:52.619118 [ 289 ] {} <Trace> HTTP-Session: 6bbae48f-df78-4684-983d-75c18f6f6b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12822 | 2024.11.01 06:57:52.619286 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52582) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12823 | 2024.11.01 06:57:52.619338 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12824 | 2024.11.01 06:57:52.619517 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12825 | 2024.11.01 06:57:52.619899 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12826 | 2024.11.01 06:57:52.619935 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12827 | 2024.11.01 06:57:52.620336 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12828 | 2024.11.01 06:57:52.620688 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12829 | 2024.11.01 06:57:52.620815 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001603 sec., 81721.77167810356 rows/sec., 5.69 MiB/sec. | ||
| 12830 | 2024.11.01 06:57:52.620981 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Debug> DynamicQueryHandler: Done processing query | ||
| 12831 | 2024.11.01 06:57:52.621005 [ 289 ] {5006ba43-2bc1-4d2c-b841-ce6f6cf1db79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12832 | 2024.11.01 06:57:52.621021 [ 289 ] {} <Debug> HTTP-Session: 6bbae48f-df78-4684-983d-75c18f6f6b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12833 | 2024.11.01 06:57:52.621218 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12834 | 2024.11.01 06:57:52.621219 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51601, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12835 | 2024.11.01 06:57:52.621320 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12836 | 2024.11.01 06:57:52.621356 [ 285 ] {} <Debug> HTTP-Session: b6f3ec41-f899-4021-983b-7c19e4057a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:51601 | ||
| 12837 | 2024.11.01 06:57:52.621383 [ 285 ] {} <Debug> HTTP-Session: b6f3ec41-f899-4021-983b-7c19e4057a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12838 | 2024.11.01 06:57:52.621400 [ 285 ] {} <Debug> HTTP-Session: b6f3ec41-f899-4021-983b-7c19e4057a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12839 | 2024.11.01 06:57:52.621440 [ 285 ] {} <Trace> HTTP-Session: b6f3ec41-f899-4021-983b-7c19e4057a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12840 | 2024.11.01 06:57:52.621578 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51601) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12841 | 2024.11.01 06:57:52.621627 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12842 | 2024.11.01 06:57:52.621794 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12843 | 2024.11.01 06:57:52.622098 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2024.11.01 06:57:52.622134 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12845 | 2024.11.01 06:57:52.622521 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12846 | 2024.11.01 06:57:52.622859 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12847 | 2024.11.01 06:57:52.623007 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001478 sec., 32476.319350473615 rows/sec., 2.19 MiB/sec. | ||
| 12848 | 2024.11.01 06:57:52.623182 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 12849 | 2024.11.01 06:57:52.623207 [ 285 ] {4163cb28-7176-42bd-93a8-8155274046bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12850 | 2024.11.01 06:57:52.623224 [ 285 ] {} <Debug> HTTP-Session: b6f3ec41-f899-4021-983b-7c19e4057a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12851 | 2024.11.01 06:57:52.623439 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12852 | 2024.11.01 06:57:55.895272 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12853 | 2024.11.01 06:57:55.895342 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12854 | 2024.11.01 06:57:57.605094 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51530, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12855 | 2024.11.01 06:57:57.605221 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12856 | 2024.11.01 06:57:57.605245 [ 289 ] {} <Debug> HTTP-Session: 3296c5d0-1343-4796-a22a-f314e9a98da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51530 | ||
| 12857 | 2024.11.01 06:57:57.605269 [ 289 ] {} <Debug> HTTP-Session: 3296c5d0-1343-4796-a22a-f314e9a98da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12858 | 2024.11.01 06:57:57.605306 [ 289 ] {} <Debug> HTTP-Session: 3296c5d0-1343-4796-a22a-f314e9a98da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12859 | 2024.11.01 06:57:57.605357 [ 289 ] {} <Trace> HTTP-Session: 3296c5d0-1343-4796-a22a-f314e9a98da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12860 | 2024.11.01 06:57:57.605547 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51530) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12861 | 2024.11.01 06:57:57.605610 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12862 | 2024.11.01 06:57:57.605935 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12863 | 2024.11.01 06:57:57.606396 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12864 | 2024.11.01 06:57:57.606435 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12865 | 2024.11.01 06:57:57.606838 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12866 | 2024.11.01 06:57:57.607240 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2024.11.01 06:57:57.607389 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec. | ||
| 12868 | 2024.11.01 06:57:57.607592 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Debug> DynamicQueryHandler: Done processing query | ||
| 12869 | 2024.11.01 06:57:57.607618 [ 289 ] {0fae3cb7-2c08-4086-9dce-7608b158a768} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12870 | 2024.11.01 06:57:57.607634 [ 289 ] {} <Debug> HTTP-Session: 3296c5d0-1343-4796-a22a-f314e9a98da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12871 | 2024.11.01 06:57:57.607863 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12872 | 2024.11.01 06:57:57.608027 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54580, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12873 | 2024.11.01 06:57:57.608212 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12874 | 2024.11.01 06:57:57.608256 [ 285 ] {} <Debug> HTTP-Session: 4347d7cb-9a0e-4f6e-9cc1-0732e25b956f Authenticating user 'default' from [fd00:1122:3344:101::d]:54580 | ||
| 12875 | 2024.11.01 06:57:57.608297 [ 285 ] {} <Debug> HTTP-Session: 4347d7cb-9a0e-4f6e-9cc1-0732e25b956f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12876 | 2024.11.01 06:57:57.608325 [ 285 ] {} <Debug> HTTP-Session: 4347d7cb-9a0e-4f6e-9cc1-0732e25b956f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12877 | 2024.11.01 06:57:57.608409 [ 285 ] {} <Trace> HTTP-Session: 4347d7cb-9a0e-4f6e-9cc1-0732e25b956f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12878 | 2024.11.01 06:57:57.608688 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54580) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12879 | 2024.11.01 06:57:57.608758 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12880 | 2024.11.01 06:57:57.609112 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12881 | 2024.11.01 06:57:57.609570 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2024.11.01 06:57:57.609615 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12883 | 2024.11.01 06:57:57.610030 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12884 | 2024.11.01 06:57:57.610476 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2024.11.01 06:57:57.610667 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002055 sec., 31143.552311435524 rows/sec., 2.43 MiB/sec. | ||
| 12886 | 2024.11.01 06:57:57.610893 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12887 | 2024.11.01 06:57:57.610920 [ 285 ] {79917dda-5333-46e0-9e02-d7193ffc7dfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12888 | 2024.11.01 06:57:57.610937 [ 285 ] {} <Debug> HTTP-Session: 4347d7cb-9a0e-4f6e-9cc1-0732e25b956f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12889 | 2024.11.01 06:57:57.611153 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12890 | 2024.11.01 06:57:57.611258 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45231, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12891 | 2024.11.01 06:57:57.611378 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12892 | 2024.11.01 06:57:57.611416 [ 289 ] {} <Debug> HTTP-Session: ccf6c0ea-5d6d-4b3d-bd2a-a626185dc867 Authenticating user 'default' from [fd00:1122:3344:101::d]:45231 | ||
| 12893 | 2024.11.01 06:57:57.611450 [ 289 ] {} <Debug> HTTP-Session: ccf6c0ea-5d6d-4b3d-bd2a-a626185dc867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12894 | 2024.11.01 06:57:57.611477 [ 289 ] {} <Debug> HTTP-Session: ccf6c0ea-5d6d-4b3d-bd2a-a626185dc867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12895 | 2024.11.01 06:57:57.611545 [ 289 ] {} <Trace> HTTP-Session: ccf6c0ea-5d6d-4b3d-bd2a-a626185dc867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12896 | 2024.11.01 06:57:57.611721 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45231) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12897 | 2024.11.01 06:57:57.611773 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12898 | 2024.11.01 06:57:57.611955 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12899 | 2024.11.01 06:57:57.612380 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2024.11.01 06:57:57.612415 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12901 | 2024.11.01 06:57:57.612805 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12902 | 2024.11.01 06:57:57.613146 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12903 | 2024.11.01 06:57:57.613285 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
| 12904 | 2024.11.01 06:57:57.613492 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12905 | 2024.11.01 06:57:57.613517 [ 289 ] {ee3e36ab-0301-4511-8b02-e3c26f4580e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12906 | 2024.11.01 06:57:57.613533 [ 289 ] {} <Debug> HTTP-Session: ccf6c0ea-5d6d-4b3d-bd2a-a626185dc867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12907 | 2024.11.01 06:57:57.613697 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12908 | 2024.11.01 06:57:57.613759 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56708, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12909 | 2024.11.01 06:57:57.613843 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12910 | 2024.11.01 06:57:57.613869 [ 285 ] {} <Debug> HTTP-Session: 5d63a152-b36a-4bbc-9a06-15cf7418de13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56708 | ||
| 12911 | 2024.11.01 06:57:57.613891 [ 285 ] {} <Debug> HTTP-Session: 5d63a152-b36a-4bbc-9a06-15cf7418de13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12912 | 2024.11.01 06:57:57.613905 [ 285 ] {} <Debug> HTTP-Session: 5d63a152-b36a-4bbc-9a06-15cf7418de13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12913 | 2024.11.01 06:57:57.613949 [ 285 ] {} <Trace> HTTP-Session: 5d63a152-b36a-4bbc-9a06-15cf7418de13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12914 | 2024.11.01 06:57:57.614112 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56708) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12915 | 2024.11.01 06:57:57.614167 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12916 | 2024.11.01 06:57:57.614344 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12917 | 2024.11.01 06:57:57.614671 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12918 | 2024.11.01 06:57:57.614709 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12919 | 2024.11.01 06:57:57.615122 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12920 | 2024.11.01 06:57:57.615473 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12921 | 2024.11.01 06:57:57.615640 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001591 sec., 37712.13073538655 rows/sec., 2.54 MiB/sec. | ||
| 12922 | 2024.11.01 06:57:57.615816 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12923 | 2024.11.01 06:57:57.615840 [ 285 ] {b0812f7d-d0ba-4492-81b5-683d591dd9d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12924 | 2024.11.01 06:57:57.615857 [ 285 ] {} <Debug> HTTP-Session: 5d63a152-b36a-4bbc-9a06-15cf7418de13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12925 | 2024.11.01 06:57:57.616126 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12926 | 2024.11.01 06:57:58.525072 [ 59 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 12927 | 2024.11.01 06:57:58.525145 [ 59 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12928 | 2024.11.01 06:57:58.525172 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12929 | 2024.11.01 06:57:58.525344 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 12930 | 2024.11.01 06:57:58.525843 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12931 | 2024.11.01 06:57:58.525924 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 22 rows starting from the beginning of the part | ||
| 12932 | 2024.11.01 06:57:58.526001 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 12933 | 2024.11.01 06:57:58.526127 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 12934 | 2024.11.01 06:57:58.526233 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 12935 | 2024.11.01 06:57:58.526419 [ 191 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 12936 | 2024.11.01 06:57:58.527848 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.002602475 sec., 9990.489822188494 rows/sec., 671.69 KiB/sec. | ||
| 12937 | 2024.11.01 06:57:58.528056 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 12938 | 2024.11.01 06:57:58.528581 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12939 | 2024.11.01 06:57:58.528673 [ 186 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_26_6} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 12940 | 2024.11.01 06:57:58.528775 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12941 | 2024.11.01 06:57:59.253271 [ 58 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12942 | 2024.11.01 06:57:59.253338 [ 58 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12943 | 2024.11.01 06:57:59.253365 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12944 | 2024.11.01 06:57:59.253510 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 12945 | 2024.11.01 06:57:59.253889 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12946 | 2024.11.01 06:57:59.253936 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 12947 | 2024.11.01 06:57:59.254013 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 12948 | 2024.11.01 06:57:59.254183 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 12949 | 2024.11.01 06:57:59.254495 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 12950 | 2024.11.01 06:57:59.254653 [ 194 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 12951 | 2024.11.01 06:57:59.255809 [ 200 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002377793 sec., 63083.70829588614 rows/sec., 3.22 MiB/sec. | ||
| 12952 | 2024.11.01 06:57:59.256028 [ 197 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12953 | 2024.11.01 06:57:59.256512 [ 197 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_25_6} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2024.11.01 06:57:59.256608 [ 197 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_25_6} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12955 | 2024.11.01 06:57:59.256713 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12956 | 2024.11.01 06:58:01.209476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1174 | ||
| 12957 | 2024.11.01 06:58:01.212671 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2024.11.01 06:58:01.212715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12959 | 2024.11.01 06:58:01.214177 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12960 | 2024.11.01 06:58:01.215155 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2024.11.01 06:58:01.215675 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1174 | ||
| 12962 | 2024.11.01 06:58:02.610931 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41520, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12963 | 2024.11.01 06:58:02.611072 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12964 | 2024.11.01 06:58:02.611101 [ 305 ] {} <Debug> HTTP-Session: d4e6aee4-de21-47fd-a7a9-cae73d3526c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41520 | ||
| 12965 | 2024.11.01 06:58:02.611130 [ 305 ] {} <Debug> HTTP-Session: d4e6aee4-de21-47fd-a7a9-cae73d3526c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12966 | 2024.11.01 06:58:02.611147 [ 305 ] {} <Debug> HTTP-Session: d4e6aee4-de21-47fd-a7a9-cae73d3526c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12967 | 2024.11.01 06:58:02.611205 [ 305 ] {} <Trace> HTTP-Session: d4e6aee4-de21-47fd-a7a9-cae73d3526c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12968 | 2024.11.01 06:58:02.611514 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41520) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12969 | 2024.11.01 06:58:02.611592 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12970 | 2024.11.01 06:58:02.611948 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12971 | 2024.11.01 06:58:02.612552 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12972 | 2024.11.01 06:58:02.612594 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12973 | 2024.11.01 06:58:02.613034 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12974 | 2024.11.01 06:58:02.613427 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2024.11.01 06:58:02.613608 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002231 sec., 119677.27476467952 rows/sec., 10.65 MiB/sec. | ||
| 12976 | 2024.11.01 06:58:02.613891 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12977 | 2024.11.01 06:58:02.613960 [ 305 ] {2f45b7eb-986f-4a06-b2e4-8a63d35c2ce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12978 | 2024.11.01 06:58:02.614028 [ 305 ] {} <Debug> HTTP-Session: d4e6aee4-de21-47fd-a7a9-cae73d3526c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12979 | 2024.11.01 06:58:02.614338 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12980 | 2024.11.01 06:58:02.614459 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46865, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12981 | 2024.11.01 06:58:02.614599 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12982 | 2024.11.01 06:58:02.614628 [ 289 ] {} <Debug> HTTP-Session: bbba8a8a-1147-48da-8e5d-9df3aa3f94dc Authenticating user 'default' from [fd00:1122:3344:101::d]:46865 | ||
| 12983 | 2024.11.01 06:58:02.614656 [ 289 ] {} <Debug> HTTP-Session: bbba8a8a-1147-48da-8e5d-9df3aa3f94dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12984 | 2024.11.01 06:58:02.614674 [ 289 ] {} <Debug> HTTP-Session: bbba8a8a-1147-48da-8e5d-9df3aa3f94dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12985 | 2024.11.01 06:58:02.614736 [ 289 ] {} <Trace> HTTP-Session: bbba8a8a-1147-48da-8e5d-9df3aa3f94dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12986 | 2024.11.01 06:58:02.614930 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46865) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12987 | 2024.11.01 06:58:02.614998 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12988 | 2024.11.01 06:58:02.615343 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12989 | 2024.11.01 06:58:02.615722 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2024.11.01 06:58:02.615764 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 12991 | 2024.11.01 06:58:02.616176 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12992 | 2024.11.01 06:58:02.616559 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12993 | 2024.11.01 06:58:02.616736 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001868 sec., 20877.944325481796 rows/sec., 1.53 MiB/sec. | ||
| 12994 | 2024.11.01 06:58:02.617119 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Debug> DynamicQueryHandler: Done processing query | ||
| 12995 | 2024.11.01 06:58:02.617160 [ 289 ] {5669b9e1-6f3c-4f20-8154-ffa8e319b852} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12996 | 2024.11.01 06:58:02.617179 [ 289 ] {} <Debug> HTTP-Session: bbba8a8a-1147-48da-8e5d-9df3aa3f94dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12997 | 2024.11.01 06:58:02.617378 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12998 | 2024.11.01 06:58:02.617448 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47064, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12999 | 2024.11.01 06:58:02.617539 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13000 | 2024.11.01 06:58:02.617565 [ 285 ] {} <Debug> HTTP-Session: a5b3ecbf-0cd1-4cce-8306-3539a1939770 Authenticating user 'default' from [fd00:1122:3344:101::d]:47064 | ||
| 13001 | 2024.11.01 06:58:02.617588 [ 285 ] {} <Debug> HTTP-Session: a5b3ecbf-0cd1-4cce-8306-3539a1939770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13002 | 2024.11.01 06:58:02.617606 [ 285 ] {} <Debug> HTTP-Session: a5b3ecbf-0cd1-4cce-8306-3539a1939770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13003 | 2024.11.01 06:58:02.617653 [ 285 ] {} <Trace> HTTP-Session: a5b3ecbf-0cd1-4cce-8306-3539a1939770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13004 | 2024.11.01 06:58:02.617789 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47064) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13005 | 2024.11.01 06:58:02.617839 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13006 | 2024.11.01 06:58:02.618112 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13007 | 2024.11.01 06:58:02.618435 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13008 | 2024.11.01 06:58:02.618473 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13009 | 2024.11.01 06:58:02.618853 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13010 | 2024.11.01 06:58:02.619235 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13011 | 2024.11.01 06:58:02.619395 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 13012 | 2024.11.01 06:58:02.619730 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Debug> DynamicQueryHandler: Done processing query | ||
| 13013 | 2024.11.01 06:58:02.619757 [ 285 ] {15a66525-5f5c-4633-9a59-548e5131ab79} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13014 | 2024.11.01 06:58:02.619773 [ 285 ] {} <Debug> HTTP-Session: a5b3ecbf-0cd1-4cce-8306-3539a1939770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13015 | 2024.11.01 06:58:02.619923 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47064, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13016 | 2024.11.01 06:58:02.619956 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46865, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13017 | 2024.11.01 06:58:02.620033 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13018 | 2024.11.01 06:58:02.620068 [ 289 ] {} <Debug> HTTP-Session: 8d1ff46f-5c3f-41ef-bb1c-72d0b0419d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:46865 | ||
| 13019 | 2024.11.01 06:58:02.620096 [ 289 ] {} <Debug> HTTP-Session: 8d1ff46f-5c3f-41ef-bb1c-72d0b0419d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13020 | 2024.11.01 06:58:02.620114 [ 289 ] {} <Debug> HTTP-Session: 8d1ff46f-5c3f-41ef-bb1c-72d0b0419d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13021 | 2024.11.01 06:58:02.620157 [ 289 ] {} <Trace> HTTP-Session: 8d1ff46f-5c3f-41ef-bb1c-72d0b0419d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13022 | 2024.11.01 06:58:02.620348 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46865) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13023 | 2024.11.01 06:58:02.620402 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13024 | 2024.11.01 06:58:02.620717 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13025 | 2024.11.01 06:58:02.621029 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2024.11.01 06:58:02.621065 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13027 | 2024.11.01 06:58:02.621421 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13028 | 2024.11.01 06:58:02.621788 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13029 | 2024.11.01 06:58:02.621945 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 216.95 KiB/sec. | ||
| 13030 | 2024.11.01 06:58:02.622281 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13031 | 2024.11.01 06:58:02.622337 [ 289 ] {c0ebff3f-5644-4a24-8c53-a53887d6bab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13032 | 2024.11.01 06:58:02.622374 [ 289 ] {} <Debug> HTTP-Session: 8d1ff46f-5c3f-41ef-bb1c-72d0b0419d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13033 | 2024.11.01 06:58:02.622624 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13034 | 2024.11.01 06:58:02.622744 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43287, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13035 | 2024.11.01 06:58:02.622816 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13036 | 2024.11.01 06:58:02.622840 [ 285 ] {} <Debug> HTTP-Session: 1ef90460-bd66-41dc-bc13-0a1f14397b1c Authenticating user 'default' from [fd00:1122:3344:101::d]:43287 | ||
| 13037 | 2024.11.01 06:58:02.622862 [ 285 ] {} <Debug> HTTP-Session: 1ef90460-bd66-41dc-bc13-0a1f14397b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13038 | 2024.11.01 06:58:02.622880 [ 285 ] {} <Debug> HTTP-Session: 1ef90460-bd66-41dc-bc13-0a1f14397b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13039 | 2024.11.01 06:58:02.622925 [ 285 ] {} <Trace> HTTP-Session: 1ef90460-bd66-41dc-bc13-0a1f14397b1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13040 | 2024.11.01 06:58:02.623218 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43287) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13041 | 2024.11.01 06:58:02.623276 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13042 | 2024.11.01 06:58:02.623591 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13043 | 2024.11.01 06:58:02.624204 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13044 | 2024.11.01 06:58:02.624242 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13045 | 2024.11.01 06:58:02.624626 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13046 | 2024.11.01 06:58:02.625007 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13047 | 2024.11.01 06:58:02.625169 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002104 sec., 200095.05703422055 rows/sec., 14.30 MiB/sec. | ||
| 13048 | 2024.11.01 06:58:02.625454 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13049 | 2024.11.01 06:58:02.625509 [ 285 ] {47b11b54-4d48-4258-9695-c2e05ed99ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13050 | 2024.11.01 06:58:02.625565 [ 285 ] {} <Debug> HTTP-Session: 1ef90460-bd66-41dc-bc13-0a1f14397b1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13051 | 2024.11.01 06:58:02.625830 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43287, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13052 | 2024.11.01 06:58:02.625847 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46865, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13053 | 2024.11.01 06:58:02.625936 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13054 | 2024.11.01 06:58:02.625965 [ 289 ] {} <Debug> HTTP-Session: a56796f3-1d8f-4475-a091-274c8a43553c Authenticating user 'default' from [fd00:1122:3344:101::d]:46865 | ||
| 13055 | 2024.11.01 06:58:02.625996 [ 289 ] {} <Debug> HTTP-Session: a56796f3-1d8f-4475-a091-274c8a43553c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13056 | 2024.11.01 06:58:02.626016 [ 289 ] {} <Debug> HTTP-Session: a56796f3-1d8f-4475-a091-274c8a43553c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13057 | 2024.11.01 06:58:02.626061 [ 289 ] {} <Trace> HTTP-Session: a56796f3-1d8f-4475-a091-274c8a43553c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13058 | 2024.11.01 06:58:02.626189 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46865) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13059 | 2024.11.01 06:58:02.626245 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13060 | 2024.11.01 06:58:02.626446 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13061 | 2024.11.01 06:58:02.626764 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13062 | 2024.11.01 06:58:02.626799 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13063 | 2024.11.01 06:58:02.627154 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13064 | 2024.11.01 06:58:02.627480 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13065 | 2024.11.01 06:58:02.627631 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 13066 | 2024.11.01 06:58:02.627924 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Debug> DynamicQueryHandler: Done processing query | ||
| 13067 | 2024.11.01 06:58:02.627970 [ 289 ] {4c6cf1d5-5ee0-41d5-a500-e7500fc69d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13068 | 2024.11.01 06:58:02.627988 [ 289 ] {} <Debug> HTTP-Session: a56796f3-1d8f-4475-a091-274c8a43553c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13069 | 2024.11.01 06:58:02.628172 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13070 | 2024.11.01 06:58:02.628293 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50478, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13071 | 2024.11.01 06:58:02.628370 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13072 | 2024.11.01 06:58:02.628392 [ 285 ] {} <Debug> HTTP-Session: 163af368-0749-41a4-a226-4224f431243d Authenticating user 'default' from [fd00:1122:3344:101::d]:50478 | ||
| 13073 | 2024.11.01 06:58:02.628409 [ 285 ] {} <Debug> HTTP-Session: 163af368-0749-41a4-a226-4224f431243d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13074 | 2024.11.01 06:58:02.628423 [ 285 ] {} <Debug> HTTP-Session: 163af368-0749-41a4-a226-4224f431243d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13075 | 2024.11.01 06:58:02.628462 [ 285 ] {} <Trace> HTTP-Session: 163af368-0749-41a4-a226-4224f431243d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13076 | 2024.11.01 06:58:02.628644 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50478) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13077 | 2024.11.01 06:58:02.628693 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13078 | 2024.11.01 06:58:02.628868 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13079 | 2024.11.01 06:58:02.629341 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13080 | 2024.11.01 06:58:02.629376 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13081 | 2024.11.01 06:58:02.629782 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13082 | 2024.11.01 06:58:02.630131 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13083 | 2024.11.01 06:58:02.630290 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001737 sec., 136442.14162348877 rows/sec., 9.15 MiB/sec. | ||
| 13084 | 2024.11.01 06:58:02.630573 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Debug> DynamicQueryHandler: Done processing query | ||
| 13085 | 2024.11.01 06:58:02.630629 [ 285 ] {51e15224-13de-42d3-a14d-6277a9486f24} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13086 | 2024.11.01 06:58:02.630694 [ 285 ] {} <Debug> HTTP-Session: 163af368-0749-41a4-a226-4224f431243d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13087 | 2024.11.01 06:58:02.630917 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13088 | 2024.11.01 06:58:02.630952 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47934, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13089 | 2024.11.01 06:58:02.631035 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13090 | 2024.11.01 06:58:02.631065 [ 289 ] {} <Debug> HTTP-Session: b2b990e4-05a1-407a-8326-8c23c22038d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47934 | ||
| 13091 | 2024.11.01 06:58:02.631088 [ 289 ] {} <Debug> HTTP-Session: b2b990e4-05a1-407a-8326-8c23c22038d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13092 | 2024.11.01 06:58:02.631107 [ 289 ] {} <Debug> HTTP-Session: b2b990e4-05a1-407a-8326-8c23c22038d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13093 | 2024.11.01 06:58:02.631151 [ 289 ] {} <Trace> HTTP-Session: b2b990e4-05a1-407a-8326-8c23c22038d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13094 | 2024.11.01 06:58:02.631276 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47934) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13095 | 2024.11.01 06:58:02.631334 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13096 | 2024.11.01 06:58:02.631512 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13097 | 2024.11.01 06:58:02.631788 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13098 | 2024.11.01 06:58:02.631822 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13099 | 2024.11.01 06:58:02.632176 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13100 | 2024.11.01 06:58:02.632497 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13101 | 2024.11.01 06:58:02.632648 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 48.10 KiB/sec. | ||
| 13102 | 2024.11.01 06:58:02.632806 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Debug> DynamicQueryHandler: Done processing query | ||
| 13103 | 2024.11.01 06:58:02.632830 [ 289 ] {2f540263-973a-4a85-8e16-f7bd03396a99} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13104 | 2024.11.01 06:58:02.632845 [ 289 ] {} <Debug> HTTP-Session: b2b990e4-05a1-407a-8326-8c23c22038d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13105 | 2024.11.01 06:58:02.633022 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13106 | 2024.11.01 06:58:02.633148 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33966, User-Agent: (none), Length: 65759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13107 | 2024.11.01 06:58:02.633257 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13108 | 2024.11.01 06:58:02.633295 [ 285 ] {} <Debug> HTTP-Session: 70ed50da-c473-4306-a92a-2f3b45c28593 Authenticating user 'default' from [fd00:1122:3344:101::d]:33966 | ||
| 13109 | 2024.11.01 06:58:02.633329 [ 285 ] {} <Debug> HTTP-Session: 70ed50da-c473-4306-a92a-2f3b45c28593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13110 | 2024.11.01 06:58:02.633357 [ 285 ] {} <Debug> HTTP-Session: 70ed50da-c473-4306-a92a-2f3b45c28593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13111 | 2024.11.01 06:58:02.633425 [ 285 ] {} <Trace> HTTP-Session: 70ed50da-c473-4306-a92a-2f3b45c28593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13112 | 2024.11.01 06:58:02.633996 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33966) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13113 | 2024.11.01 06:58:02.634073 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <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 | ||
| 13114 | 2024.11.01 06:58:02.634573 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13115 | 2024.11.01 06:58:02.635378 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13116 | 2024.11.01 06:58:02.635416 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13117 | 2024.11.01 06:58:02.636106 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13118 | 2024.11.01 06:58:02.636559 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13119 | 2024.11.01 06:58:02.636770 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003149 sec., 12384.884090187361 rows/sec., 22.19 MiB/sec. | ||
| 13120 | 2024.11.01 06:58:02.637177 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Debug> DynamicQueryHandler: Done processing query | ||
| 13121 | 2024.11.01 06:58:02.637203 [ 285 ] {ee527db1-e2a5-4e2b-a95b-50fc2af7be57} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 13122 | 2024.11.01 06:58:02.637222 [ 285 ] {} <Debug> HTTP-Session: 70ed50da-c473-4306-a92a-2f3b45c28593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13123 | 2024.11.01 06:58:02.637478 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47934, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13124 | 2024.11.01 06:58:02.637491 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13125 | 2024.11.01 06:58:02.637605 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13126 | 2024.11.01 06:58:02.637655 [ 289 ] {} <Debug> HTTP-Session: 7ba672b7-b683-4559-8ce8-b41241b6d5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47934 | ||
| 13127 | 2024.11.01 06:58:02.637706 [ 289 ] {} <Debug> HTTP-Session: 7ba672b7-b683-4559-8ce8-b41241b6d5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13128 | 2024.11.01 06:58:02.637738 [ 289 ] {} <Debug> HTTP-Session: 7ba672b7-b683-4559-8ce8-b41241b6d5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13129 | 2024.11.01 06:58:02.637791 [ 289 ] {} <Trace> HTTP-Session: 7ba672b7-b683-4559-8ce8-b41241b6d5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13130 | 2024.11.01 06:58:02.637961 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47934) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13131 | 2024.11.01 06:58:02.638017 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13132 | 2024.11.01 06:58:02.638206 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13133 | 2024.11.01 06:58:02.638552 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13134 | 2024.11.01 06:58:02.638595 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13135 | 2024.11.01 06:58:02.638988 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13136 | 2024.11.01 06:58:02.639328 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13137 | 2024.11.01 06:58:02.639477 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec. | ||
| 13138 | 2024.11.01 06:58:02.639631 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13139 | 2024.11.01 06:58:02.639654 [ 289 ] {c23104e4-285e-4b17-bc58-269ef9eb215e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13140 | 2024.11.01 06:58:02.639670 [ 289 ] {} <Debug> HTTP-Session: 7ba672b7-b683-4559-8ce8-b41241b6d5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13141 | 2024.11.01 06:58:02.640064 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13142 | 2024.11.01 06:58:07.603030 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43733, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13143 | 2024.11.01 06:58:07.603208 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13144 | 2024.11.01 06:58:07.603251 [ 289 ] {} <Debug> HTTP-Session: 3507681d-4a3e-42fe-8b2f-fefe04145e6d Authenticating user 'default' from [fd00:1122:3344:101::d]:43733 | ||
| 13145 | 2024.11.01 06:58:07.603291 [ 289 ] {} <Debug> HTTP-Session: 3507681d-4a3e-42fe-8b2f-fefe04145e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13146 | 2024.11.01 06:58:07.603319 [ 289 ] {} <Debug> HTTP-Session: 3507681d-4a3e-42fe-8b2f-fefe04145e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13147 | 2024.11.01 06:58:07.603399 [ 289 ] {} <Trace> HTTP-Session: 3507681d-4a3e-42fe-8b2f-fefe04145e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13148 | 2024.11.01 06:58:07.603695 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43733) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13149 | 2024.11.01 06:58:07.603796 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13150 | 2024.11.01 06:58:07.604177 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13151 | 2024.11.01 06:58:07.604640 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13152 | 2024.11.01 06:58:07.604677 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13153 | 2024.11.01 06:58:07.605072 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13154 | 2024.11.01 06:58:07.605458 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13155 | 2024.11.01 06:58:07.605604 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002017 sec., 27764.005949429844 rows/sec., 2.13 MiB/sec. | ||
| 13156 | 2024.11.01 06:58:07.605816 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Debug> DynamicQueryHandler: Done processing query | ||
| 13157 | 2024.11.01 06:58:07.605853 [ 289 ] {442b8f95-bc0f-497a-87dd-5858f3645eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13158 | 2024.11.01 06:58:07.605884 [ 289 ] {} <Debug> HTTP-Session: 3507681d-4a3e-42fe-8b2f-fefe04145e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13159 | 2024.11.01 06:58:07.606093 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13160 | 2024.11.01 06:58:07.606221 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47732, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13161 | 2024.11.01 06:58:07.606339 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13162 | 2024.11.01 06:58:07.606369 [ 285 ] {} <Debug> HTTP-Session: 976a5e19-b03d-4105-8246-d208190921bc Authenticating user 'default' from [fd00:1122:3344:101::d]:47732 | ||
| 13163 | 2024.11.01 06:58:07.606394 [ 285 ] {} <Debug> HTTP-Session: 976a5e19-b03d-4105-8246-d208190921bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13164 | 2024.11.01 06:58:07.606409 [ 285 ] {} <Debug> HTTP-Session: 976a5e19-b03d-4105-8246-d208190921bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13165 | 2024.11.01 06:58:07.606464 [ 285 ] {} <Trace> HTTP-Session: 976a5e19-b03d-4105-8246-d208190921bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13166 | 2024.11.01 06:58:07.606680 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47732) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13167 | 2024.11.01 06:58:07.606750 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13168 | 2024.11.01 06:58:07.607098 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13169 | 2024.11.01 06:58:07.607564 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13170 | 2024.11.01 06:58:07.607604 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13171 | 2024.11.01 06:58:07.608033 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13172 | 2024.11.01 06:58:07.608413 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13173 | 2024.11.01 06:58:07.608593 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001987 sec., 32209.36084549572 rows/sec., 2.51 MiB/sec. | ||
| 13174 | 2024.11.01 06:58:07.608895 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13175 | 2024.11.01 06:58:07.608965 [ 285 ] {cc6d85f2-0ef7-49c9-89be-115b8bedfe7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13176 | 2024.11.01 06:58:07.609034 [ 285 ] {} <Debug> HTTP-Session: 976a5e19-b03d-4105-8246-d208190921bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13177 | 2024.11.01 06:58:07.609258 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43733, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13178 | 2024.11.01 06:58:07.609285 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13179 | 2024.11.01 06:58:07.609354 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13180 | 2024.11.01 06:58:07.609389 [ 289 ] {} <Debug> HTTP-Session: 6d7fdef4-be5e-48e1-8c7a-f9d7ef84a7c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43733 | ||
| 13181 | 2024.11.01 06:58:07.609410 [ 289 ] {} <Debug> HTTP-Session: 6d7fdef4-be5e-48e1-8c7a-f9d7ef84a7c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13182 | 2024.11.01 06:58:07.609441 [ 289 ] {} <Debug> HTTP-Session: 6d7fdef4-be5e-48e1-8c7a-f9d7ef84a7c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13183 | 2024.11.01 06:58:07.609492 [ 289 ] {} <Trace> HTTP-Session: 6d7fdef4-be5e-48e1-8c7a-f9d7ef84a7c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13184 | 2024.11.01 06:58:07.609684 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43733) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13185 | 2024.11.01 06:58:07.609746 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13186 | 2024.11.01 06:58:07.609958 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13187 | 2024.11.01 06:58:07.610347 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2024.11.01 06:58:07.610382 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13189 | 2024.11.01 06:58:07.610766 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13190 | 2024.11.01 06:58:07.611100 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2024.11.01 06:58:07.611235 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001636 sec., 78239.60880195598 rows/sec., 5.45 MiB/sec. | ||
| 13192 | 2024.11.01 06:58:07.611435 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Debug> DynamicQueryHandler: Done processing query | ||
| 13193 | 2024.11.01 06:58:07.611459 [ 289 ] {7b2c5d08-75d2-4383-af7c-dda49c12cded} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13194 | 2024.11.01 06:58:07.611475 [ 289 ] {} <Debug> HTTP-Session: 6d7fdef4-be5e-48e1-8c7a-f9d7ef84a7c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13195 | 2024.11.01 06:58:07.611692 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13196 | 2024.11.01 06:58:07.611774 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36476, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13197 | 2024.11.01 06:58:07.611897 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13198 | 2024.11.01 06:58:07.611937 [ 285 ] {} <Debug> HTTP-Session: ee876dad-dd62-440f-848e-dbb930409008 Authenticating user 'default' from [fd00:1122:3344:101::d]:36476 | ||
| 13199 | 2024.11.01 06:58:07.611966 [ 285 ] {} <Debug> HTTP-Session: ee876dad-dd62-440f-848e-dbb930409008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13200 | 2024.11.01 06:58:07.611980 [ 285 ] {} <Debug> HTTP-Session: ee876dad-dd62-440f-848e-dbb930409008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13201 | 2024.11.01 06:58:07.612019 [ 285 ] {} <Trace> HTTP-Session: ee876dad-dd62-440f-848e-dbb930409008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13202 | 2024.11.01 06:58:07.612155 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36476) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13203 | 2024.11.01 06:58:07.612205 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13204 | 2024.11.01 06:58:07.612371 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13205 | 2024.11.01 06:58:07.612699 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2024.11.01 06:58:07.612735 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13207 | 2024.11.01 06:58:07.613115 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13208 | 2024.11.01 06:58:07.613448 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2024.11.01 06:58:07.613601 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001495 sec., 32107.023411371236 rows/sec., 2.16 MiB/sec. | ||
| 13210 | 2024.11.01 06:58:07.613782 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13211 | 2024.11.01 06:58:07.613805 [ 285 ] {ce438ecd-4d4b-4f51-9cb3-48bcaa190cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13212 | 2024.11.01 06:58:07.613821 [ 285 ] {} <Debug> HTTP-Session: ee876dad-dd62-440f-848e-dbb930409008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13213 | 2024.11.01 06:58:07.614044 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13214 | 2024.11.01 06:58:09.002577 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13215 | 2024.11.01 06:58:09.296054 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13216 | 2024.11.01 06:58:09.344508 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13217 | 2024.11.01 06:58:09.352882 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13218 | 2024.11.01 06:58:09.413413 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13219 | 2024.11.01 06:58:09.420745 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13220 | 2024.11.01 06:58:09.433179 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13221 | 2024.11.01 06:58:09.464620 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13222 | 2024.11.01 06:58:10.895597 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13223 | 2024.11.01 06:58:10.895650 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13224 | 2024.11.01 06:58:11.215969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1202 | ||
| 13225 | 2024.11.01 06:58:11.219114 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13226 | 2024.11.01 06:58:11.219159 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13227 | 2024.11.01 06:58:11.220607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13228 | 2024.11.01 06:58:11.221582 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13229 | 2024.11.01 06:58:11.221840 [ 43 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13230 | 2024.11.01 06:58:11.222059 [ 43 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13231 | 2024.11.01 06:58:11.222146 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13232 | 2024.11.01 06:58:11.222592 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 13233 | 2024.11.01 06:58:11.224059 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1202 | ||
| 13234 | 2024.11.01 06:58:11.224645 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13235 | 2024.11.01 06:58:11.224776 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1078 rows starting from the beginning of the part | ||
| 13236 | 2024.11.01 06:58:11.225379 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
| 13237 | 2024.11.01 06:58:11.225875 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 13238 | 2024.11.01 06:58:11.226346 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 13239 | 2024.11.01 06:58:11.226807 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 13240 | 2024.11.01 06:58:11.227243 [ 194 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
| 13241 | 2024.11.01 06:58:11.235885 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1202 rows, containing 72 columns (72 merged, 0 gathered) in 0.013598419 sec., 88392.62858424938 rows/sec., 60.94 MiB/sec. | ||
| 13242 | 2024.11.01 06:58:11.237382 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13243 | 2024.11.01 06:58:11.239065 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13244 | 2024.11.01 06:58:11.239160 [ 200 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_41_8} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13245 | 2024.11.01 06:58:11.239479 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 13246 | 2024.11.01 06:58:12.605257 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35865, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13247 | 2024.11.01 06:58:12.605453 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13248 | 2024.11.01 06:58:12.605499 [ 285 ] {} <Debug> HTTP-Session: 1105bd83-7ea3-44f8-858d-4393a773356e Authenticating user 'default' from [fd00:1122:3344:101::d]:35865 | ||
| 13249 | 2024.11.01 06:58:12.605541 [ 285 ] {} <Debug> HTTP-Session: 1105bd83-7ea3-44f8-858d-4393a773356e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13250 | 2024.11.01 06:58:12.605569 [ 285 ] {} <Debug> HTTP-Session: 1105bd83-7ea3-44f8-858d-4393a773356e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13251 | 2024.11.01 06:58:12.605652 [ 285 ] {} <Trace> HTTP-Session: 1105bd83-7ea3-44f8-858d-4393a773356e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13252 | 2024.11.01 06:58:12.605960 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35865) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13253 | 2024.11.01 06:58:12.606067 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13254 | 2024.11.01 06:58:12.606437 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13255 | 2024.11.01 06:58:12.606919 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13256 | 2024.11.01 06:58:12.606959 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13257 | 2024.11.01 06:58:12.607383 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13258 | 2024.11.01 06:58:12.607786 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13259 | 2024.11.01 06:58:12.607955 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002102 sec., 26641.294005708845 rows/sec., 2.05 MiB/sec. | ||
| 13260 | 2024.11.01 06:58:12.607988 [ 42 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13261 | 2024.11.01 06:58:12.608128 [ 42 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13262 | 2024.11.01 06:58:12.608165 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13263 | 2024.11.01 06:58:12.608258 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13264 | 2024.11.01 06:58:12.608314 [ 285 ] {02100385-94f0-4efc-a476-b3de2e5e50bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13265 | 2024.11.01 06:58:12.608375 [ 285 ] {} <Debug> HTTP-Session: 1105bd83-7ea3-44f8-858d-4393a773356e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13266 | 2024.11.01 06:58:12.608446 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 13267 | 2024.11.01 06:58:12.608728 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13268 | 2024.11.01 06:58:12.608776 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39552, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13269 | 2024.11.01 06:58:12.608852 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13270 | 2024.11.01 06:58:12.608923 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1417 rows starting from the beginning of the part | ||
| 13271 | 2024.11.01 06:58:12.608964 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13272 | 2024.11.01 06:58:12.609040 [ 289 ] {} <Debug> HTTP-Session: 819ca62f-25b6-41da-8af7-5f007edfefd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:39552 | ||
| 13273 | 2024.11.01 06:58:12.609133 [ 289 ] {} <Debug> HTTP-Session: 819ca62f-25b6-41da-8af7-5f007edfefd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13274 | 2024.11.01 06:58:12.609201 [ 289 ] {} <Debug> HTTP-Session: 819ca62f-25b6-41da-8af7-5f007edfefd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13275 | 2024.11.01 06:58:12.609210 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 59 rows starting from the beginning of the part | ||
| 13276 | 2024.11.01 06:58:12.609350 [ 289 ] {} <Trace> HTTP-Session: 819ca62f-25b6-41da-8af7-5f007edfefd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13277 | 2024.11.01 06:58:12.609545 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 13278 | 2024.11.01 06:58:12.609809 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 267 rows starting from the beginning of the part | ||
| 13279 | 2024.11.01 06:58:12.609923 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39552) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13280 | 2024.11.01 06:58:12.610183 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
| 13281 | 2024.11.01 06:58:12.610188 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13282 | 2024.11.01 06:58:12.610506 [ 195 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 13283 | 2024.11.01 06:58:12.611381 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13284 | 2024.11.01 06:58:12.612516 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13285 | 2024.11.01 06:58:12.612599 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13286 | 2024.11.01 06:58:12.613601 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13287 | 2024.11.01 06:58:12.613803 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1911 rows, containing 5 columns (5 merged, 0 gathered) in 0.005527143 sec., 345748.2464267706 rows/sec., 30.26 MiB/sec. | ||
| 13288 | 2024.11.01 06:58:12.614195 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13289 | 2024.11.01 06:58:12.614371 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13290 | 2024.11.01 06:58:12.614633 [ 42 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13291 | 2024.11.01 06:58:12.614759 [ 42 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2024.11.01 06:58:12.614771 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005019 sec., 12751.544132297271 rows/sec., 1019.17 KiB/sec. | ||
| 13293 | 2024.11.01 06:58:12.614839 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13294 | 2024.11.01 06:58:12.615407 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 13295 | 2024.11.01 06:58:12.615604 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Debug> DynamicQueryHandler: Done processing query | ||
| 13296 | 2024.11.01 06:58:12.615658 [ 289 ] {2fa09885-362b-43fc-abc6-0a774dc52650} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13297 | 2024.11.01 06:58:12.615715 [ 289 ] {} <Debug> HTTP-Session: 819ca62f-25b6-41da-8af7-5f007edfefd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13298 | 2024.11.01 06:58:12.615818 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13299 | 2024.11.01 06:58:12.615866 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 13300 | 2024.11.01 06:58:12.616062 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13301 | 2024.11.01 06:58:12.616130 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13302 | 2024.11.01 06:58:12.616232 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 70 rows starting from the beginning of the part | ||
| 13303 | 2024.11.01 06:58:12.616505 [ 198 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_81_16} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13304 | 2024.11.01 06:58:12.616640 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 13305 | 2024.11.01 06:58:12.616808 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 13306 | 2024.11.01 06:58:12.616993 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 421 rows starting from the beginning of the part | ||
| 13307 | 2024.11.01 06:58:12.617073 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39772, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13308 | 2024.11.01 06:58:12.617390 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
| 13309 | 2024.11.01 06:58:12.617450 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13310 | 2024.11.01 06:58:12.617607 [ 285 ] {} <Debug> HTTP-Session: 3c66bc1c-aaf4-4b69-90bd-02ea23207af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39772 | ||
| 13311 | 2024.11.01 06:58:12.617740 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 13312 | 2024.11.01 06:58:12.617760 [ 285 ] {} <Debug> HTTP-Session: 3c66bc1c-aaf4-4b69-90bd-02ea23207af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13313 | 2024.11.01 06:58:12.617860 [ 285 ] {} <Debug> HTTP-Session: 3c66bc1c-aaf4-4b69-90bd-02ea23207af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13314 | 2024.11.01 06:58:12.618099 [ 285 ] {} <Trace> HTTP-Session: 3c66bc1c-aaf4-4b69-90bd-02ea23207af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13315 | 2024.11.01 06:58:12.618494 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39772) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13316 | 2024.11.01 06:58:12.618636 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13317 | 2024.11.01 06:58:12.619258 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13318 | 2024.11.01 06:58:12.620128 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13319 | 2024.11.01 06:58:12.620182 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13320 | 2024.11.01 06:58:12.620756 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 5 columns (5 merged, 0 gathered) in 0.005742555 sec., 277925.0699383811 rows/sec., 21.43 MiB/sec. | ||
| 13321 | 2024.11.01 06:58:12.621057 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13322 | 2024.11.01 06:58:12.621173 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13323 | 2024.11.01 06:58:12.622050 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13324 | 2024.11.01 06:58:12.622162 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2024.11.01 06:58:12.622230 [ 192 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_81_16} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13326 | 2024.11.01 06:58:12.622440 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 13327 | 2024.11.01 06:58:12.622445 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13328 | 2024.11.01 06:58:12.622547 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13329 | 2024.11.01 06:58:12.622555 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004217 sec., 37941.664690538295 rows/sec., 2.64 MiB/sec. | ||
| 13330 | 2024.11.01 06:58:12.622583 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13331 | 2024.11.01 06:58:12.622884 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 13332 | 2024.11.01 06:58:12.622968 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 13333 | 2024.11.01 06:58:12.623020 [ 285 ] {8f87d83b-ad44-4c89-ba49-1b7c40ed90ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13334 | 2024.11.01 06:58:12.623072 [ 285 ] {} <Debug> HTTP-Session: 3c66bc1c-aaf4-4b69-90bd-02ea23207af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13335 | 2024.11.01 06:58:12.623169 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13336 | 2024.11.01 06:58:12.623205 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 14892 rows starting from the beginning of the part | ||
| 13337 | 2024.11.01 06:58:12.623362 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 131 rows starting from the beginning of the part | ||
| 13338 | 2024.11.01 06:58:12.623494 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33316, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13339 | 2024.11.01 06:58:12.623749 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13340 | 2024.11.01 06:58:12.623805 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 13341 | 2024.11.01 06:58:12.623854 [ 289 ] {} <Debug> HTTP-Session: 50aa4411-2886-4811-8ef0-8b829dde8a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:33316 | ||
| 13342 | 2024.11.01 06:58:12.623860 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13343 | 2024.11.01 06:58:12.623955 [ 289 ] {} <Debug> HTTP-Session: 50aa4411-2886-4811-8ef0-8b829dde8a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13344 | 2024.11.01 06:58:12.624093 [ 289 ] {} <Debug> HTTP-Session: 50aa4411-2886-4811-8ef0-8b829dde8a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13345 | 2024.11.01 06:58:12.624202 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 13346 | 2024.11.01 06:58:12.624246 [ 289 ] {} <Trace> HTTP-Session: 50aa4411-2886-4811-8ef0-8b829dde8a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13347 | 2024.11.01 06:58:12.624581 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 128 rows starting from the beginning of the part | ||
| 13348 | 2024.11.01 06:58:12.624611 [ 285 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 13349 | |||
| 13350 | (version 23.8.7.1) | ||
| 13351 | 2024.11.01 06:58:12.624682 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33316) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13352 | 2024.11.01 06:58:12.624880 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13353 | 2024.11.01 06:58:12.624940 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 13354 | 2024.11.01 06:58:12.625615 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13355 | 2024.11.01 06:58:12.626068 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13356 | 2024.11.01 06:58:12.626106 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13357 | 2024.11.01 06:58:12.626592 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13358 | 2024.11.01 06:58:12.626987 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2024.11.01 06:58:12.627221 [ 42 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13360 | 2024.11.01 06:58:12.627241 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002731 sec., 21969.974368363237 rows/sec., 1.48 MiB/sec. | ||
| 13361 | 2024.11.01 06:58:12.627301 [ 42 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13362 | 2024.11.01 06:58:12.627437 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13363 | 2024.11.01 06:58:12.627834 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13364 | 2024.11.01 06:58:12.627914 [ 289 ] {69151f11-23f0-46aa-85f5-753a59bc6ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13365 | 2024.11.01 06:58:12.627969 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 13366 | 2024.11.01 06:58:12.628003 [ 289 ] {} <Debug> HTTP-Session: 50aa4411-2886-4811-8ef0-8b829dde8a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13367 | 2024.11.01 06:58:12.628395 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13368 | 2024.11.01 06:58:12.628585 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13369 | 2024.11.01 06:58:12.628653 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4764 rows starting from the beginning of the part | ||
| 13370 | 2024.11.01 06:58:12.628762 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 13371 | 2024.11.01 06:58:12.628869 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 13372 | 2024.11.01 06:58:12.628955 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 13373 | 2024.11.01 06:58:12.629064 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part | ||
| 13374 | 2024.11.01 06:58:12.629167 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 13375 | 2024.11.01 06:58:12.631227 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15708 rows, containing 5 columns (5 merged, 0 gathered) in 0.008488461 sec., 1850512.1246360207 rows/sec., 126.40 MiB/sec. | ||
| 13376 | 2024.11.01 06:58:12.631906 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5062 rows, containing 4 columns (4 merged, 0 gathered) in 0.00425243 sec., 1190378.2072838354 rows/sec., 78.31 MiB/sec. | ||
| 13377 | 2024.11.01 06:58:12.631920 [ 190 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13378 | 2024.11.01 06:58:12.632403 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13379 | 2024.11.01 06:58:12.632516 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13380 | 2024.11.01 06:58:12.632519 [ 193 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13381 | 2024.11.01 06:58:12.632652 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.07 MiB. | ||
| 13382 | 2024.11.01 06:58:12.633016 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13383 | 2024.11.01 06:58:12.633115 [ 189 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_81_16} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13384 | 2024.11.01 06:58:12.633208 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 13385 | 2024.11.01 06:58:17.611672 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44000, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13386 | 2024.11.01 06:58:17.611796 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13387 | 2024.11.01 06:58:17.611822 [ 289 ] {} <Debug> HTTP-Session: be942311-aefc-4196-9246-38ebf1f1d9de Authenticating user 'default' from [fd00:1122:3344:101::d]:44000 | ||
| 13388 | 2024.11.01 06:58:17.611846 [ 289 ] {} <Debug> HTTP-Session: be942311-aefc-4196-9246-38ebf1f1d9de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13389 | 2024.11.01 06:58:17.611861 [ 289 ] {} <Debug> HTTP-Session: be942311-aefc-4196-9246-38ebf1f1d9de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13390 | 2024.11.01 06:58:17.611912 [ 289 ] {} <Trace> HTTP-Session: be942311-aefc-4196-9246-38ebf1f1d9de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13391 | 2024.11.01 06:58:17.612176 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44000) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13392 | 2024.11.01 06:58:17.612243 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13393 | 2024.11.01 06:58:17.612578 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13394 | 2024.11.01 06:58:17.613162 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13395 | 2024.11.01 06:58:17.613208 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13396 | 2024.11.01 06:58:17.613649 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13397 | 2024.11.01 06:58:17.614039 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13398 | 2024.11.01 06:58:17.614223 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002163 sec., 123439.66712898752 rows/sec., 10.99 MiB/sec. | ||
| 13399 | 2024.11.01 06:58:17.614577 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13400 | 2024.11.01 06:58:17.614644 [ 289 ] {5c4709f2-9a72-4cf7-aab5-1e4310399f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13401 | 2024.11.01 06:58:17.614719 [ 289 ] {} <Debug> HTTP-Session: be942311-aefc-4196-9246-38ebf1f1d9de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13402 | 2024.11.01 06:58:17.615037 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13403 | 2024.11.01 06:58:17.615210 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52424, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13404 | 2024.11.01 06:58:17.615378 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13405 | 2024.11.01 06:58:17.615409 [ 285 ] {} <Debug> HTTP-Session: a727909a-da82-4e3b-8d07-cc973491dd76 Authenticating user 'default' from [fd00:1122:3344:101::d]:52424 | ||
| 13406 | 2024.11.01 06:58:17.615438 [ 285 ] {} <Debug> HTTP-Session: a727909a-da82-4e3b-8d07-cc973491dd76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13407 | 2024.11.01 06:58:17.615456 [ 285 ] {} <Debug> HTTP-Session: a727909a-da82-4e3b-8d07-cc973491dd76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13408 | 2024.11.01 06:58:17.615516 [ 285 ] {} <Trace> HTTP-Session: a727909a-da82-4e3b-8d07-cc973491dd76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13409 | 2024.11.01 06:58:17.615742 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52424) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13410 | 2024.11.01 06:58:17.615822 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13411 | 2024.11.01 06:58:17.616227 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13412 | 2024.11.01 06:58:17.616663 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13413 | 2024.11.01 06:58:17.616707 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13414 | 2024.11.01 06:58:17.617141 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13415 | 2024.11.01 06:58:17.617540 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13416 | 2024.11.01 06:58:17.617726 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00206 sec., 18932.038834951454 rows/sec., 1.39 MiB/sec. | ||
| 13417 | 2024.11.01 06:58:17.617938 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13418 | 2024.11.01 06:58:17.617965 [ 285 ] {2530477f-20ef-4e61-ad0e-2a11f8234ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13419 | 2024.11.01 06:58:17.617982 [ 285 ] {} <Debug> HTTP-Session: a727909a-da82-4e3b-8d07-cc973491dd76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13420 | 2024.11.01 06:58:17.618163 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44000, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13421 | 2024.11.01 06:58:17.618175 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13422 | 2024.11.01 06:58:17.618262 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13423 | 2024.11.01 06:58:17.618295 [ 289 ] {} <Debug> HTTP-Session: db0cdca8-fc17-4bb7-8282-2f58a892c7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44000 | ||
| 13424 | 2024.11.01 06:58:17.618319 [ 289 ] {} <Debug> HTTP-Session: db0cdca8-fc17-4bb7-8282-2f58a892c7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13425 | 2024.11.01 06:58:17.618350 [ 289 ] {} <Debug> HTTP-Session: db0cdca8-fc17-4bb7-8282-2f58a892c7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13426 | 2024.11.01 06:58:17.618406 [ 289 ] {} <Trace> HTTP-Session: db0cdca8-fc17-4bb7-8282-2f58a892c7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13427 | 2024.11.01 06:58:17.618551 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44000) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13428 | 2024.11.01 06:58:17.618609 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13429 | 2024.11.01 06:58:17.618931 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13430 | 2024.11.01 06:58:17.619296 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13431 | 2024.11.01 06:58:17.619332 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13432 | 2024.11.01 06:58:17.619709 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13433 | 2024.11.01 06:58:17.620081 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13434 | 2024.11.01 06:58:17.620242 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001731 sec., 8087.810514153669 rows/sec., 566.42 KiB/sec. | ||
| 13435 | 2024.11.01 06:58:17.620573 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Debug> DynamicQueryHandler: Done processing query | ||
| 13436 | 2024.11.01 06:58:17.620621 [ 289 ] {3e762f7c-1126-4995-bf5c-ef038bbcb062} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13437 | 2024.11.01 06:58:17.620640 [ 289 ] {} <Debug> HTTP-Session: db0cdca8-fc17-4bb7-8282-2f58a892c7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13438 | 2024.11.01 06:58:17.620774 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13439 | 2024.11.01 06:58:17.620899 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50181, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13440 | 2024.11.01 06:58:17.620975 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13441 | 2024.11.01 06:58:17.620995 [ 285 ] {} <Debug> HTTP-Session: bdcca456-9fa3-4357-ad96-cd19f45987f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50181 | ||
| 13442 | 2024.11.01 06:58:17.621014 [ 285 ] {} <Debug> HTTP-Session: bdcca456-9fa3-4357-ad96-cd19f45987f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13443 | 2024.11.01 06:58:17.621027 [ 285 ] {} <Debug> HTTP-Session: bdcca456-9fa3-4357-ad96-cd19f45987f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13444 | 2024.11.01 06:58:17.621069 [ 285 ] {} <Trace> HTTP-Session: bdcca456-9fa3-4357-ad96-cd19f45987f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13445 | 2024.11.01 06:58:17.621186 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50181) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13446 | 2024.11.01 06:58:17.621233 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13447 | 2024.11.01 06:58:17.621491 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13448 | 2024.11.01 06:58:17.621834 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13449 | 2024.11.01 06:58:17.621872 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13450 | 2024.11.01 06:58:17.622236 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13451 | 2024.11.01 06:58:17.622621 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13452 | 2024.11.01 06:58:17.622792 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 216.95 KiB/sec. | ||
| 13453 | 2024.11.01 06:58:17.623033 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Debug> DynamicQueryHandler: Done processing query | ||
| 13454 | 2024.11.01 06:58:17.623058 [ 285 ] {88506863-c927-4778-bc84-2cd84076bb28} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13455 | 2024.11.01 06:58:17.623074 [ 285 ] {} <Debug> HTTP-Session: bdcca456-9fa3-4357-ad96-cd19f45987f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13456 | 2024.11.01 06:58:17.623310 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13457 | 2024.11.01 06:58:17.623369 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54650, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13458 | 2024.11.01 06:58:17.623438 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13459 | 2024.11.01 06:58:17.623461 [ 289 ] {} <Debug> HTTP-Session: 2837a909-3045-4f41-9a48-557127f3503d Authenticating user 'default' from [fd00:1122:3344:101::d]:54650 | ||
| 13460 | 2024.11.01 06:58:17.623481 [ 289 ] {} <Debug> HTTP-Session: 2837a909-3045-4f41-9a48-557127f3503d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13461 | 2024.11.01 06:58:17.623495 [ 289 ] {} <Debug> HTTP-Session: 2837a909-3045-4f41-9a48-557127f3503d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13462 | 2024.11.01 06:58:17.623540 [ 289 ] {} <Trace> HTTP-Session: 2837a909-3045-4f41-9a48-557127f3503d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13463 | 2024.11.01 06:58:17.623789 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54650) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13464 | 2024.11.01 06:58:17.623837 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13465 | 2024.11.01 06:58:17.624100 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13466 | 2024.11.01 06:58:17.624681 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13467 | 2024.11.01 06:58:17.624717 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13468 | 2024.11.01 06:58:17.625102 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13469 | 2024.11.01 06:58:17.625467 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13470 | 2024.11.01 06:58:17.625631 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001958 sec., 215015.3217568948 rows/sec., 15.36 MiB/sec. | ||
| 13471 | 2024.11.01 06:58:17.625808 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13472 | 2024.11.01 06:58:17.625831 [ 289 ] {3e2a6b5e-c202-4cd7-aedf-6da95543178c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13473 | 2024.11.01 06:58:17.625847 [ 289 ] {} <Debug> HTTP-Session: 2837a909-3045-4f41-9a48-557127f3503d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13474 | 2024.11.01 06:58:17.625990 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13475 | 2024.11.01 06:58:17.626097 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55942, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13476 | 2024.11.01 06:58:17.626205 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13477 | 2024.11.01 06:58:17.626242 [ 285 ] {} <Debug> HTTP-Session: 4c6b818b-90bf-4667-be0f-db3cc0edc402 Authenticating user 'default' from [fd00:1122:3344:101::d]:55942 | ||
| 13478 | 2024.11.01 06:58:17.626276 [ 285 ] {} <Debug> HTTP-Session: 4c6b818b-90bf-4667-be0f-db3cc0edc402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13479 | 2024.11.01 06:58:17.626303 [ 285 ] {} <Debug> HTTP-Session: 4c6b818b-90bf-4667-be0f-db3cc0edc402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13480 | 2024.11.01 06:58:17.626361 [ 285 ] {} <Trace> HTTP-Session: 4c6b818b-90bf-4667-be0f-db3cc0edc402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13481 | 2024.11.01 06:58:17.626495 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55942) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13482 | 2024.11.01 06:58:17.626559 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13483 | 2024.11.01 06:58:17.626751 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13484 | 2024.11.01 06:58:17.627063 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13485 | 2024.11.01 06:58:17.627108 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13486 | 2024.11.01 06:58:17.627514 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13487 | 2024.11.01 06:58:17.627848 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13488 | 2024.11.01 06:58:17.628011 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 13489 | 2024.11.01 06:58:17.628333 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13490 | 2024.11.01 06:58:17.628372 [ 285 ] {61b07b64-07e2-4f01-ba6b-c5c66c7ec4a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13491 | 2024.11.01 06:58:17.628388 [ 285 ] {} <Debug> HTTP-Session: 4c6b818b-90bf-4667-be0f-db3cc0edc402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13492 | 2024.11.01 06:58:17.628577 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54650, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13493 | 2024.11.01 06:58:17.628593 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13494 | 2024.11.01 06:58:17.628661 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13495 | 2024.11.01 06:58:17.628697 [ 289 ] {} <Debug> HTTP-Session: a08cfcc7-289a-4cea-9645-9e01eb482cd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54650 | ||
| 13496 | 2024.11.01 06:58:17.628718 [ 289 ] {} <Debug> HTTP-Session: a08cfcc7-289a-4cea-9645-9e01eb482cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13497 | 2024.11.01 06:58:17.628742 [ 289 ] {} <Debug> HTTP-Session: a08cfcc7-289a-4cea-9645-9e01eb482cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13498 | 2024.11.01 06:58:17.628788 [ 289 ] {} <Trace> HTTP-Session: a08cfcc7-289a-4cea-9645-9e01eb482cd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13499 | 2024.11.01 06:58:17.629043 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54650) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13500 | 2024.11.01 06:58:17.629100 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13501 | 2024.11.01 06:58:17.629299 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13502 | 2024.11.01 06:58:17.629734 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2024.11.01 06:58:17.629769 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13504 | 2024.11.01 06:58:17.630163 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13505 | 2024.11.01 06:58:17.630504 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2024.11.01 06:58:17.630643 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 13507 | 2024.11.01 06:58:17.630836 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13508 | 2024.11.01 06:58:17.630859 [ 289 ] {d9867855-11c3-4b69-bb77-6ca56642e4eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13509 | 2024.11.01 06:58:17.630874 [ 289 ] {} <Debug> HTTP-Session: a08cfcc7-289a-4cea-9645-9e01eb482cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13510 | 2024.11.01 06:58:17.631033 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13511 | 2024.11.01 06:58:17.631154 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49983, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13512 | 2024.11.01 06:58:17.631263 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13513 | 2024.11.01 06:58:17.631301 [ 285 ] {} <Debug> HTTP-Session: 0eb11ddc-ec11-4aff-9a24-cf202986aa6d Authenticating user 'default' from [fd00:1122:3344:101::d]:49983 | ||
| 13514 | 2024.11.01 06:58:17.631333 [ 285 ] {} <Debug> HTTP-Session: 0eb11ddc-ec11-4aff-9a24-cf202986aa6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13515 | 2024.11.01 06:58:17.631351 [ 285 ] {} <Debug> HTTP-Session: 0eb11ddc-ec11-4aff-9a24-cf202986aa6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13516 | 2024.11.01 06:58:17.631395 [ 285 ] {} <Trace> HTTP-Session: 0eb11ddc-ec11-4aff-9a24-cf202986aa6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13517 | 2024.11.01 06:58:17.631517 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49983) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13518 | 2024.11.01 06:58:17.631577 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13519 | 2024.11.01 06:58:17.631763 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13520 | 2024.11.01 06:58:17.632062 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13521 | 2024.11.01 06:58:17.632104 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13522 | 2024.11.01 06:58:17.632491 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13523 | 2024.11.01 06:58:17.632821 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13524 | 2024.11.01 06:58:17.632953 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 13525 | 2024.11.01 06:58:17.633177 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Debug> DynamicQueryHandler: Done processing query | ||
| 13526 | 2024.11.01 06:58:17.633201 [ 285 ] {8edb780f-8eee-4466-9189-befd327c9947} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13527 | 2024.11.01 06:58:17.633217 [ 285 ] {} <Debug> HTTP-Session: 0eb11ddc-ec11-4aff-9a24-cf202986aa6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13528 | 2024.11.01 06:58:17.633384 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13529 | 2024.11.01 06:58:17.633405 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54650, User-Agent: (none), Length: 65775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13530 | 2024.11.01 06:58:17.633485 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13531 | 2024.11.01 06:58:17.633518 [ 289 ] {} <Debug> HTTP-Session: 2aec06ba-4749-4774-a367-c3087ee5e7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54650 | ||
| 13532 | 2024.11.01 06:58:17.633546 [ 289 ] {} <Debug> HTTP-Session: 2aec06ba-4749-4774-a367-c3087ee5e7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13533 | 2024.11.01 06:58:17.633564 [ 289 ] {} <Debug> HTTP-Session: 2aec06ba-4749-4774-a367-c3087ee5e7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13534 | 2024.11.01 06:58:17.633609 [ 289 ] {} <Trace> HTTP-Session: 2aec06ba-4749-4774-a367-c3087ee5e7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13535 | 2024.11.01 06:58:17.634083 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54650) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13536 | 2024.11.01 06:58:17.634171 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <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 | ||
| 13537 | 2024.11.01 06:58:17.634660 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13538 | 2024.11.01 06:58:17.635361 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2024.11.01 06:58:17.635396 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13540 | 2024.11.01 06:58:17.636022 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13541 | 2024.11.01 06:58:17.636438 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2024.11.01 06:58:17.636636 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 13543 | 2024.11.01 06:58:17.636650 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002904 sec., 13429.752066115703 rows/sec., 24.07 MiB/sec. | ||
| 13544 | 2024.11.01 06:58:17.636743 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13545 | 2024.11.01 06:58:17.636844 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13546 | 2024.11.01 06:58:17.637189 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 13547 | 2024.11.01 06:58:17.637205 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13548 | 2024.11.01 06:58:17.637267 [ 289 ] {983e175e-45ca-4c7c-989c-09eb16407c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 13549 | 2024.11.01 06:58:17.637292 [ 289 ] {} <Debug> HTTP-Session: 2aec06ba-4749-4774-a367-c3087ee5e7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13550 | 2024.11.01 06:58:17.637550 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13551 | 2024.11.01 06:58:17.637686 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58127, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13552 | 2024.11.01 06:58:17.637877 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13553 | 2024.11.01 06:58:17.637943 [ 285 ] {} <Debug> HTTP-Session: e0919679-4723-4660-bdb5-14590cfe718c Authenticating user 'default' from [fd00:1122:3344:101::d]:58127 | ||
| 13554 | 2024.11.01 06:58:17.638008 [ 285 ] {} <Debug> HTTP-Session: e0919679-4723-4660-bdb5-14590cfe718c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13555 | 2024.11.01 06:58:17.638054 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13556 | 2024.11.01 06:58:17.638072 [ 285 ] {} <Debug> HTTP-Session: e0919679-4723-4660-bdb5-14590cfe718c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13557 | 2024.11.01 06:58:17.638183 [ 285 ] {} <Trace> HTTP-Session: e0919679-4723-4660-bdb5-14590cfe718c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13558 | 2024.11.01 06:58:17.638223 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 839 rows starting from the beginning of the part | ||
| 13559 | 2024.11.01 06:58:17.638592 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58127) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13560 | 2024.11.01 06:58:17.638892 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13561 | 2024.11.01 06:58:17.638901 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 13562 | 2024.11.01 06:58:17.639828 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 13563 | 2024.11.01 06:58:17.639849 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13564 | 2024.11.01 06:58:17.640605 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 13565 | 2024.11.01 06:58:17.641004 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13566 | 2024.11.01 06:58:17.641147 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13567 | 2024.11.01 06:58:17.641345 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 13568 | 2024.11.01 06:58:17.641955 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 13569 | 2024.11.01 06:58:17.642738 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13570 | 2024.11.01 06:58:17.643465 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13571 | 2024.11.01 06:58:17.643883 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005517 sec., 14863.150262823998 rows/sec., 966.65 KiB/sec. | ||
| 13572 | 2024.11.01 06:58:17.644446 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Debug> DynamicQueryHandler: Done processing query | ||
| 13573 | 2024.11.01 06:58:17.644502 [ 285 ] {d895d0b3-74b6-4c22-85c0-f98f5fc4ac99} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13574 | 2024.11.01 06:58:17.644562 [ 285 ] {} <Debug> HTTP-Session: e0919679-4723-4660-bdb5-14590cfe718c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13575 | 2024.11.01 06:58:17.645036 [ 285 ] {} <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) | ||
| 13576 | 2024.11.01 06:58:17.648182 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 19 columns (19 merged, 0 gathered) in 0.011151777 sec., 92720.648915415 rows/sec., 166.15 MiB/sec. | ||
| 13577 | 2024.11.01 06:58:17.649706 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 13578 | 2024.11.01 06:58:17.650294 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13579 | 2024.11.01 06:58:17.650372 [ 193 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_30_6} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 13580 | 2024.11.01 06:58:17.650526 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.45 MiB. | ||
| 13581 | 2024.11.01 06:58:19.659248 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13582 | 2024.11.01 06:58:19.928953 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13583 | 2024.11.01 06:58:20.095795 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51821, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13584 | 2024.11.01 06:58:20.188205 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13585 | 2024.11.01 06:58:20.415453 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13586 | 2024.11.01 06:58:20.419861 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36166, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13587 | 2024.11.01 06:58:20.437531 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13588 | 2024.11.01 06:58:20.451100 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13589 | 2024.11.01 06:58:20.463378 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13590 | 2024.11.01 06:58:20.508741 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13591 | 2024.11.01 06:58:20.518107 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13592 | 2024.11.01 06:58:20.722272 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13593 | 2024.11.01 06:58:20.742744 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50794, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13594 | 2024.11.01 06:58:20.748181 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13595 | 2024.11.01 06:58:20.763107 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13596 | 2024.11.01 06:58:20.763340 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13597 | 2024.11.01 06:58:20.789592 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56270, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13598 | 2024.11.01 06:58:20.807717 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13599 | 2024.11.01 06:58:20.816127 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13600 | 2024.11.01 06:58:20.829678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13601 | 2024.11.01 06:58:20.836097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13602 | 2024.11.01 06:58:20.838604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13603 | 2024.11.01 06:58:20.852640 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13604 | 2024.11.01 06:58:20.877616 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13605 | 2024.11.01 06:58:21.224379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1230 | ||
| 13606 | 2024.11.01 06:58:21.227173 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13607 | 2024.11.01 06:58:21.227211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
| 13608 | 2024.11.01 06:58:21.228728 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13609 | 2024.11.01 06:58:21.229716 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2024.11.01 06:58:21.230903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 13611 | 2024.11.01 06:58:22.605375 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36359, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13612 | 2024.11.01 06:58:22.605515 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13613 | 2024.11.01 06:58:22.605546 [ 296 ] {} <Debug> HTTP-Session: 101597f2-85ab-4465-9058-1923b4992031 Authenticating user 'default' from [fd00:1122:3344:101::d]:36359 | ||
| 13614 | 2024.11.01 06:58:22.605574 [ 296 ] {} <Debug> HTTP-Session: 101597f2-85ab-4465-9058-1923b4992031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13615 | 2024.11.01 06:58:22.605593 [ 296 ] {} <Debug> HTTP-Session: 101597f2-85ab-4465-9058-1923b4992031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13616 | 2024.11.01 06:58:22.605652 [ 296 ] {} <Trace> HTTP-Session: 101597f2-85ab-4465-9058-1923b4992031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13617 | 2024.11.01 06:58:22.605878 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36359) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13618 | 2024.11.01 06:58:22.605954 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13619 | 2024.11.01 06:58:22.606364 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13620 | 2024.11.01 06:58:22.606934 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13621 | 2024.11.01 06:58:22.607000 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13622 | 2024.11.01 06:58:22.607458 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13623 | 2024.11.01 06:58:22.607860 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13624 | 2024.11.01 06:58:22.608024 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002222 sec., 25202.520252025202 rows/sec., 1.94 MiB/sec. | ||
| 13625 | 2024.11.01 06:58:22.608274 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13626 | 2024.11.01 06:58:22.608303 [ 296 ] {30744f85-5f11-47e6-9bfd-f2eb724b8cf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13627 | 2024.11.01 06:58:22.608320 [ 296 ] {} <Debug> HTTP-Session: 101597f2-85ab-4465-9058-1923b4992031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13628 | 2024.11.01 06:58:22.608537 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13629 | 2024.11.01 06:58:22.608685 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42587, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13630 | 2024.11.01 06:58:22.608808 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13631 | 2024.11.01 06:58:22.608839 [ 297 ] {} <Debug> HTTP-Session: 7479438f-b77c-4453-bb89-351f93a8dc15 Authenticating user 'default' from [fd00:1122:3344:101::d]:42587 | ||
| 13632 | 2024.11.01 06:58:22.608867 [ 297 ] {} <Debug> HTTP-Session: 7479438f-b77c-4453-bb89-351f93a8dc15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13633 | 2024.11.01 06:58:22.608884 [ 297 ] {} <Debug> HTTP-Session: 7479438f-b77c-4453-bb89-351f93a8dc15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13634 | 2024.11.01 06:58:22.608945 [ 297 ] {} <Trace> HTTP-Session: 7479438f-b77c-4453-bb89-351f93a8dc15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2024.11.01 06:58:22.609178 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42587) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13636 | 2024.11.01 06:58:22.609257 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13637 | 2024.11.01 06:58:22.609633 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13638 | 2024.11.01 06:58:22.610110 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13639 | 2024.11.01 06:58:22.610158 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13640 | 2024.11.01 06:58:22.610599 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13641 | 2024.11.01 06:58:22.611011 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13642 | 2024.11.01 06:58:22.611193 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002098 sec., 30505.24308865586 rows/sec., 2.38 MiB/sec. | ||
| 13643 | 2024.11.01 06:58:22.611403 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Debug> DynamicQueryHandler: Done processing query | ||
| 13644 | 2024.11.01 06:58:22.611431 [ 297 ] {13ff5fca-0701-4dd3-8e24-91ca46ffc536} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13645 | 2024.11.01 06:58:22.611448 [ 297 ] {} <Debug> HTTP-Session: 7479438f-b77c-4453-bb89-351f93a8dc15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13646 | 2024.11.01 06:58:22.611662 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13647 | 2024.11.01 06:58:22.611668 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36359, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13648 | 2024.11.01 06:58:22.611783 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13649 | 2024.11.01 06:58:22.611808 [ 296 ] {} <Debug> HTTP-Session: 9dfd012a-778c-481f-9452-9ce4245a657c Authenticating user 'default' from [fd00:1122:3344:101::d]:36359 | ||
| 13650 | 2024.11.01 06:58:22.611837 [ 296 ] {} <Debug> HTTP-Session: 9dfd012a-778c-481f-9452-9ce4245a657c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13651 | 2024.11.01 06:58:22.611862 [ 296 ] {} <Debug> HTTP-Session: 9dfd012a-778c-481f-9452-9ce4245a657c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13652 | 2024.11.01 06:58:22.611920 [ 296 ] {} <Trace> HTTP-Session: 9dfd012a-778c-481f-9452-9ce4245a657c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13653 | 2024.11.01 06:58:22.612144 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36359) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13654 | 2024.11.01 06:58:22.612209 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13655 | 2024.11.01 06:58:22.612432 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13656 | 2024.11.01 06:58:22.612888 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13657 | 2024.11.01 06:58:22.612928 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13658 | 2024.11.01 06:58:22.613357 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13659 | 2024.11.01 06:58:22.613735 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13660 | 2024.11.01 06:58:22.613893 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001871 sec., 85515.766969535 rows/sec., 5.96 MiB/sec. | ||
| 13661 | 2024.11.01 06:58:22.614075 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Debug> DynamicQueryHandler: Done processing query | ||
| 13662 | 2024.11.01 06:58:22.614099 [ 296 ] {f3ff2690-e2b3-4c30-bc5b-b30758e82b96} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13663 | 2024.11.01 06:58:22.614114 [ 296 ] {} <Debug> HTTP-Session: 9dfd012a-778c-481f-9452-9ce4245a657c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13664 | 2024.11.01 06:58:22.614259 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13665 | 2024.11.01 06:58:22.614343 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47705, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13666 | 2024.11.01 06:58:22.614419 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13667 | 2024.11.01 06:58:22.614445 [ 297 ] {} <Debug> HTTP-Session: 0e07cac9-bd3e-4700-ad51-6ba10c5c5169 Authenticating user 'default' from [fd00:1122:3344:101::d]:47705 | ||
| 13668 | 2024.11.01 06:58:22.614468 [ 297 ] {} <Debug> HTTP-Session: 0e07cac9-bd3e-4700-ad51-6ba10c5c5169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13669 | 2024.11.01 06:58:22.614484 [ 297 ] {} <Debug> HTTP-Session: 0e07cac9-bd3e-4700-ad51-6ba10c5c5169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13670 | 2024.11.01 06:58:22.614530 [ 297 ] {} <Trace> HTTP-Session: 0e07cac9-bd3e-4700-ad51-6ba10c5c5169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13671 | 2024.11.01 06:58:22.614768 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47705) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13672 | 2024.11.01 06:58:22.614832 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13673 | 2024.11.01 06:58:22.615030 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13674 | 2024.11.01 06:58:22.615383 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.11.01 06:58:22.615430 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13676 | 2024.11.01 06:58:22.615828 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13677 | 2024.11.01 06:58:22.616160 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.11.01 06:58:22.616321 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec. | ||
| 13679 | 2024.11.01 06:58:22.616520 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13680 | 2024.11.01 06:58:22.616556 [ 297 ] {170cb63c-28d3-44a7-be93-ee61d69a0fa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13681 | 2024.11.01 06:58:22.616586 [ 297 ] {} <Debug> HTTP-Session: 0e07cac9-bd3e-4700-ad51-6ba10c5c5169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13682 | 2024.11.01 06:58:22.616841 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13683 | 2024.11.01 06:58:25.895700 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13684 | 2024.11.01 06:58:25.895757 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13685 | 2024.11.01 06:58:27.604657 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49721, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13686 | 2024.11.01 06:58:27.604794 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13687 | 2024.11.01 06:58:27.604823 [ 296 ] {} <Debug> HTTP-Session: c66c06e2-392e-4430-a0bc-96433b585033 Authenticating user 'default' from [fd00:1122:3344:101::d]:49721 | ||
| 13688 | 2024.11.01 06:58:27.604850 [ 296 ] {} <Debug> HTTP-Session: c66c06e2-392e-4430-a0bc-96433b585033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13689 | 2024.11.01 06:58:27.604867 [ 296 ] {} <Debug> HTTP-Session: c66c06e2-392e-4430-a0bc-96433b585033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13690 | 2024.11.01 06:58:27.604925 [ 296 ] {} <Trace> HTTP-Session: c66c06e2-392e-4430-a0bc-96433b585033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13691 | 2024.11.01 06:58:27.605142 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49721) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13692 | 2024.11.01 06:58:27.605215 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13693 | 2024.11.01 06:58:27.605595 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13694 | 2024.11.01 06:58:27.606173 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13695 | 2024.11.01 06:58:27.606222 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13696 | 2024.11.01 06:58:27.606697 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13697 | 2024.11.01 06:58:27.607075 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13698 | 2024.11.01 06:58:27.607218 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002149 sec., 26058.631921824104 rows/sec., 2.00 MiB/sec. | ||
| 13699 | 2024.11.01 06:58:27.607422 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Debug> DynamicQueryHandler: Done processing query | ||
| 13700 | 2024.11.01 06:58:27.607448 [ 296 ] {517415b4-5cca-42f6-a35e-ccac2c401305} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13701 | 2024.11.01 06:58:27.607464 [ 296 ] {} <Debug> HTTP-Session: c66c06e2-392e-4430-a0bc-96433b585033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13702 | 2024.11.01 06:58:27.607659 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13703 | 2024.11.01 06:58:27.607776 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53929, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13704 | 2024.11.01 06:58:27.607900 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13705 | 2024.11.01 06:58:27.607931 [ 297 ] {} <Debug> HTTP-Session: 07d30305-a7d5-401e-bc2b-901041a61771 Authenticating user 'default' from [fd00:1122:3344:101::d]:53929 | ||
| 13706 | 2024.11.01 06:58:27.607959 [ 297 ] {} <Debug> HTTP-Session: 07d30305-a7d5-401e-bc2b-901041a61771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13707 | 2024.11.01 06:58:27.607976 [ 297 ] {} <Debug> HTTP-Session: 07d30305-a7d5-401e-bc2b-901041a61771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13708 | 2024.11.01 06:58:27.608037 [ 297 ] {} <Trace> HTTP-Session: 07d30305-a7d5-401e-bc2b-901041a61771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13709 | 2024.11.01 06:58:27.608268 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53929) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13710 | 2024.11.01 06:58:27.608349 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13711 | 2024.11.01 06:58:27.608740 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13712 | 2024.11.01 06:58:27.609170 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13713 | 2024.11.01 06:58:27.609219 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13714 | 2024.11.01 06:58:27.609655 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13715 | 2024.11.01 06:58:27.610052 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13716 | 2024.11.01 06:58:27.610235 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002051 sec., 31204.29058995612 rows/sec., 2.44 MiB/sec. | ||
| 13717 | 2024.11.01 06:58:27.610444 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Debug> DynamicQueryHandler: Done processing query | ||
| 13718 | 2024.11.01 06:58:27.610472 [ 297 ] {f02160da-23c0-48ad-a80a-ad5cf6eeeb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13719 | 2024.11.01 06:58:27.610489 [ 297 ] {} <Debug> HTTP-Session: 07d30305-a7d5-401e-bc2b-901041a61771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13720 | 2024.11.01 06:58:27.610693 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13721 | 2024.11.01 06:58:27.610781 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52631, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13722 | 2024.11.01 06:58:27.610876 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13723 | 2024.11.01 06:58:27.610903 [ 296 ] {} <Debug> HTTP-Session: 5c8ed40d-af10-4c48-b238-0b26ed99b122 Authenticating user 'default' from [fd00:1122:3344:101::d]:52631 | ||
| 13724 | 2024.11.01 06:58:27.610924 [ 296 ] {} <Debug> HTTP-Session: 5c8ed40d-af10-4c48-b238-0b26ed99b122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13725 | 2024.11.01 06:58:27.610941 [ 296 ] {} <Debug> HTTP-Session: 5c8ed40d-af10-4c48-b238-0b26ed99b122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13726 | 2024.11.01 06:58:27.610987 [ 296 ] {} <Trace> HTTP-Session: 5c8ed40d-af10-4c48-b238-0b26ed99b122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13727 | 2024.11.01 06:58:27.611195 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52631) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13728 | 2024.11.01 06:58:27.611256 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13729 | 2024.11.01 06:58:27.611471 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13730 | 2024.11.01 06:58:27.611911 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2024.11.01 06:58:27.611945 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13732 | 2024.11.01 06:58:27.612339 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13733 | 2024.11.01 06:58:27.612691 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2024.11.01 06:58:27.612819 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec. | ||
| 13735 | 2024.11.01 06:58:27.612983 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Debug> DynamicQueryHandler: Done processing query | ||
| 13736 | 2024.11.01 06:58:27.613006 [ 296 ] {5426d6a5-3409-4341-bb06-e2f095170986} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13737 | 2024.11.01 06:58:27.613022 [ 296 ] {} <Debug> HTTP-Session: 5c8ed40d-af10-4c48-b238-0b26ed99b122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13738 | 2024.11.01 06:58:27.613167 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13739 | 2024.11.01 06:58:27.613261 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56716, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13740 | 2024.11.01 06:58:27.613327 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13741 | 2024.11.01 06:58:27.613350 [ 297 ] {} <Debug> HTTP-Session: 658acdbe-8cfc-4307-9e89-449205db932c Authenticating user 'default' from [fd00:1122:3344:101::d]:56716 | ||
| 13742 | 2024.11.01 06:58:27.613369 [ 297 ] {} <Debug> HTTP-Session: 658acdbe-8cfc-4307-9e89-449205db932c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13743 | 2024.11.01 06:58:27.613383 [ 297 ] {} <Debug> HTTP-Session: 658acdbe-8cfc-4307-9e89-449205db932c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13744 | 2024.11.01 06:58:27.613425 [ 297 ] {} <Trace> HTTP-Session: 658acdbe-8cfc-4307-9e89-449205db932c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13745 | 2024.11.01 06:58:27.613578 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56716) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13746 | 2024.11.01 06:58:27.613632 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13747 | 2024.11.01 06:58:27.613805 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13748 | 2024.11.01 06:58:27.614115 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2024.11.01 06:58:27.614154 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13750 | 2024.11.01 06:58:27.614553 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13751 | 2024.11.01 06:58:27.614891 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2024.11.01 06:58:27.615051 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 13753 | 2024.11.01 06:58:27.615294 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Debug> DynamicQueryHandler: Done processing query | ||
| 13754 | 2024.11.01 06:58:27.615329 [ 297 ] {34230d77-84f0-442b-9da7-4e90289bdc13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13755 | 2024.11.01 06:58:27.615349 [ 297 ] {} <Debug> HTTP-Session: 658acdbe-8cfc-4307-9e89-449205db932c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13756 | 2024.11.01 06:58:27.615711 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13757 | 2024.11.01 06:58:27.615885 [ 297 ] {} <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): | ||
| 13758 | |||
| 13759 | (version 23.8.7.1) | ||
| 13760 | 2024.11.01 06:58:31.231254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1246 | ||
| 13761 | 2024.11.01 06:58:31.234154 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13762 | 2024.11.01 06:58:31.234212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13763 | 2024.11.01 06:58:31.235735 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13764 | 2024.11.01 06:58:31.236728 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13765 | 2024.11.01 06:58:31.237322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1246 | ||
| 13766 | 2024.11.01 06:58:32.610885 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52631, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13767 | 2024.11.01 06:58:32.611076 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13768 | 2024.11.01 06:58:32.611123 [ 296 ] {} <Debug> HTTP-Session: 8256c9ef-315f-40f6-a74d-4cec9e89f947 Authenticating user 'default' from [fd00:1122:3344:101::d]:52631 | ||
| 13769 | 2024.11.01 06:58:32.611165 [ 296 ] {} <Debug> HTTP-Session: 8256c9ef-315f-40f6-a74d-4cec9e89f947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13770 | 2024.11.01 06:58:32.611193 [ 296 ] {} <Debug> HTTP-Session: 8256c9ef-315f-40f6-a74d-4cec9e89f947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13771 | 2024.11.01 06:58:32.611274 [ 296 ] {} <Trace> HTTP-Session: 8256c9ef-315f-40f6-a74d-4cec9e89f947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13772 | 2024.11.01 06:58:32.611692 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52631) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13773 | 2024.11.01 06:58:32.611800 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13774 | 2024.11.01 06:58:32.612178 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13775 | 2024.11.01 06:58:32.612856 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13776 | 2024.11.01 06:58:32.612903 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13777 | 2024.11.01 06:58:32.613348 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13778 | 2024.11.01 06:58:32.613749 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13779 | 2024.11.01 06:58:32.613930 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002434 sec., 109695.97370583403 rows/sec., 9.76 MiB/sec. | ||
| 13780 | 2024.11.01 06:58:32.614163 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Debug> DynamicQueryHandler: Done processing query | ||
| 13781 | 2024.11.01 06:58:32.614189 [ 296 ] {35a0af04-3f13-47ed-90cd-4f98b98f9180} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13782 | 2024.11.01 06:58:32.614206 [ 296 ] {} <Debug> HTTP-Session: 8256c9ef-315f-40f6-a74d-4cec9e89f947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13783 | 2024.11.01 06:58:32.614434 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13784 | 2024.11.01 06:58:32.614482 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50236, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13785 | 2024.11.01 06:58:32.614562 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13786 | 2024.11.01 06:58:32.614592 [ 289 ] {} <Debug> HTTP-Session: 1c5d1bc3-2790-4d91-a294-621030006b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:50236 | ||
| 13787 | 2024.11.01 06:58:32.614617 [ 289 ] {} <Debug> HTTP-Session: 1c5d1bc3-2790-4d91-a294-621030006b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13788 | 2024.11.01 06:58:32.614634 [ 289 ] {} <Debug> HTTP-Session: 1c5d1bc3-2790-4d91-a294-621030006b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13789 | 2024.11.01 06:58:32.614678 [ 289 ] {} <Trace> HTTP-Session: 1c5d1bc3-2790-4d91-a294-621030006b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13790 | 2024.11.01 06:58:32.614829 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50236) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13791 | 2024.11.01 06:58:32.614879 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13792 | 2024.11.01 06:58:32.615122 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13793 | 2024.11.01 06:58:32.615525 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2024.11.01 06:58:32.615563 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13795 | 2024.11.01 06:58:32.615927 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13796 | 2024.11.01 06:58:32.616287 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2024.11.01 06:58:32.616446 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001659 sec., 23508.137432188065 rows/sec., 1.73 MiB/sec. | ||
| 13798 | 2024.11.01 06:58:32.616633 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13799 | 2024.11.01 06:58:32.616657 [ 289 ] {66065e91-2245-4756-9f9c-7413c79c05b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13800 | 2024.11.01 06:58:32.616673 [ 289 ] {} <Debug> HTTP-Session: 1c5d1bc3-2790-4d91-a294-621030006b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13801 | 2024.11.01 06:58:32.616796 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13802 | 2024.11.01 06:58:32.616891 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36773, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13803 | 2024.11.01 06:58:32.616995 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13804 | 2024.11.01 06:58:32.617019 [ 286 ] {} <Debug> HTTP-Session: 2e8a9c63-67e0-44da-88a4-69b7ad6b9af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36773 | ||
| 13805 | 2024.11.01 06:58:32.617043 [ 286 ] {} <Debug> HTTP-Session: 2e8a9c63-67e0-44da-88a4-69b7ad6b9af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13806 | 2024.11.01 06:58:32.617057 [ 286 ] {} <Debug> HTTP-Session: 2e8a9c63-67e0-44da-88a4-69b7ad6b9af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13807 | 2024.11.01 06:58:32.617109 [ 286 ] {} <Trace> HTTP-Session: 2e8a9c63-67e0-44da-88a4-69b7ad6b9af0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13808 | 2024.11.01 06:58:32.617285 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36773) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13809 | 2024.11.01 06:58:32.617348 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13810 | 2024.11.01 06:58:32.617674 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13811 | 2024.11.01 06:58:32.618037 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13812 | 2024.11.01 06:58:32.618078 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13813 | 2024.11.01 06:58:32.618509 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13814 | 2024.11.01 06:58:32.618905 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13815 | 2024.11.01 06:58:32.619086 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001845 sec., 7588.075880758807 rows/sec., 531.42 KiB/sec. | ||
| 13816 | 2024.11.01 06:58:32.619417 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13817 | 2024.11.01 06:58:32.619486 [ 286 ] {0f4047f1-62d6-4779-89ba-b5d741fcb99c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13818 | 2024.11.01 06:58:32.619546 [ 286 ] {} <Debug> HTTP-Session: 2e8a9c63-67e0-44da-88a4-69b7ad6b9af0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13819 | 2024.11.01 06:58:32.619732 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13820 | 2024.11.01 06:58:32.619857 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53661, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13821 | 2024.11.01 06:58:32.619949 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13822 | 2024.11.01 06:58:32.619974 [ 289 ] {} <Debug> HTTP-Session: 340c8f6b-5804-42db-b086-4e9bf83d0e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:53661 | ||
| 13823 | 2024.11.01 06:58:32.619995 [ 289 ] {} <Debug> HTTP-Session: 340c8f6b-5804-42db-b086-4e9bf83d0e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13824 | 2024.11.01 06:58:32.620013 [ 289 ] {} <Debug> HTTP-Session: 340c8f6b-5804-42db-b086-4e9bf83d0e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13825 | 2024.11.01 06:58:32.620057 [ 289 ] {} <Trace> HTTP-Session: 340c8f6b-5804-42db-b086-4e9bf83d0e35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13826 | 2024.11.01 06:58:32.620185 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53661) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13827 | 2024.11.01 06:58:32.620238 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13828 | 2024.11.01 06:58:32.620539 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13829 | 2024.11.01 06:58:32.620893 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13830 | 2024.11.01 06:58:32.620929 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13831 | 2024.11.01 06:58:32.621281 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13832 | 2024.11.01 06:58:32.621651 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13833 | 2024.11.01 06:58:32.621822 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001673 sec., 3586.371787208607 rows/sec., 211.89 KiB/sec. | ||
| 13834 | 2024.11.01 06:58:32.622002 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13835 | 2024.11.01 06:58:32.622026 [ 289 ] {fda47b2d-1c73-410e-b9af-815508145d0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13836 | 2024.11.01 06:58:32.622042 [ 289 ] {} <Debug> HTTP-Session: 340c8f6b-5804-42db-b086-4e9bf83d0e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13837 | 2024.11.01 06:58:32.622258 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13838 | 2024.11.01 06:58:32.622314 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39084, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13839 | 2024.11.01 06:58:32.622378 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13840 | 2024.11.01 06:58:32.622398 [ 286 ] {} <Debug> HTTP-Session: fc2b1d62-07d3-4252-a7b7-25a1a05e0a8d Authenticating user 'default' from [fd00:1122:3344:101::d]:39084 | ||
| 13841 | 2024.11.01 06:58:32.622417 [ 286 ] {} <Debug> HTTP-Session: fc2b1d62-07d3-4252-a7b7-25a1a05e0a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13842 | 2024.11.01 06:58:32.622431 [ 286 ] {} <Debug> HTTP-Session: fc2b1d62-07d3-4252-a7b7-25a1a05e0a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13843 | 2024.11.01 06:58:32.622469 [ 286 ] {} <Trace> HTTP-Session: fc2b1d62-07d3-4252-a7b7-25a1a05e0a8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13844 | 2024.11.01 06:58:32.622747 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39084) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13845 | 2024.11.01 06:58:32.622793 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13846 | 2024.11.01 06:58:32.623064 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13847 | 2024.11.01 06:58:32.623656 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13848 | 2024.11.01 06:58:32.623694 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13849 | 2024.11.01 06:58:32.624102 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13850 | 2024.11.01 06:58:32.624464 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13851 | 2024.11.01 06:58:32.624629 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002027 sec., 207696.10261470152 rows/sec., 14.84 MiB/sec. | ||
| 13852 | 2024.11.01 06:58:32.624927 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Debug> DynamicQueryHandler: Done processing query | ||
| 13853 | 2024.11.01 06:58:32.624989 [ 286 ] {485fc561-f0b6-40cf-a06e-170ca66c6878} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13854 | 2024.11.01 06:58:32.625049 [ 286 ] {} <Debug> HTTP-Session: fc2b1d62-07d3-4252-a7b7-25a1a05e0a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13855 | 2024.11.01 06:58:32.625291 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13856 | 2024.11.01 06:58:32.625303 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53661, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13857 | 2024.11.01 06:58:32.625419 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13858 | 2024.11.01 06:58:32.625466 [ 289 ] {} <Debug> HTTP-Session: cc9fe057-0a98-42a8-8324-5af98a13a228 Authenticating user 'default' from [fd00:1122:3344:101::d]:53661 | ||
| 13859 | 2024.11.01 06:58:32.625501 [ 289 ] {} <Debug> HTTP-Session: cc9fe057-0a98-42a8-8324-5af98a13a228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13860 | 2024.11.01 06:58:32.625528 [ 289 ] {} <Debug> HTTP-Session: cc9fe057-0a98-42a8-8324-5af98a13a228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13861 | 2024.11.01 06:58:32.625596 [ 289 ] {} <Trace> HTTP-Session: cc9fe057-0a98-42a8-8324-5af98a13a228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13862 | 2024.11.01 06:58:32.625798 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53661) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13863 | 2024.11.01 06:58:32.625888 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13864 | 2024.11.01 06:58:32.626056 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13865 | 2024.11.01 06:58:32.626330 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13866 | 2024.11.01 06:58:32.626367 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13867 | 2024.11.01 06:58:32.626737 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13868 | 2024.11.01 06:58:32.627059 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13869 | 2024.11.01 06:58:32.627212 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 13870 | 2024.11.01 06:58:32.627432 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13871 | 2024.11.01 06:58:32.627456 [ 289 ] {bb1e5077-e845-462e-bcc3-f7137c2874a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13872 | 2024.11.01 06:58:32.627473 [ 289 ] {} <Debug> HTTP-Session: cc9fe057-0a98-42a8-8324-5af98a13a228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13873 | 2024.11.01 06:58:32.627655 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13874 | 2024.11.01 06:58:32.627736 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35197, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13875 | 2024.11.01 06:58:32.627813 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13876 | 2024.11.01 06:58:32.627836 [ 286 ] {} <Debug> HTTP-Session: e75e5a23-59c8-4ddb-9684-299dfd095c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:35197 | ||
| 13877 | 2024.11.01 06:58:32.627854 [ 286 ] {} <Debug> HTTP-Session: e75e5a23-59c8-4ddb-9684-299dfd095c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13878 | 2024.11.01 06:58:32.627869 [ 286 ] {} <Debug> HTTP-Session: e75e5a23-59c8-4ddb-9684-299dfd095c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13879 | 2024.11.01 06:58:32.627907 [ 286 ] {} <Trace> HTTP-Session: e75e5a23-59c8-4ddb-9684-299dfd095c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13880 | 2024.11.01 06:58:32.628120 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35197) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13881 | 2024.11.01 06:58:32.628171 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13882 | 2024.11.01 06:58:32.628349 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13883 | 2024.11.01 06:58:32.628817 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13884 | 2024.11.01 06:58:32.628854 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13885 | 2024.11.01 06:58:32.629244 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13886 | 2024.11.01 06:58:32.629591 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13887 | 2024.11.01 06:58:32.629751 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001739 sec., 136285.22139160437 rows/sec., 9.13 MiB/sec. | ||
| 13888 | 2024.11.01 06:58:32.630030 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13889 | 2024.11.01 06:58:32.630091 [ 286 ] {edbfb0cf-fc12-4952-aac6-d0ce47435e1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13890 | 2024.11.01 06:58:32.630149 [ 286 ] {} <Debug> HTTP-Session: e75e5a23-59c8-4ddb-9684-299dfd095c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13891 | 2024.11.01 06:58:32.630405 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13892 | 2024.11.01 06:58:32.630519 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48423, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13893 | 2024.11.01 06:58:32.630626 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13894 | 2024.11.01 06:58:32.630664 [ 289 ] {} <Debug> HTTP-Session: 34cb7c58-a8e0-412d-b596-e178524cb4af Authenticating user 'default' from [fd00:1122:3344:101::d]:48423 | ||
| 13895 | 2024.11.01 06:58:32.630696 [ 289 ] {} <Debug> HTTP-Session: 34cb7c58-a8e0-412d-b596-e178524cb4af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13896 | 2024.11.01 06:58:32.630724 [ 289 ] {} <Debug> HTTP-Session: 34cb7c58-a8e0-412d-b596-e178524cb4af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13897 | 2024.11.01 06:58:32.630791 [ 289 ] {} <Trace> HTTP-Session: 34cb7c58-a8e0-412d-b596-e178524cb4af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13898 | 2024.11.01 06:58:32.630937 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48423) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13899 | 2024.11.01 06:58:32.630986 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13900 | 2024.11.01 06:58:32.631144 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13901 | 2024.11.01 06:58:32.631408 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13902 | 2024.11.01 06:58:32.631442 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13903 | 2024.11.01 06:58:32.631793 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13904 | 2024.11.01 06:58:32.632118 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13905 | 2024.11.01 06:58:32.632263 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001347 sec., 742.3904974016332 rows/sec., 50.02 KiB/sec. | ||
| 13906 | 2024.11.01 06:58:32.632433 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13907 | 2024.11.01 06:58:32.632460 [ 289 ] {dc27b054-046c-4160-ab58-a2d416bd65c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13908 | 2024.11.01 06:58:32.632480 [ 289 ] {} <Debug> HTTP-Session: 34cb7c58-a8e0-412d-b596-e178524cb4af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13909 | 2024.11.01 06:58:32.632652 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13910 | 2024.11.01 06:58:32.632704 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35197, User-Agent: (none), Length: 65822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13911 | 2024.11.01 06:58:32.632787 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13912 | 2024.11.01 06:58:32.632833 [ 286 ] {} <Debug> HTTP-Session: ce1b5566-07bb-4b7b-87f6-590c8f92f3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35197 | ||
| 13913 | 2024.11.01 06:58:32.632852 [ 286 ] {} <Debug> HTTP-Session: ce1b5566-07bb-4b7b-87f6-590c8f92f3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13914 | 2024.11.01 06:58:32.632867 [ 286 ] {} <Debug> HTTP-Session: ce1b5566-07bb-4b7b-87f6-590c8f92f3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13915 | 2024.11.01 06:58:32.632905 [ 286 ] {} <Trace> HTTP-Session: ce1b5566-07bb-4b7b-87f6-590c8f92f3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13916 | 2024.11.01 06:58:32.633318 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35197) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13917 | 2024.11.01 06:58:32.633395 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <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 | ||
| 13918 | 2024.11.01 06:58:32.633873 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13919 | 2024.11.01 06:58:32.634569 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13920 | 2024.11.01 06:58:32.634604 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13921 | 2024.11.01 06:58:32.635335 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13922 | 2024.11.01 06:58:32.635750 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13923 | 2024.11.01 06:58:32.635947 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002937 sec., 13278.855975485189 rows/sec., 23.80 MiB/sec. | ||
| 13924 | 2024.11.01 06:58:32.636179 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Debug> DynamicQueryHandler: Done processing query | ||
| 13925 | 2024.11.01 06:58:32.636204 [ 286 ] {43d986c2-68fd-4556-88bc-4a72b539ea01} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 13926 | 2024.11.01 06:58:32.636220 [ 286 ] {} <Debug> HTTP-Session: ce1b5566-07bb-4b7b-87f6-590c8f92f3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13927 | 2024.11.01 06:58:32.636417 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13928 | 2024.11.01 06:58:32.636478 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36705, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13929 | 2024.11.01 06:58:32.636560 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13930 | 2024.11.01 06:58:32.636584 [ 289 ] {} <Debug> HTTP-Session: e593b55a-1922-4498-aa5c-1c1ebc72df0f Authenticating user 'default' from [fd00:1122:3344:101::d]:36705 | ||
| 13931 | 2024.11.01 06:58:32.636605 [ 289 ] {} <Debug> HTTP-Session: e593b55a-1922-4498-aa5c-1c1ebc72df0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13932 | 2024.11.01 06:58:32.636622 [ 289 ] {} <Debug> HTTP-Session: e593b55a-1922-4498-aa5c-1c1ebc72df0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13933 | 2024.11.01 06:58:32.636668 [ 289 ] {} <Trace> HTTP-Session: e593b55a-1922-4498-aa5c-1c1ebc72df0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13934 | 2024.11.01 06:58:32.636841 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36705) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13935 | 2024.11.01 06:58:32.636889 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13936 | 2024.11.01 06:58:32.637042 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13937 | 2024.11.01 06:58:32.637418 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13938 | 2024.11.01 06:58:32.637454 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13939 | 2024.11.01 06:58:32.637818 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13940 | 2024.11.01 06:58:32.638135 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13941 | 2024.11.01 06:58:32.638306 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 13942 | 2024.11.01 06:58:32.638572 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13943 | 2024.11.01 06:58:32.638628 [ 289 ] {f08cb7c2-0dde-48f2-b316-359f02eb45f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13944 | 2024.11.01 06:58:32.638682 [ 289 ] {} <Debug> HTTP-Session: e593b55a-1922-4498-aa5c-1c1ebc72df0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13945 | 2024.11.01 06:58:32.639297 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13946 | 2024.11.01 06:58:37.603961 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38291, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13947 | 2024.11.01 06:58:37.604093 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13948 | 2024.11.01 06:58:37.604123 [ 289 ] {} <Debug> HTTP-Session: 3a74fe32-7be8-44df-a93c-57cfb7ca568d Authenticating user 'default' from [fd00:1122:3344:101::d]:38291 | ||
| 13949 | 2024.11.01 06:58:37.604152 [ 289 ] {} <Debug> HTTP-Session: 3a74fe32-7be8-44df-a93c-57cfb7ca568d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13950 | 2024.11.01 06:58:37.604169 [ 289 ] {} <Debug> HTTP-Session: 3a74fe32-7be8-44df-a93c-57cfb7ca568d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13951 | 2024.11.01 06:58:37.604225 [ 289 ] {} <Trace> HTTP-Session: 3a74fe32-7be8-44df-a93c-57cfb7ca568d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13952 | 2024.11.01 06:58:37.604432 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38291) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13953 | 2024.11.01 06:58:37.604506 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13954 | 2024.11.01 06:58:37.604885 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13955 | 2024.11.01 06:58:37.605357 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13956 | 2024.11.01 06:58:37.605398 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13957 | 2024.11.01 06:58:37.605792 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 13958 | 2024.11.01 06:58:37.606169 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13959 | 2024.11.01 06:58:37.606324 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001953 sec., 6144.393241167434 rows/sec., 501.03 KiB/sec. | ||
| 13960 | 2024.11.01 06:58:37.606858 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Debug> DynamicQueryHandler: Done processing query | ||
| 13961 | 2024.11.01 06:58:37.606918 [ 289 ] {4c02d70c-b425-4097-93b6-a720c96a6027} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13962 | 2024.11.01 06:58:37.606953 [ 289 ] {} <Debug> HTTP-Session: 3a74fe32-7be8-44df-a93c-57cfb7ca568d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13963 | 2024.11.01 06:58:37.607138 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13964 | 2024.11.01 06:58:37.607261 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54386, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13965 | 2024.11.01 06:58:37.607366 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13966 | 2024.11.01 06:58:37.607390 [ 286 ] {} <Debug> HTTP-Session: 8347c350-5e09-461a-a14c-04b25a52e489 Authenticating user 'default' from [fd00:1122:3344:101::d]:54386 | ||
| 13967 | 2024.11.01 06:58:37.607419 [ 286 ] {} <Debug> HTTP-Session: 8347c350-5e09-461a-a14c-04b25a52e489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13968 | 2024.11.01 06:58:37.607434 [ 286 ] {} <Debug> HTTP-Session: 8347c350-5e09-461a-a14c-04b25a52e489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13969 | 2024.11.01 06:58:37.607486 [ 286 ] {} <Trace> HTTP-Session: 8347c350-5e09-461a-a14c-04b25a52e489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2024.11.01 06:58:37.607688 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54386) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13971 | 2024.11.01 06:58:37.607753 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13972 | 2024.11.01 06:58:37.608092 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13973 | 2024.11.01 06:58:37.608540 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13974 | 2024.11.01 06:58:37.608583 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13975 | 2024.11.01 06:58:37.608997 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13976 | 2024.11.01 06:58:37.609375 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13977 | 2024.11.01 06:58:37.609521 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.001908 sec., 32494.75890985325 rows/sec., 2.48 MiB/sec. | ||
| 13978 | 2024.11.01 06:58:37.609533 [ 90 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13979 | 2024.11.01 06:58:37.609586 [ 90 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13980 | 2024.11.01 06:58:37.609616 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 13981 | 2024.11.01 06:58:37.609780 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Debug> DynamicQueryHandler: Done processing query | ||
| 13982 | 2024.11.01 06:58:37.609793 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 13983 | 2024.11.01 06:58:37.609815 [ 286 ] {540ffb7d-05e4-4e3d-b2b5-b20b86726585} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13984 | 2024.11.01 06:58:37.609870 [ 286 ] {} <Debug> HTTP-Session: 8347c350-5e09-461a-a14c-04b25a52e489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13985 | 2024.11.01 06:58:37.610087 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13986 | 2024.11.01 06:58:37.610157 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13987 | 2024.11.01 06:58:37.610203 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38291, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13988 | 2024.11.01 06:58:37.610238 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1417 rows starting from the beginning of the part | ||
| 13989 | 2024.11.01 06:58:37.610386 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 13990 | |||
| 13991 | (version 23.8.7.1) | ||
| 13992 | 2024.11.01 06:58:37.610522 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13993 | 2024.11.01 06:58:37.610586 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 267 rows starting from the beginning of the part | ||
| 13994 | 2024.11.01 06:58:37.610680 [ 289 ] {} <Debug> HTTP-Session: 95102a88-09ae-4f7d-bec8-1f8b8e004b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:38291 | ||
| 13995 | 2024.11.01 06:58:37.610797 [ 289 ] {} <Debug> HTTP-Session: 95102a88-09ae-4f7d-bec8-1f8b8e004b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13996 | 2024.11.01 06:58:37.610869 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 13997 | 2024.11.01 06:58:37.610921 [ 289 ] {} <Debug> HTTP-Session: 95102a88-09ae-4f7d-bec8-1f8b8e004b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13998 | 2024.11.01 06:58:37.611083 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 13999 | 2024.11.01 06:58:37.611125 [ 289 ] {} <Trace> HTTP-Session: 95102a88-09ae-4f7d-bec8-1f8b8e004b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14000 | 2024.11.01 06:58:37.611381 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 267 rows starting from the beginning of the part | ||
| 14001 | 2024.11.01 06:58:37.611628 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38291) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14002 | 2024.11.01 06:58:37.611758 [ 191 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 14003 | 2024.11.01 06:58:37.611833 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14004 | 2024.11.01 06:58:37.612834 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14005 | 2024.11.01 06:58:37.613822 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14006 | 2024.11.01 06:58:37.613885 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14007 | 2024.11.01 06:58:37.614675 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14008 | 2024.11.01 06:58:37.615479 [ 186 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2125 rows, containing 5 columns (5 merged, 0 gathered) in 0.005784246 sec., 367377.1827823367 rows/sec., 32.46 MiB/sec. | ||
| 14009 | 2024.11.01 06:58:37.615645 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14010 | 2024.11.01 06:58:37.615789 [ 200 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14011 | 2024.11.01 06:58:37.615878 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.004456 sec., 2692.998204667864 rows/sec., 188.04 KiB/sec. | ||
| 14012 | 2024.11.01 06:58:37.616396 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Debug> DynamicQueryHandler: Done processing query | ||
| 14013 | 2024.11.01 06:58:37.616477 [ 289 ] {e98c16be-5700-4a49-9c74-697db0538889} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14014 | 2024.11.01 06:58:37.616582 [ 289 ] {} <Debug> HTTP-Session: 95102a88-09ae-4f7d-bec8-1f8b8e004b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14015 | 2024.11.01 06:58:37.616896 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14016 | 2024.11.01 06:58:37.617099 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47342, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14017 | 2024.11.01 06:58:37.617152 [ 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): | ||
| 14018 | |||
| 14019 | (version 23.8.7.1) | ||
| 14020 | 2024.11.01 06:58:37.617291 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14021 | 2024.11.01 06:58:37.617380 [ 286 ] {} <Debug> HTTP-Session: e55c21d5-f827-4dd0-815b-a401e4ddd158 Authenticating user 'default' from [fd00:1122:3344:101::d]:47342 | ||
| 14022 | 2024.11.01 06:58:37.617455 [ 286 ] {} <Debug> HTTP-Session: e55c21d5-f827-4dd0-815b-a401e4ddd158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14023 | 2024.11.01 06:58:37.617521 [ 286 ] {} <Debug> HTTP-Session: e55c21d5-f827-4dd0-815b-a401e4ddd158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14024 | 2024.11.01 06:58:37.617660 [ 286 ] {} <Trace> HTTP-Session: e55c21d5-f827-4dd0-815b-a401e4ddd158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14025 | 2024.11.01 06:58:37.617804 [ 200 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14026 | 2024.11.01 06:58:37.617963 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47342) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14027 | 2024.11.01 06:58:37.617969 [ 200 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_86_17} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14028 | 2024.11.01 06:58:37.618039 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14029 | 2024.11.01 06:58:37.618161 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14030 | 2024.11.01 06:58:37.618433 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14031 | 2024.11.01 06:58:37.618831 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14032 | 2024.11.01 06:58:37.618870 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14033 | 2024.11.01 06:58:37.619248 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14034 | 2024.11.01 06:58:37.619620 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14035 | 2024.11.01 06:58:37.619756 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001904 sec., 39915.96638655462 rows/sec., 3.13 MiB/sec. | ||
| 14036 | 2024.11.01 06:58:37.619771 [ 90 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14037 | 2024.11.01 06:58:37.619822 [ 90 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14038 | 2024.11.01 06:58:37.619859 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14039 | 2024.11.01 06:58:37.619967 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 14040 | 2024.11.01 06:58:37.619977 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Debug> DynamicQueryHandler: Done processing query | ||
| 14041 | 2024.11.01 06:58:37.620016 [ 286 ] {bd04dc92-336b-4f26-86ad-1b1d9fd39235} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14042 | 2024.11.01 06:58:37.620039 [ 286 ] {} <Debug> HTTP-Session: e55c21d5-f827-4dd0-815b-a401e4ddd158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14043 | 2024.11.01 06:58:37.620111 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14044 | 2024.11.01 06:58:37.620141 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 14045 | 2024.11.01 06:58:37.620216 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14046 | 2024.11.01 06:58:37.620216 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 421 rows starting from the beginning of the part | ||
| 14047 | 2024.11.01 06:58:37.620358 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 14048 | 2024.11.01 06:58:37.620671 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60330, User-Agent: (none), Length: 25648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14049 | 2024.11.01 06:58:37.620720 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 14050 | 2024.11.01 06:58:37.621054 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14051 | 2024.11.01 06:58:37.621093 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 421 rows starting from the beginning of the part | ||
| 14052 | 2024.11.01 06:58:37.621225 [ 289 ] {} <Debug> HTTP-Session: 723be5e2-baa1-47f8-8064-0349433ec4f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60330 | ||
| 14053 | 2024.11.01 06:58:37.621359 [ 289 ] {} <Debug> HTTP-Session: 723be5e2-baa1-47f8-8064-0349433ec4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14054 | 2024.11.01 06:58:37.621430 [ 289 ] {} <Debug> HTTP-Session: 723be5e2-baa1-47f8-8064-0349433ec4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14055 | 2024.11.01 06:58:37.621497 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 14056 | 2024.11.01 06:58:37.621562 [ 289 ] {} <Trace> HTTP-Session: 723be5e2-baa1-47f8-8064-0349433ec4f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14057 | 2024.11.01 06:58:37.622123 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60330) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14058 | 2024.11.01 06:58:37.622227 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14059 | 2024.11.01 06:58:37.622760 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14060 | 2024.11.01 06:58:37.623747 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14061 | 2024.11.01 06:58:37.623811 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14062 | 2024.11.01 06:58:37.624554 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14063 | 2024.11.01 06:58:37.624682 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.004764625 sec., 411155.1276333395 rows/sec., 31.48 MiB/sec. | ||
| 14064 | 2024.11.01 06:58:37.624867 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14065 | 2024.11.01 06:58:37.625059 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14066 | 2024.11.01 06:58:37.625328 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14067 | 2024.11.01 06:58:37.625351 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.003452 sec., 38818.0764774044 rows/sec., 2.70 MiB/sec. | ||
| 14068 | 2024.11.01 06:58:37.625395 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14069 | 2024.11.01 06:58:37.625479 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14070 | 2024.11.01 06:58:37.625737 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14071 | 2024.11.01 06:58:37.625927 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 14072 | 2024.11.01 06:58:37.625985 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14073 | 2024.11.01 06:58:37.625987 [ 289 ] {ea453292-f3db-4b17-a8c3-dbab754a9cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14074 | 2024.11.01 06:58:37.626006 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_86_17} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14075 | 2024.11.01 06:58:37.626070 [ 289 ] {} <Debug> HTTP-Session: 723be5e2-baa1-47f8-8064-0349433ec4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14076 | 2024.11.01 06:58:37.626225 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14077 | 2024.11.01 06:58:37.626369 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47342, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14078 | 2024.11.01 06:58:37.626417 [ 289 ] {} <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) | ||
| 14079 | 2024.11.01 06:58:37.626458 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14080 | 2024.11.01 06:58:37.626504 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14081 | 2024.11.01 06:58:37.626536 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 15708 rows starting from the beginning of the part | ||
| 14082 | 2024.11.01 06:58:37.626545 [ 286 ] {} <Debug> HTTP-Session: ee5fce17-0ec4-4a4d-b3b5-64ba56c44b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:47342 | ||
| 14083 | 2024.11.01 06:58:37.626604 [ 286 ] {} <Debug> HTTP-Session: ee5fce17-0ec4-4a4d-b3b5-64ba56c44b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14084 | 2024.11.01 06:58:37.626674 [ 286 ] {} <Debug> HTTP-Session: ee5fce17-0ec4-4a4d-b3b5-64ba56c44b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14085 | 2024.11.01 06:58:37.626825 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14086 | 2024.11.01 06:58:37.626827 [ 286 ] {} <Trace> HTTP-Session: ee5fce17-0ec4-4a4d-b3b5-64ba56c44b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14087 | 2024.11.01 06:58:37.627080 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 14088 | 2024.11.01 06:58:37.627255 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47342) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14089 | 2024.11.01 06:58:37.627446 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14090 | 2024.11.01 06:58:37.627484 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14091 | 2024.11.01 06:58:37.627810 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14092 | 2024.11.01 06:58:37.628170 [ 186 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14093 | 2024.11.01 06:58:37.628696 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14094 | 2024.11.01 06:58:37.629215 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14095 | 2024.11.01 06:58:37.629251 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14096 | 2024.11.01 06:58:37.629723 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14097 | 2024.11.01 06:58:37.630082 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14098 | 2024.11.01 06:58:37.630286 [ 90 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14099 | 2024.11.01 06:58:37.630307 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003233 sec., 14846.891432106402 rows/sec., 1.00 MiB/sec. | ||
| 14100 | 2024.11.01 06:58:37.630351 [ 90 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2024.11.01 06:58:37.630421 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14102 | 2024.11.01 06:58:37.630994 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 14103 | 2024.11.01 06:58:37.631027 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14104 | 2024.11.01 06:58:37.631119 [ 286 ] {a2087e49-a017-4e8a-bc95-75e04ea780ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14105 | 2024.11.01 06:58:37.631298 [ 286 ] {} <Debug> HTTP-Session: ee5fce17-0ec4-4a4d-b3b5-64ba56c44b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14106 | 2024.11.01 06:58:37.631892 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14107 | 2024.11.01 06:58:37.632048 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5062 rows starting from the beginning of the part | ||
| 14108 | 2024.11.01 06:58:37.632195 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14109 | 2024.11.01 06:58:37.632702 [ 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): | ||
| 14110 | |||
| 14111 | (version 23.8.7.1) | ||
| 14112 | 2024.11.01 06:58:37.632787 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14113 | 2024.11.01 06:58:37.633158 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 14114 | 2024.11.01 06:58:37.633386 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14115 | 2024.11.01 06:58:37.633491 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14116 | 2024.11.01 06:58:37.633836 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14117 | 2024.11.01 06:58:37.636888 [ 187 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5394 rows, containing 4 columns (4 merged, 0 gathered) in 0.00629844 sec., 856402.5377712577 rows/sec., 56.33 MiB/sec. | ||
| 14118 | 2024.11.01 06:58:37.637000 [ 199 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16636 rows, containing 5 columns (5 merged, 0 gathered) in 0.011322067 sec., 1469343.0095405725 rows/sec., 100.37 MiB/sec. | ||
| 14119 | 2024.11.01 06:58:37.637202 [ 198 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14120 | 2024.11.01 06:58:37.637391 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14121 | 2024.11.01 06:58:37.638105 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14122 | 2024.11.01 06:58:37.638223 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14123 | 2024.11.01 06:58:37.638226 [ 192 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14124 | 2024.11.01 06:58:37.638344 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_86_17} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14125 | 2024.11.01 06:58:37.638348 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB. | ||
| 14126 | 2024.11.01 06:58:37.638437 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 14127 | 2024.11.01 06:58:39.008987 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14128 | 2024.11.01 06:58:39.302524 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60232, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14129 | 2024.11.01 06:58:39.360028 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14130 | 2024.11.01 06:58:39.361317 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14131 | 2024.11.01 06:58:39.426684 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45382, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14132 | 2024.11.01 06:58:39.428991 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14133 | 2024.11.01 06:58:39.441200 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14134 | 2024.11.01 06:58:39.485525 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14135 | 2024.11.01 06:58:40.896007 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14136 | 2024.11.01 06:58:40.896084 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14137 | 2024.11.01 06:58:41.237607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1278 | ||
| 14138 | 2024.11.01 06:58:41.240538 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14139 | 2024.11.01 06:58:41.240591 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14140 | 2024.11.01 06:58:41.242088 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14141 | 2024.11.01 06:58:41.243079 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14142 | 2024.11.01 06:58:41.244684 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1278 | ||
| 14143 | 2024.11.01 06:58:42.605359 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14144 | 2024.11.01 06:58:42.605487 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14145 | 2024.11.01 06:58:42.605512 [ 286 ] {} <Debug> HTTP-Session: 9181d76f-3aa2-4186-839d-e7f7b2667479 Authenticating user 'default' from [fd00:1122:3344:101::d]:52859 | ||
| 14146 | 2024.11.01 06:58:42.605536 [ 286 ] {} <Debug> HTTP-Session: 9181d76f-3aa2-4186-839d-e7f7b2667479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14147 | 2024.11.01 06:58:42.605551 [ 286 ] {} <Debug> HTTP-Session: 9181d76f-3aa2-4186-839d-e7f7b2667479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14148 | 2024.11.01 06:58:42.605601 [ 286 ] {} <Trace> HTTP-Session: 9181d76f-3aa2-4186-839d-e7f7b2667479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14149 | 2024.11.01 06:58:42.605792 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52859) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14150 | 2024.11.01 06:58:42.605859 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14151 | 2024.11.01 06:58:42.606192 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14152 | 2024.11.01 06:58:42.606672 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14153 | 2024.11.01 06:58:42.606718 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14154 | 2024.11.01 06:58:42.607130 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14155 | 2024.11.01 06:58:42.607527 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14156 | 2024.11.01 06:58:42.607699 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 14157 | 2024.11.01 06:58:42.607917 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Debug> DynamicQueryHandler: Done processing query | ||
| 14158 | 2024.11.01 06:58:42.607943 [ 286 ] {f0c3ee30-b1f3-4168-90df-572f69cac319} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14159 | 2024.11.01 06:58:42.607960 [ 286 ] {} <Debug> HTTP-Session: 9181d76f-3aa2-4186-839d-e7f7b2667479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14160 | 2024.11.01 06:58:42.608194 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14161 | 2024.11.01 06:58:42.608264 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59514, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14162 | 2024.11.01 06:58:42.608370 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14163 | 2024.11.01 06:58:42.608395 [ 289 ] {} <Debug> HTTP-Session: 3cee6619-7c88-4012-a515-a362c0040bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:59514 | ||
| 14164 | 2024.11.01 06:58:42.608420 [ 289 ] {} <Debug> HTTP-Session: 3cee6619-7c88-4012-a515-a362c0040bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14165 | 2024.11.01 06:58:42.608434 [ 289 ] {} <Debug> HTTP-Session: 3cee6619-7c88-4012-a515-a362c0040bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14166 | 2024.11.01 06:58:42.608488 [ 289 ] {} <Trace> HTTP-Session: 3cee6619-7c88-4012-a515-a362c0040bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14167 | 2024.11.01 06:58:42.608686 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59514) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14168 | 2024.11.01 06:58:42.608751 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14169 | 2024.11.01 06:58:42.609085 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14170 | 2024.11.01 06:58:42.609518 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14171 | 2024.11.01 06:58:42.609558 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14172 | 2024.11.01 06:58:42.609988 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14173 | 2024.11.01 06:58:42.610387 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14174 | 2024.11.01 06:58:42.610562 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001948 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. | ||
| 14175 | 2024.11.01 06:58:42.610774 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14176 | 2024.11.01 06:58:42.610800 [ 289 ] {95dc4711-6c96-4712-bd19-957fc10d565e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14177 | 2024.11.01 06:58:42.610817 [ 289 ] {} <Debug> HTTP-Session: 3cee6619-7c88-4012-a515-a362c0040bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14178 | 2024.11.01 06:58:42.611012 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14179 | 2024.11.01 06:58:42.611069 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14180 | 2024.11.01 06:58:42.611146 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14181 | 2024.11.01 06:58:42.611179 [ 286 ] {} <Debug> HTTP-Session: a9bfa2ef-35a1-4853-8430-943af0fc73f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52859 | ||
| 14182 | 2024.11.01 06:58:42.611201 [ 286 ] {} <Debug> HTTP-Session: a9bfa2ef-35a1-4853-8430-943af0fc73f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14183 | 2024.11.01 06:58:42.611217 [ 286 ] {} <Debug> HTTP-Session: a9bfa2ef-35a1-4853-8430-943af0fc73f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14184 | 2024.11.01 06:58:42.611261 [ 286 ] {} <Trace> HTTP-Session: a9bfa2ef-35a1-4853-8430-943af0fc73f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14185 | 2024.11.01 06:58:42.611440 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52859) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14186 | 2024.11.01 06:58:42.611496 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14187 | 2024.11.01 06:58:42.611684 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14188 | 2024.11.01 06:58:42.612089 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14189 | 2024.11.01 06:58:42.612128 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14190 | 2024.11.01 06:58:42.612540 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14191 | 2024.11.01 06:58:42.612891 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14192 | 2024.11.01 06:58:42.613062 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 14193 | 2024.11.01 06:58:42.613337 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14194 | 2024.11.01 06:58:42.613395 [ 286 ] {b7113986-e5a6-4cc8-bb65-6130cfb29f9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14195 | 2024.11.01 06:58:42.613446 [ 286 ] {} <Debug> HTTP-Session: a9bfa2ef-35a1-4853-8430-943af0fc73f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14196 | 2024.11.01 06:58:42.613673 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14197 | 2024.11.01 06:58:42.613775 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39344, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14198 | 2024.11.01 06:58:42.613834 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14199 | 2024.11.01 06:58:42.613855 [ 289 ] {} <Debug> HTTP-Session: c3a7341c-52b9-4ae8-80b6-5bbc863192b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39344 | ||
| 14200 | 2024.11.01 06:58:42.613873 [ 289 ] {} <Debug> HTTP-Session: c3a7341c-52b9-4ae8-80b6-5bbc863192b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14201 | 2024.11.01 06:58:42.613887 [ 289 ] {} <Debug> HTTP-Session: c3a7341c-52b9-4ae8-80b6-5bbc863192b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14202 | 2024.11.01 06:58:42.613927 [ 289 ] {} <Trace> HTTP-Session: c3a7341c-52b9-4ae8-80b6-5bbc863192b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14203 | 2024.11.01 06:58:42.614057 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39344) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14204 | 2024.11.01 06:58:42.614105 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14205 | 2024.11.01 06:58:42.614256 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14206 | 2024.11.01 06:58:42.614572 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14207 | 2024.11.01 06:58:42.614609 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14208 | 2024.11.01 06:58:42.614995 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14209 | 2024.11.01 06:58:42.615334 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14210 | 2024.11.01 06:58:42.615490 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 14211 | 2024.11.01 06:58:42.615760 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14212 | 2024.11.01 06:58:42.615823 [ 289 ] {50ae5c9b-657b-4514-8423-d2384c94e5e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14213 | 2024.11.01 06:58:42.615884 [ 289 ] {} <Debug> HTTP-Session: c3a7341c-52b9-4ae8-80b6-5bbc863192b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14214 | 2024.11.01 06:58:42.616321 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14215 | 2024.11.01 06:58:46.393392 [ 151 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 14216 | 2024.11.01 06:58:46.393493 [ 151 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2024.11.01 06:58:46.393537 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14218 | 2024.11.01 06:58:46.393786 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 14219 | 2024.11.01 06:58:46.394258 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14220 | 2024.11.01 06:58:46.394301 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 243 rows starting from the beginning of the part | ||
| 14221 | 2024.11.01 06:58:46.394392 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 14222 | 2024.11.01 06:58:46.394599 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 14223 | 2024.11.01 06:58:46.394882 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 14224 | 2024.11.01 06:58:46.395086 [ 198 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 14225 | 2024.11.01 06:58:46.396282 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002632135 sec., 113595.99716579888 rows/sec., 7.73 MiB/sec. | ||
| 14226 | 2024.11.01 06:58:46.396536 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 14227 | 2024.11.01 06:58:46.397100 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14228 | 2024.11.01 06:58:46.397215 [ 192 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_30_7} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 14229 | 2024.11.01 06:58:46.397335 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 14230 | 2024.11.01 06:58:47.612304 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14231 | 2024.11.01 06:58:47.612419 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14232 | 2024.11.01 06:58:47.612445 [ 286 ] {} <Debug> HTTP-Session: 79a4d6db-3757-47fa-a7e6-4bcee400ccc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:52859 | ||
| 14233 | 2024.11.01 06:58:47.612468 [ 286 ] {} <Debug> HTTP-Session: 79a4d6db-3757-47fa-a7e6-4bcee400ccc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14234 | 2024.11.01 06:58:47.612483 [ 286 ] {} <Debug> HTTP-Session: 79a4d6db-3757-47fa-a7e6-4bcee400ccc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14235 | 2024.11.01 06:58:47.612534 [ 286 ] {} <Trace> HTTP-Session: 79a4d6db-3757-47fa-a7e6-4bcee400ccc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14236 | 2024.11.01 06:58:47.612792 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52859) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14237 | 2024.11.01 06:58:47.612860 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14238 | 2024.11.01 06:58:47.613194 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14239 | 2024.11.01 06:58:47.613818 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14240 | 2024.11.01 06:58:47.613866 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14241 | 2024.11.01 06:58:47.614307 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14242 | 2024.11.01 06:58:47.614697 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14243 | 2024.11.01 06:58:47.614885 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002204 sec., 121143.37568058078 rows/sec., 10.78 MiB/sec. | ||
| 14244 | 2024.11.01 06:58:47.615108 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Debug> DynamicQueryHandler: Done processing query | ||
| 14245 | 2024.11.01 06:58:47.615136 [ 286 ] {d99d3586-5091-42d8-9a76-3d06b6a60048} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14246 | 2024.11.01 06:58:47.615153 [ 286 ] {} <Debug> HTTP-Session: 79a4d6db-3757-47fa-a7e6-4bcee400ccc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14247 | 2024.11.01 06:58:47.615350 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14248 | 2024.11.01 06:58:47.615480 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41178, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14249 | 2024.11.01 06:58:47.615582 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14250 | 2024.11.01 06:58:47.615606 [ 289 ] {} <Debug> HTTP-Session: 85becf95-efff-430a-b09b-61c2012e4047 Authenticating user 'default' from [fd00:1122:3344:101::d]:41178 | ||
| 14251 | 2024.11.01 06:58:47.615631 [ 289 ] {} <Debug> HTTP-Session: 85becf95-efff-430a-b09b-61c2012e4047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14252 | 2024.11.01 06:58:47.615645 [ 289 ] {} <Debug> HTTP-Session: 85becf95-efff-430a-b09b-61c2012e4047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14253 | 2024.11.01 06:58:47.615697 [ 289 ] {} <Trace> HTTP-Session: 85becf95-efff-430a-b09b-61c2012e4047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14254 | 2024.11.01 06:58:47.615908 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41178) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14255 | 2024.11.01 06:58:47.615972 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14256 | 2024.11.01 06:58:47.616305 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14257 | 2024.11.01 06:58:47.616712 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14258 | 2024.11.01 06:58:47.616753 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14259 | 2024.11.01 06:58:47.617170 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14260 | 2024.11.01 06:58:47.617555 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14261 | 2024.11.01 06:58:47.617737 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001883 sec., 20711.63037705789 rows/sec., 1.52 MiB/sec. | ||
| 14262 | 2024.11.01 06:58:47.617738 [ 85 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
| 14263 | 2024.11.01 06:58:47.617855 [ 85 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14264 | 2024.11.01 06:58:47.617905 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14265 | 2024.11.01 06:58:47.618116 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Debug> DynamicQueryHandler: Done processing query | ||
| 14266 | 2024.11.01 06:58:47.618153 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::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 | ||
| 14267 | 2024.11.01 06:58:47.618166 [ 289 ] {37c2ceb6-4d01-4b58-b190-bfff37542d93} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14268 | 2024.11.01 06:58:47.618281 [ 289 ] {} <Debug> HTTP-Session: 85becf95-efff-430a-b09b-61c2012e4047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14269 | 2024.11.01 06:58:47.618705 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14270 | 2024.11.01 06:58:47.618766 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14271 | 2024.11.01 06:58:47.618813 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14272 | 2024.11.01 06:58:47.618949 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14273 | 2024.11.01 06:58:47.618966 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 57 rows starting from the beginning of the part | ||
| 14274 | 2024.11.01 06:58:47.619006 [ 286 ] {} <Debug> HTTP-Session: 2f656946-6fdd-4e85-aa94-bf1276702965 Authenticating user 'default' from [fd00:1122:3344:101::d]:52859 | ||
| 14275 | 2024.11.01 06:58:47.619059 [ 286 ] {} <Debug> HTTP-Session: 2f656946-6fdd-4e85-aa94-bf1276702965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14276 | 2024.11.01 06:58:47.619103 [ 286 ] {} <Debug> HTTP-Session: 2f656946-6fdd-4e85-aa94-bf1276702965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14277 | 2024.11.01 06:58:47.619258 [ 286 ] {} <Trace> HTTP-Session: 2f656946-6fdd-4e85-aa94-bf1276702965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14278 | 2024.11.01 06:58:47.619254 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 14279 | 2024.11.01 06:58:47.619577 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 14280 | 2024.11.01 06:58:47.619728 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52859) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14281 | 2024.11.01 06:58:47.619910 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 14282 | 2024.11.01 06:58:47.619927 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14283 | 2024.11.01 06:58:47.620195 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 14284 | 2024.11.01 06:58:47.620516 [ 199 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 14285 | 2024.11.01 06:58:47.621296 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14286 | 2024.11.01 06:58:47.622250 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14287 | 2024.11.01 06:58:47.622314 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14288 | 2024.11.01 06:58:47.623452 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14289 | 2024.11.01 06:58:47.623486 [ 192 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 225 rows, containing 5 columns (5 merged, 0 gathered) in 0.005458382 sec., 41221.00651804875 rows/sec., 3.16 MiB/sec. | ||
| 14290 | 2024.11.01 06:58:47.623732 [ 192 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 14291 | 2024.11.01 06:58:47.624316 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14292 | 2024.11.01 06:58:47.624767 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005233 sec., 2675.329638830499 rows/sec., 187.36 KiB/sec. | ||
| 14293 | 2024.11.01 06:58:47.625087 [ 192 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14294 | 2024.11.01 06:58:47.625365 [ 192 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_44_9} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
| 14295 | 2024.11.01 06:58:47.625401 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14296 | 2024.11.01 06:58:47.625464 [ 286 ] {866b439b-53e4-4fdc-b800-0275291c31c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14297 | 2024.11.01 06:58:47.625526 [ 286 ] {} <Debug> HTTP-Session: 2f656946-6fdd-4e85-aa94-bf1276702965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14298 | 2024.11.01 06:58:47.625559 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14299 | 2024.11.01 06:58:47.625706 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14300 | 2024.11.01 06:58:47.625774 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56005, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14301 | 2024.11.01 06:58:47.625856 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14302 | 2024.11.01 06:58:47.625878 [ 289 ] {} <Debug> HTTP-Session: 456b0bb6-5e26-4faa-86b0-a484c458bb8d Authenticating user 'default' from [fd00:1122:3344:101::d]:56005 | ||
| 14303 | 2024.11.01 06:58:47.625898 [ 289 ] {} <Debug> HTTP-Session: 456b0bb6-5e26-4faa-86b0-a484c458bb8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14304 | 2024.11.01 06:58:47.625912 [ 289 ] {} <Debug> HTTP-Session: 456b0bb6-5e26-4faa-86b0-a484c458bb8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14305 | 2024.11.01 06:58:47.625951 [ 289 ] {} <Trace> HTTP-Session: 456b0bb6-5e26-4faa-86b0-a484c458bb8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14306 | 2024.11.01 06:58:47.626069 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56005) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14307 | 2024.11.01 06:58:47.626122 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14308 | 2024.11.01 06:58:47.626377 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14309 | 2024.11.01 06:58:47.626710 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14310 | 2024.11.01 06:58:47.626747 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14311 | 2024.11.01 06:58:47.627107 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14312 | 2024.11.01 06:58:47.627482 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14313 | 2024.11.01 06:58:47.627639 [ 85 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14314 | 2024.11.01 06:58:47.627653 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001605 sec., 3738.3177570093458 rows/sec., 220.87 KiB/sec. | ||
| 14315 | 2024.11.01 06:58:47.627687 [ 85 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14316 | 2024.11.01 06:58:47.627754 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14317 | 2024.11.01 06:58:47.628056 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Debug> DynamicQueryHandler: Done processing query | ||
| 14318 | 2024.11.01 06:58:47.628068 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 14319 | 2024.11.01 06:58:47.628098 [ 289 ] {5f777d62-c9c2-4ec2-add3-7125918b1aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14320 | 2024.11.01 06:58:47.628161 [ 289 ] {} <Debug> HTTP-Session: 456b0bb6-5e26-4faa-86b0-a484c458bb8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14321 | 2024.11.01 06:58:47.628563 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14322 | 2024.11.01 06:58:47.628637 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41768, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14323 | 2024.11.01 06:58:47.628832 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14324 | 2024.11.01 06:58:47.628877 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14325 | 2024.11.01 06:58:47.628899 [ 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): | ||
| 14326 | |||
| 14327 | (version 23.8.7.1) | ||
| 14328 | 2024.11.01 06:58:47.628999 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 14329 | 2024.11.01 06:58:47.628989 [ 287 ] {} <Debug> HTTP-Session: 75659eae-383c-4685-91ec-c1733b73c6e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41768 | ||
| 14330 | 2024.11.01 06:58:47.629094 [ 287 ] {} <Debug> HTTP-Session: 75659eae-383c-4685-91ec-c1733b73c6e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14331 | 2024.11.01 06:58:47.629162 [ 287 ] {} <Debug> HTTP-Session: 75659eae-383c-4685-91ec-c1733b73c6e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14332 | 2024.11.01 06:58:47.629263 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 14333 | 2024.11.01 06:58:47.629329 [ 287 ] {} <Trace> HTTP-Session: 75659eae-383c-4685-91ec-c1733b73c6e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14334 | 2024.11.01 06:58:47.629507 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 14335 | 2024.11.01 06:58:47.629722 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 14336 | 2024.11.01 06:58:47.629867 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 14337 | 2024.11.01 06:58:47.629926 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41768) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14338 | 2024.11.01 06:58:47.630146 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14339 | 2024.11.01 06:58:47.631165 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14340 | 2024.11.01 06:58:47.632281 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004402222 sec., 6814.740374292801 rows/sec., 432.58 KiB/sec. | ||
| 14341 | 2024.11.01 06:58:47.632461 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14342 | 2024.11.01 06:58:47.632581 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14343 | 2024.11.01 06:58:47.632651 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14344 | 2024.11.01 06:58:47.633439 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_29_7} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14345 | 2024.11.01 06:58:47.633594 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_29_7} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14346 | 2024.11.01 06:58:47.633628 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14347 | 2024.11.01 06:58:47.633730 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14348 | 2024.11.01 06:58:47.634119 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14349 | 2024.11.01 06:58:47.634391 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004766 sec., 88334.0327318506 rows/sec., 6.31 MiB/sec. | ||
| 14350 | 2024.11.01 06:58:47.634643 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14351 | 2024.11.01 06:58:47.634675 [ 287 ] {b055fce3-c5bf-4141-b1c5-60c62440140b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14352 | 2024.11.01 06:58:47.634698 [ 287 ] {} <Debug> HTTP-Session: 75659eae-383c-4685-91ec-c1733b73c6e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14353 | 2024.11.01 06:58:47.634917 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14354 | 2024.11.01 06:58:47.634957 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59641, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14355 | 2024.11.01 06:58:47.635013 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14356 | 2024.11.01 06:58:47.635034 [ 289 ] {} <Debug> HTTP-Session: 88c89c10-9344-488f-b58f-c8ac6454b9b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:59641 | ||
| 14357 | 2024.11.01 06:58:47.635056 [ 289 ] {} <Debug> HTTP-Session: 88c89c10-9344-488f-b58f-c8ac6454b9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14358 | 2024.11.01 06:58:47.635071 [ 289 ] {} <Debug> HTTP-Session: 88c89c10-9344-488f-b58f-c8ac6454b9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14359 | 2024.11.01 06:58:47.635104 [ 289 ] {} <Trace> HTTP-Session: 88c89c10-9344-488f-b58f-c8ac6454b9b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14360 | 2024.11.01 06:58:47.635206 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59641) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14361 | 2024.11.01 06:58:47.635252 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14362 | 2024.11.01 06:58:47.635392 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14363 | 2024.11.01 06:58:47.635693 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14364 | 2024.11.01 06:58:47.635729 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14365 | 2024.11.01 06:58:47.636091 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14366 | 2024.11.01 06:58:47.636418 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14367 | 2024.11.01 06:58:47.636585 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 14368 | 2024.11.01 06:58:47.636803 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 14369 | 2024.11.01 06:58:47.636827 [ 289 ] {92331677-5bf5-41d6-ab0e-fb1b3108cfbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14370 | 2024.11.01 06:58:47.636843 [ 289 ] {} <Debug> HTTP-Session: 88c89c10-9344-488f-b58f-c8ac6454b9b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14371 | 2024.11.01 06:58:47.637043 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14372 | 2024.11.01 06:58:47.637095 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58432, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14373 | 2024.11.01 06:58:47.637160 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14374 | 2024.11.01 06:58:47.637184 [ 287 ] {} <Debug> HTTP-Session: 6c343288-c937-4075-b779-07d5d678501d Authenticating user 'default' from [fd00:1122:3344:101::d]:58432 | ||
| 14375 | 2024.11.01 06:58:47.637201 [ 287 ] {} <Debug> HTTP-Session: 6c343288-c937-4075-b779-07d5d678501d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14376 | 2024.11.01 06:58:47.637215 [ 287 ] {} <Debug> HTTP-Session: 6c343288-c937-4075-b779-07d5d678501d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14377 | 2024.11.01 06:58:47.637247 [ 287 ] {} <Trace> HTTP-Session: 6c343288-c937-4075-b779-07d5d678501d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14378 | 2024.11.01 06:58:47.637429 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58432) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14379 | 2024.11.01 06:58:47.637475 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14380 | 2024.11.01 06:58:47.637627 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14381 | 2024.11.01 06:58:47.638039 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14382 | 2024.11.01 06:58:47.638075 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14383 | 2024.11.01 06:58:47.638463 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14384 | 2024.11.01 06:58:47.638801 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14385 | 2024.11.01 06:58:47.638957 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 14386 | 2024.11.01 06:58:47.639118 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14387 | 2024.11.01 06:58:47.639141 [ 287 ] {c3b00922-8112-4b5a-83f7-a3ee2039b8e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14388 | 2024.11.01 06:58:47.639157 [ 287 ] {} <Debug> HTTP-Session: 6c343288-c937-4075-b779-07d5d678501d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14389 | 2024.11.01 06:58:47.639323 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14390 | 2024.11.01 06:58:47.639369 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64467, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14391 | 2024.11.01 06:58:47.639425 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14392 | 2024.11.01 06:58:47.639451 [ 289 ] {} <Debug> HTTP-Session: 33ca03db-20ce-4d00-a832-7b06d81068bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64467 | ||
| 14393 | 2024.11.01 06:58:47.639473 [ 289 ] {} <Debug> HTTP-Session: 33ca03db-20ce-4d00-a832-7b06d81068bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14394 | 2024.11.01 06:58:47.639491 [ 289 ] {} <Debug> HTTP-Session: 33ca03db-20ce-4d00-a832-7b06d81068bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14395 | 2024.11.01 06:58:47.639529 [ 289 ] {} <Trace> HTTP-Session: 33ca03db-20ce-4d00-a832-7b06d81068bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14396 | 2024.11.01 06:58:47.639639 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64467) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14397 | 2024.11.01 06:58:47.639692 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14398 | 2024.11.01 06:58:47.639848 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14399 | 2024.11.01 06:58:47.640142 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14400 | 2024.11.01 06:58:47.640185 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14401 | 2024.11.01 06:58:47.640566 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14402 | 2024.11.01 06:58:47.640881 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14403 | 2024.11.01 06:58:47.641042 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 14404 | 2024.11.01 06:58:47.641202 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Debug> DynamicQueryHandler: Done processing query | ||
| 14405 | 2024.11.01 06:58:47.641225 [ 289 ] {52850d44-b6bd-4219-97cb-850b42558e43} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14406 | 2024.11.01 06:58:47.641240 [ 289 ] {} <Debug> HTTP-Session: 33ca03db-20ce-4d00-a832-7b06d81068bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14407 | 2024.11.01 06:58:47.641430 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14408 | 2024.11.01 06:58:47.641549 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39299, User-Agent: (none), Length: 65818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14409 | 2024.11.01 06:58:47.641609 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14410 | 2024.11.01 06:58:47.641633 [ 287 ] {} <Debug> HTTP-Session: e65b8dc0-aeff-4cc4-a5a5-5cecf25d2667 Authenticating user 'default' from [fd00:1122:3344:101::d]:39299 | ||
| 14411 | 2024.11.01 06:58:47.641654 [ 287 ] {} <Debug> HTTP-Session: e65b8dc0-aeff-4cc4-a5a5-5cecf25d2667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14412 | 2024.11.01 06:58:47.641671 [ 287 ] {} <Debug> HTTP-Session: e65b8dc0-aeff-4cc4-a5a5-5cecf25d2667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14413 | 2024.11.01 06:58:47.641710 [ 287 ] {} <Trace> HTTP-Session: e65b8dc0-aeff-4cc4-a5a5-5cecf25d2667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14414 | 2024.11.01 06:58:47.642210 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39299) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14415 | 2024.11.01 06:58:47.642286 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <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 | ||
| 14416 | 2024.11.01 06:58:47.642754 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14417 | 2024.11.01 06:58:47.643456 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14418 | 2024.11.01 06:58:47.643491 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14419 | 2024.11.01 06:58:47.644140 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14420 | 2024.11.01 06:58:47.644551 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14421 | 2024.11.01 06:58:47.644740 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002915 sec., 13379.073756432246 rows/sec., 23.97 MiB/sec. | ||
| 14422 | 2024.11.01 06:58:47.645322 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Debug> DynamicQueryHandler: Done processing query | ||
| 14423 | 2024.11.01 06:58:47.645347 [ 287 ] {fe34dc43-00ac-4365-b3c9-f59788818894} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 14424 | 2024.11.01 06:58:47.645363 [ 287 ] {} <Debug> HTTP-Session: e65b8dc0-aeff-4cc4-a5a5-5cecf25d2667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14425 | 2024.11.01 06:58:47.645548 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64467, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14426 | 2024.11.01 06:58:47.645560 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14427 | 2024.11.01 06:58:47.645609 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14428 | 2024.11.01 06:58:47.645636 [ 289 ] {} <Debug> HTTP-Session: f17f3643-0ee8-4521-b202-2415c45aefc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64467 | ||
| 14429 | 2024.11.01 06:58:47.645657 [ 289 ] {} <Debug> HTTP-Session: f17f3643-0ee8-4521-b202-2415c45aefc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14430 | 2024.11.01 06:58:47.645676 [ 289 ] {} <Debug> HTTP-Session: f17f3643-0ee8-4521-b202-2415c45aefc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14431 | 2024.11.01 06:58:47.645714 [ 289 ] {} <Trace> HTTP-Session: f17f3643-0ee8-4521-b202-2415c45aefc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14432 | 2024.11.01 06:58:47.645854 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64467) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14433 | 2024.11.01 06:58:47.645909 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14434 | 2024.11.01 06:58:47.646085 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14435 | 2024.11.01 06:58:47.646425 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14436 | 2024.11.01 06:58:47.646460 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14437 | 2024.11.01 06:58:47.646827 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14438 | 2024.11.01 06:58:47.647147 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14439 | 2024.11.01 06:58:47.647298 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 14440 | 2024.11.01 06:58:47.647544 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 14441 | 2024.11.01 06:58:47.647603 [ 289 ] {cec2a5f1-7017-43d9-92e0-f891a9134cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14442 | 2024.11.01 06:58:47.647654 [ 289 ] {} <Debug> HTTP-Session: f17f3643-0ee8-4521-b202-2415c45aefc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14443 | 2024.11.01 06:58:47.648149 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14444 | 2024.11.01 06:58:48.000214 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.76 MiB, peak 189.84 MiB, free memory in arenas 0.00 B, will set to 180.76 MiB (RSS), difference: -1.00 MiB | ||
| 14445 | 2024.11.01 06:58:48.767761 [ 125 ] {} <Debug> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 14446 | 2024.11.01 06:58:48.767850 [ 125 ] {} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14447 | 2024.11.01 06:58:48.767890 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14448 | 2024.11.01 06:58:48.768131 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 14449 | 2024.11.01 06:58:48.768390 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14450 | 2024.11.01 06:58:48.768457 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 14451 | 2024.11.01 06:58:48.768613 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 14452 | 2024.11.01 06:58:48.769010 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 14453 | 2024.11.01 06:58:48.769235 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::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 | ||
| 14454 | 2024.11.01 06:58:48.769398 [ 189 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 14455 | 2024.11.01 06:58:48.770538 [ 190 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002546714 sec., 21203.79437973797 rows/sec., 1.77 MiB/sec. | ||
| 14456 | 2024.11.01 06:58:48.770710 [ 197 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 14457 | 2024.11.01 06:58:48.771211 [ 197 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_13_3} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14458 | 2024.11.01 06:58:48.771301 [ 197 ] {615c8d91-d389-44ed-9d9f-96a82d3b33b0::all_1_13_3} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 14459 | 2024.11.01 06:58:48.771387 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14460 | 2024.11.01 06:58:49.677742 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14461 | 2024.11.01 06:58:49.949865 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14462 | 2024.11.01 06:58:50.107552 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14463 | 2024.11.01 06:58:50.209813 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14464 | 2024.11.01 06:58:50.420122 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14465 | 2024.11.01 06:58:50.438363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14466 | 2024.11.01 06:58:50.442866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14467 | 2024.11.01 06:58:50.468517 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14468 | 2024.11.01 06:58:50.475895 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14469 | 2024.11.01 06:58:50.513492 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14470 | 2024.11.01 06:58:50.537847 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14471 | 2024.11.01 06:58:50.729839 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14472 | 2024.11.01 06:58:50.762199 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14473 | 2024.11.01 06:58:50.762911 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14474 | 2024.11.01 06:58:50.775607 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14475 | 2024.11.01 06:58:50.779938 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14476 | 2024.11.01 06:58:50.805245 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14477 | 2024.11.01 06:58:50.820269 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14478 | 2024.11.01 06:58:50.834645 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14479 | 2024.11.01 06:58:50.839929 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14480 | 2024.11.01 06:58:50.848173 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14481 | 2024.11.01 06:58:50.850888 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14482 | 2024.11.01 06:58:50.870167 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14483 | 2024.11.01 06:58:50.895634 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14484 | 2024.11.01 06:58:51.245014 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1306 | ||
| 14485 | 2024.11.01 06:58:51.247778 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14486 | 2024.11.01 06:58:51.247819 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14487 | 2024.11.01 06:58:51.249282 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14488 | 2024.11.01 06:58:51.250250 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14489 | 2024.11.01 06:58:51.250726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1306 | ||
| 14490 | 2024.11.01 06:58:52.605683 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61824, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14491 | 2024.11.01 06:58:52.605812 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14492 | 2024.11.01 06:58:52.605838 [ 305 ] {} <Debug> HTTP-Session: 25a9f2b9-20f5-4bc8-bd0d-e586ccdb71ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61824 | ||
| 14493 | 2024.11.01 06:58:52.605863 [ 305 ] {} <Debug> HTTP-Session: 25a9f2b9-20f5-4bc8-bd0d-e586ccdb71ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14494 | 2024.11.01 06:58:52.605878 [ 305 ] {} <Debug> HTTP-Session: 25a9f2b9-20f5-4bc8-bd0d-e586ccdb71ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14495 | 2024.11.01 06:58:52.605929 [ 305 ] {} <Trace> HTTP-Session: 25a9f2b9-20f5-4bc8-bd0d-e586ccdb71ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14496 | 2024.11.01 06:58:52.606110 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61824) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14497 | 2024.11.01 06:58:52.606184 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14498 | 2024.11.01 06:58:52.606538 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14499 | 2024.11.01 06:58:52.606991 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14500 | 2024.11.01 06:58:52.607034 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14501 | 2024.11.01 06:58:52.607450 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 14502 | 2024.11.01 06:58:52.607848 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14503 | 2024.11.01 06:58:52.608009 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001954 sec., 3070.6243602865916 rows/sec., 250.39 KiB/sec. | ||
| 14504 | 2024.11.01 06:58:52.608344 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14505 | 2024.11.01 06:58:52.608370 [ 305 ] {614da51d-9410-4118-b852-6a217c6828d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14506 | 2024.11.01 06:58:52.608387 [ 305 ] {} <Debug> HTTP-Session: 25a9f2b9-20f5-4bc8-bd0d-e586ccdb71ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14507 | 2024.11.01 06:58:52.608616 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14508 | 2024.11.01 06:58:52.608644 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64467, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14509 | 2024.11.01 06:58:52.608771 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14510 | 2024.11.01 06:58:52.608806 [ 289 ] {} <Debug> HTTP-Session: 791a68f4-73e4-4e62-a0fb-dead2eb081ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64467 | ||
| 14511 | 2024.11.01 06:58:52.608835 [ 289 ] {} <Debug> HTTP-Session: 791a68f4-73e4-4e62-a0fb-dead2eb081ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14512 | 2024.11.01 06:58:52.608853 [ 289 ] {} <Debug> HTTP-Session: 791a68f4-73e4-4e62-a0fb-dead2eb081ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14513 | 2024.11.01 06:58:52.608912 [ 289 ] {} <Trace> HTTP-Session: 791a68f4-73e4-4e62-a0fb-dead2eb081ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14514 | 2024.11.01 06:58:52.609120 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64467) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14515 | 2024.11.01 06:58:52.609192 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14516 | 2024.11.01 06:58:52.609570 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14517 | 2024.11.01 06:58:52.610007 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14518 | 2024.11.01 06:58:52.610045 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14519 | 2024.11.01 06:58:52.610463 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14520 | 2024.11.01 06:58:52.610854 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14521 | 2024.11.01 06:58:52.610997 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.001954 sec., 30194.472876151485 rows/sec., 2.31 MiB/sec. | ||
| 14522 | 2024.11.01 06:58:52.611190 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Debug> DynamicQueryHandler: Done processing query | ||
| 14523 | 2024.11.01 06:58:52.611217 [ 289 ] {b34a7337-201d-41fb-b268-a7c9788b7284} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14524 | 2024.11.01 06:58:52.611233 [ 289 ] {} <Debug> HTTP-Session: 791a68f4-73e4-4e62-a0fb-dead2eb081ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14525 | 2024.11.01 06:58:52.611425 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14526 | 2024.11.01 06:58:52.611496 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14527 | 2024.11.01 06:58:52.611590 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14528 | 2024.11.01 06:58:52.611618 [ 305 ] {} <Debug> HTTP-Session: 8cf650f7-b851-4fe0-babf-b37719948339 Authenticating user 'default' from [fd00:1122:3344:101::d]:53200 | ||
| 14529 | 2024.11.01 06:58:52.611642 [ 305 ] {} <Debug> HTTP-Session: 8cf650f7-b851-4fe0-babf-b37719948339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14530 | 2024.11.01 06:58:52.611659 [ 305 ] {} <Debug> HTTP-Session: 8cf650f7-b851-4fe0-babf-b37719948339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14531 | 2024.11.01 06:58:52.611709 [ 305 ] {} <Trace> HTTP-Session: 8cf650f7-b851-4fe0-babf-b37719948339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14532 | 2024.11.01 06:58:52.611845 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53200) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14533 | 2024.11.01 06:58:52.611903 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14534 | 2024.11.01 06:58:52.612227 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14535 | 2024.11.01 06:58:52.612589 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14536 | 2024.11.01 06:58:52.612628 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14537 | 2024.11.01 06:58:52.612973 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14538 | 2024.11.01 06:58:52.613346 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14539 | 2024.11.01 06:58:52.613499 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001692 sec., 3546.099290780142 rows/sec., 247.60 KiB/sec. | ||
| 14540 | 2024.11.01 06:58:52.613670 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Debug> DynamicQueryHandler: Done processing query | ||
| 14541 | 2024.11.01 06:58:52.613694 [ 305 ] {1f32e857-e3f2-45b3-aa54-08635420dc10} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14542 | 2024.11.01 06:58:52.613710 [ 305 ] {} <Debug> HTTP-Session: 8cf650f7-b851-4fe0-babf-b37719948339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14543 | 2024.11.01 06:58:52.613883 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14544 | 2024.11.01 06:58:52.613990 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41467, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14545 | 2024.11.01 06:58:52.614067 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14546 | 2024.11.01 06:58:52.614092 [ 285 ] {} <Debug> HTTP-Session: 051ac5cb-4568-4ad4-b776-e275f3386c58 Authenticating user 'default' from [fd00:1122:3344:101::d]:41467 | ||
| 14547 | 2024.11.01 06:58:52.614113 [ 285 ] {} <Debug> HTTP-Session: 051ac5cb-4568-4ad4-b776-e275f3386c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14548 | 2024.11.01 06:58:52.614131 [ 285 ] {} <Debug> HTTP-Session: 051ac5cb-4568-4ad4-b776-e275f3386c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14549 | 2024.11.01 06:58:52.614170 [ 285 ] {} <Trace> HTTP-Session: 051ac5cb-4568-4ad4-b776-e275f3386c58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14550 | 2024.11.01 06:58:52.614329 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41467) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14551 | 2024.11.01 06:58:52.614382 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14552 | 2024.11.01 06:58:52.614660 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14553 | 2024.11.01 06:58:52.615035 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14554 | 2024.11.01 06:58:52.615073 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14555 | 2024.11.01 06:58:52.615453 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14556 | 2024.11.01 06:58:52.615817 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14557 | 2024.11.01 06:58:52.615972 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001696 sec., 41273.58490566038 rows/sec., 3.23 MiB/sec. | ||
| 14558 | 2024.11.01 06:58:52.616150 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 14559 | 2024.11.01 06:58:52.616176 [ 285 ] {059eb82f-e5d9-4187-a400-c82e7c3319ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14560 | 2024.11.01 06:58:52.616192 [ 285 ] {} <Debug> HTTP-Session: 051ac5cb-4568-4ad4-b776-e275f3386c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14561 | 2024.11.01 06:58:52.616370 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Length: 31182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14562 | 2024.11.01 06:58:52.616384 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14563 | 2024.11.01 06:58:52.616428 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14564 | 2024.11.01 06:58:52.616454 [ 305 ] {} <Debug> HTTP-Session: d4b7e718-88d9-4e8f-a820-bd8098239c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:53200 | ||
| 14565 | 2024.11.01 06:58:52.616476 [ 305 ] {} <Debug> HTTP-Session: d4b7e718-88d9-4e8f-a820-bd8098239c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14566 | 2024.11.01 06:58:52.616494 [ 305 ] {} <Debug> HTTP-Session: d4b7e718-88d9-4e8f-a820-bd8098239c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14567 | 2024.11.01 06:58:52.616534 [ 305 ] {} <Trace> HTTP-Session: d4b7e718-88d9-4e8f-a820-bd8098239c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14568 | 2024.11.01 06:58:52.616715 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14569 | 2024.11.01 06:58:52.616770 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14570 | 2024.11.01 06:58:52.616945 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14571 | 2024.11.01 06:58:52.617387 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14572 | 2024.11.01 06:58:52.617430 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14573 | 2024.11.01 06:58:52.617836 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14574 | 2024.11.01 06:58:52.618179 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14575 | 2024.11.01 06:58:52.618313 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001677 sec., 97197.3762671437 rows/sec., 6.77 MiB/sec. | ||
| 14576 | 2024.11.01 06:58:52.618515 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14577 | 2024.11.01 06:58:52.618539 [ 305 ] {0f31e526-625d-4d33-84f3-9baf2f41b0e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14578 | 2024.11.01 06:58:52.618555 [ 305 ] {} <Debug> HTTP-Session: d4b7e718-88d9-4e8f-a820-bd8098239c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14579 | 2024.11.01 06:58:52.618719 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14580 | 2024.11.01 06:58:52.618820 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33622, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14581 | 2024.11.01 06:58:52.618876 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14582 | 2024.11.01 06:58:52.618896 [ 285 ] {} <Debug> HTTP-Session: a486c4ac-7c73-4b7b-ae34-0d277cb6fbcf Authenticating user 'default' from [fd00:1122:3344:101::d]:33622 | ||
| 14583 | 2024.11.01 06:58:52.618913 [ 285 ] {} <Debug> HTTP-Session: a486c4ac-7c73-4b7b-ae34-0d277cb6fbcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14584 | 2024.11.01 06:58:52.618928 [ 285 ] {} <Debug> HTTP-Session: a486c4ac-7c73-4b7b-ae34-0d277cb6fbcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14585 | 2024.11.01 06:58:52.618959 [ 285 ] {} <Trace> HTTP-Session: a486c4ac-7c73-4b7b-ae34-0d277cb6fbcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14586 | 2024.11.01 06:58:52.619073 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33622) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14587 | 2024.11.01 06:58:52.619118 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14588 | 2024.11.01 06:58:52.619259 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14589 | 2024.11.01 06:58:52.619549 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14590 | 2024.11.01 06:58:52.619585 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14591 | 2024.11.01 06:58:52.619947 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14592 | 2024.11.01 06:58:52.620295 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14593 | 2024.11.01 06:58:52.620447 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 14594 | 2024.11.01 06:58:52.620634 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Debug> DynamicQueryHandler: Done processing query | ||
| 14595 | 2024.11.01 06:58:52.620672 [ 285 ] {e9b7721d-b87d-4a97-8837-9f85e27b5281} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14596 | 2024.11.01 06:58:52.620704 [ 285 ] {} <Debug> HTTP-Session: a486c4ac-7c73-4b7b-ae34-0d277cb6fbcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14597 | 2024.11.01 06:58:52.620982 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14598 | 2024.11.01 06:58:55.896336 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14599 | 2024.11.01 06:58:55.896396 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14600 | 2024.11.01 06:58:57.605552 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14601 | 2024.11.01 06:58:57.605695 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14602 | 2024.11.01 06:58:57.605727 [ 305 ] {} <Debug> HTTP-Session: 556a3ee7-1f49-4b37-a7dd-96f272ed1228 Authenticating user 'default' from [fd00:1122:3344:101::d]:53200 | ||
| 14603 | 2024.11.01 06:58:57.605756 [ 305 ] {} <Debug> HTTP-Session: 556a3ee7-1f49-4b37-a7dd-96f272ed1228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14604 | 2024.11.01 06:58:57.605774 [ 305 ] {} <Debug> HTTP-Session: 556a3ee7-1f49-4b37-a7dd-96f272ed1228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14605 | 2024.11.01 06:58:57.605832 [ 305 ] {} <Trace> HTTP-Session: 556a3ee7-1f49-4b37-a7dd-96f272ed1228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14606 | 2024.11.01 06:58:57.606037 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14607 | 2024.11.01 06:58:57.606106 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14608 | 2024.11.01 06:58:57.606456 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14609 | 2024.11.01 06:58:57.606922 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14610 | 2024.11.01 06:58:57.606966 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14611 | 2024.11.01 06:58:57.607409 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14612 | 2024.11.01 06:58:57.607797 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14613 | 2024.11.01 06:58:57.607969 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.15 MiB/sec. | ||
| 14614 | 2024.11.01 06:58:57.608190 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 14615 | 2024.11.01 06:58:57.608218 [ 305 ] {6c5266c8-6896-4ba9-abfb-037e9fc4f0e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14616 | 2024.11.01 06:58:57.608235 [ 305 ] {} <Debug> HTTP-Session: 556a3ee7-1f49-4b37-a7dd-96f272ed1228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14617 | 2024.11.01 06:58:57.608430 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14618 | 2024.11.01 06:58:57.608591 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49202, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14619 | 2024.11.01 06:58:57.608661 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14620 | 2024.11.01 06:58:57.608683 [ 285 ] {} <Debug> HTTP-Session: 5e3342ae-7afe-48e2-87ee-5a4b37f5b22e Authenticating user 'default' from [fd00:1122:3344:101::d]:49202 | ||
| 14621 | 2024.11.01 06:58:57.608702 [ 285 ] {} <Debug> HTTP-Session: 5e3342ae-7afe-48e2-87ee-5a4b37f5b22e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14622 | 2024.11.01 06:58:57.608716 [ 285 ] {} <Debug> HTTP-Session: 5e3342ae-7afe-48e2-87ee-5a4b37f5b22e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14623 | 2024.11.01 06:58:57.608754 [ 285 ] {} <Trace> HTTP-Session: 5e3342ae-7afe-48e2-87ee-5a4b37f5b22e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14624 | 2024.11.01 06:58:57.608897 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49202) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14625 | 2024.11.01 06:58:57.608947 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14626 | 2024.11.01 06:58:57.609195 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14627 | 2024.11.01 06:58:57.609579 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14628 | 2024.11.01 06:58:57.609618 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14629 | 2024.11.01 06:58:57.609994 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14630 | 2024.11.01 06:58:57.610380 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14631 | 2024.11.01 06:58:57.610542 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001689 sec., 37892.24393132031 rows/sec., 2.96 MiB/sec. | ||
| 14632 | 2024.11.01 06:58:57.610726 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Debug> DynamicQueryHandler: Done processing query | ||
| 14633 | 2024.11.01 06:58:57.610751 [ 285 ] {db42ac20-713f-4ac2-8f35-67db3a92d312} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14634 | 2024.11.01 06:58:57.610767 [ 285 ] {} <Debug> HTTP-Session: 5e3342ae-7afe-48e2-87ee-5a4b37f5b22e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14635 | 2024.11.01 06:58:57.610948 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14636 | 2024.11.01 06:58:57.610961 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14637 | 2024.11.01 06:58:57.611013 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14638 | 2024.11.01 06:58:57.611042 [ 305 ] {} <Debug> HTTP-Session: e1eea769-3594-49db-ac7d-08f4d4d3f4d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:53200 | ||
| 14639 | 2024.11.01 06:58:57.611063 [ 305 ] {} <Debug> HTTP-Session: e1eea769-3594-49db-ac7d-08f4d4d3f4d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14640 | 2024.11.01 06:58:57.611084 [ 305 ] {} <Debug> HTTP-Session: e1eea769-3594-49db-ac7d-08f4d4d3f4d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14641 | 2024.11.01 06:58:57.611128 [ 305 ] {} <Trace> HTTP-Session: e1eea769-3594-49db-ac7d-08f4d4d3f4d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14642 | 2024.11.01 06:58:57.611319 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53200) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14643 | 2024.11.01 06:58:57.611377 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14644 | 2024.11.01 06:58:57.611556 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14645 | 2024.11.01 06:58:57.611968 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14646 | 2024.11.01 06:58:57.612005 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14647 | 2024.11.01 06:58:57.612402 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14648 | 2024.11.01 06:58:57.612744 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14649 | 2024.11.01 06:58:57.612903 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 14650 | 2024.11.01 06:58:57.613081 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14651 | 2024.11.01 06:58:57.613106 [ 305 ] {3b47e15b-ce6f-4858-a052-8f77bcc4a1dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14652 | 2024.11.01 06:58:57.613122 [ 305 ] {} <Debug> HTTP-Session: e1eea769-3594-49db-ac7d-08f4d4d3f4d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14653 | 2024.11.01 06:58:57.613277 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14654 | 2024.11.01 06:58:57.613412 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41533, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14655 | 2024.11.01 06:58:57.613466 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14656 | 2024.11.01 06:58:57.613486 [ 285 ] {} <Debug> HTTP-Session: 3eb28ce9-70e5-46b7-b642-73ba78f16205 Authenticating user 'default' from [fd00:1122:3344:101::d]:41533 | ||
| 14657 | 2024.11.01 06:58:57.613503 [ 285 ] {} <Debug> HTTP-Session: 3eb28ce9-70e5-46b7-b642-73ba78f16205 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14658 | 2024.11.01 06:58:57.613518 [ 285 ] {} <Debug> HTTP-Session: 3eb28ce9-70e5-46b7-b642-73ba78f16205 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14659 | 2024.11.01 06:58:57.613552 [ 285 ] {} <Trace> HTTP-Session: 3eb28ce9-70e5-46b7-b642-73ba78f16205 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14660 | 2024.11.01 06:58:57.613676 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41533) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14661 | 2024.11.01 06:58:57.613722 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14662 | 2024.11.01 06:58:57.613851 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14663 | 2024.11.01 06:58:57.614152 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14664 | 2024.11.01 06:58:57.614188 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14665 | 2024.11.01 06:58:57.614556 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14666 | 2024.11.01 06:58:57.614880 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14667 | 2024.11.01 06:58:57.615049 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 14668 | 2024.11.01 06:58:57.615225 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14669 | 2024.11.01 06:58:57.615249 [ 285 ] {4ba769fd-655a-4f47-a0d7-1958c695972e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14670 | 2024.11.01 06:58:57.615266 [ 285 ] {} <Debug> HTTP-Session: 3eb28ce9-70e5-46b7-b642-73ba78f16205 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14671 | 2024.11.01 06:58:57.615539 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14672 | 2024.11.01 06:58:58.063786 [ 144 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14673 | 2024.11.01 06:58:58.063855 [ 144 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14674 | 2024.11.01 06:58:58.063880 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14675 | 2024.11.01 06:58:58.064095 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 14676 | 2024.11.01 06:58:58.064414 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14677 | 2024.11.01 06:58:58.064461 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 14678 | 2024.11.01 06:58:58.064545 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 14679 | 2024.11.01 06:58:58.064832 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 14680 | 2024.11.01 06:58:58.064970 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 14681 | 2024.11.01 06:58:58.065149 [ 189 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 14682 | 2024.11.01 06:58:58.066218 [ 197 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002260042 sec., 76989.71966007711 rows/sec., 3.93 MiB/sec. | ||
| 14683 | 2024.11.01 06:58:58.066413 [ 190 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14684 | 2024.11.01 06:58:58.066892 [ 190 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_29_7} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14685 | 2024.11.01 06:58:58.066982 [ 190 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_29_7} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14686 | 2024.11.01 06:58:58.067082 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14687 | 2024.11.01 06:58:58.595212 [ 143 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 14688 | 2024.11.01 06:58:58.595284 [ 143 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14689 | 2024.11.01 06:58:58.595314 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14690 | 2024.11.01 06:58:58.595500 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 14691 | 2024.11.01 06:58:58.595733 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14692 | 2024.11.01 06:58:58.595779 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 26 rows starting from the beginning of the part | ||
| 14693 | 2024.11.01 06:58:58.595864 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 14694 | 2024.11.01 06:58:58.596103 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 14695 | 2024.11.01 06:58:58.596269 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 14696 | 2024.11.01 06:58:58.596423 [ 201 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 14697 | 2024.11.01 06:58:58.597455 [ 190 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00205197 sec., 14620.096785040716 rows/sec., 983.24 KiB/sec. | ||
| 14698 | 2024.11.01 06:58:58.597671 [ 196 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 14699 | 2024.11.01 06:58:58.598153 [ 196 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14700 | 2024.11.01 06:58:58.598252 [ 196 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_30_7} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 14701 | 2024.11.01 06:58:58.598354 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14702 | 2024.11.01 06:59:01.251035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1326 | ||
| 14703 | 2024.11.01 06:59:01.253638 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14704 | 2024.11.01 06:59:01.253687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14705 | 2024.11.01 06:59:01.255186 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14706 | 2024.11.01 06:59:01.256173 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14707 | 2024.11.01 06:59:01.256342 [ 142 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14708 | 2024.11.01 06:59:01.256404 [ 142 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14709 | 2024.11.01 06:59:01.256443 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14710 | 2024.11.01 06:59:01.256670 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 14711 | 2024.11.01 06:59:01.257145 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1326 | ||
| 14712 | 2024.11.01 06:59:01.257702 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14713 | 2024.11.01 06:59:01.257828 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1202 rows starting from the beginning of the part | ||
| 14714 | 2024.11.01 06:59:01.258364 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 14715 | 2024.11.01 06:59:01.258850 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
| 14716 | 2024.11.01 06:59:01.259316 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 14717 | 2024.11.01 06:59:01.259779 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 14718 | 2024.11.01 06:59:01.260250 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 14719 | 2024.11.01 06:59:01.269488 [ 196 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 72 columns (72 merged, 0 gathered) in 0.012963164 sec., 102289.84220210437 rows/sec., 69.69 MiB/sec. | ||
| 14720 | 2024.11.01 06:59:01.270845 [ 190 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14721 | 2024.11.01 06:59:01.272311 [ 190 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14722 | 2024.11.01 06:59:01.272404 [ 190 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_46_9} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14723 | 2024.11.01 06:59:01.272622 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 14724 | 2024.11.01 06:59:02.612217 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14725 | 2024.11.01 06:59:02.612351 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14726 | 2024.11.01 06:59:02.612381 [ 305 ] {} <Debug> HTTP-Session: e609ac11-7ca7-4b47-9fd9-ebc8d8199e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:53200 | ||
| 14727 | 2024.11.01 06:59:02.612410 [ 305 ] {} <Debug> HTTP-Session: e609ac11-7ca7-4b47-9fd9-ebc8d8199e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14728 | 2024.11.01 06:59:02.612425 [ 305 ] {} <Debug> HTTP-Session: e609ac11-7ca7-4b47-9fd9-ebc8d8199e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14729 | 2024.11.01 06:59:02.612479 [ 305 ] {} <Trace> HTTP-Session: e609ac11-7ca7-4b47-9fd9-ebc8d8199e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14730 | 2024.11.01 06:59:02.612794 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53200) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14731 | 2024.11.01 06:59:02.612863 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14732 | 2024.11.01 06:59:02.613200 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14733 | 2024.11.01 06:59:02.613888 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14734 | 2024.11.01 06:59:02.613933 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14735 | 2024.11.01 06:59:02.614405 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14736 | 2024.11.01 06:59:02.614873 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14737 | 2024.11.01 06:59:02.615029 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002382 sec., 112090.68010075566 rows/sec., 9.98 MiB/sec. | ||
| 14738 | 2024.11.01 06:59:02.615031 [ 141 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14739 | 2024.11.01 06:59:02.615089 [ 141 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14740 | 2024.11.01 06:59:02.615127 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14741 | 2024.11.01 06:59:02.615291 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Debug> DynamicQueryHandler: Done processing query | ||
| 14742 | 2024.11.01 06:59:02.615312 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 14743 | 2024.11.01 06:59:02.615328 [ 305 ] {35010b94-9142-4af5-802b-3abef49b9526} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14744 | 2024.11.01 06:59:02.615429 [ 305 ] {} <Debug> HTTP-Session: e609ac11-7ca7-4b47-9fd9-ebc8d8199e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14745 | 2024.11.01 06:59:02.615605 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14746 | 2024.11.01 06:59:02.615709 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1417 rows starting from the beginning of the part | ||
| 14747 | 2024.11.01 06:59:02.615712 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14748 | 2024.11.01 06:59:02.615789 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55243, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14749 | 2024.11.01 06:59:02.616010 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14750 | 2024.11.01 06:59:02.616069 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 14751 | 2024.11.01 06:59:02.616121 [ 285 ] {} <Debug> HTTP-Session: 59856bef-2f57-4592-b178-470b6c822cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:55243 | ||
| 14752 | 2024.11.01 06:59:02.616190 [ 285 ] {} <Debug> HTTP-Session: 59856bef-2f57-4592-b178-470b6c822cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14753 | 2024.11.01 06:59:02.616280 [ 285 ] {} <Debug> HTTP-Session: 59856bef-2f57-4592-b178-470b6c822cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14754 | 2024.11.01 06:59:02.616396 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 267 rows starting from the beginning of the part | ||
| 14755 | 2024.11.01 06:59:02.616427 [ 285 ] {} <Trace> HTTP-Session: 59856bef-2f57-4592-b178-470b6c822cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14756 | 2024.11.01 06:59:02.616625 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 59 rows starting from the beginning of the part | ||
| 14757 | 2024.11.01 06:59:02.616876 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55243) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14758 | 2024.11.01 06:59:02.616904 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 14759 | 2024.11.01 06:59:02.617033 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14760 | 2024.11.01 06:59:02.617207 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 267 rows starting from the beginning of the part | ||
| 14761 | 2024.11.01 06:59:02.618136 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14762 | 2024.11.01 06:59:02.619231 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14763 | 2024.11.01 06:59:02.619337 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 14764 | 2024.11.01 06:59:02.620486 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14765 | 2024.11.01 06:59:02.620727 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 5 columns (5 merged, 0 gathered) in 0.005507073 sec., 385322.6568814323 rows/sec., 34.05 MiB/sec. | ||
| 14766 | 2024.11.01 06:59:02.621034 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14767 | 2024.11.01 06:59:02.621419 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14768 | 2024.11.01 06:59:02.621993 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005297 sec., 7362.658108363225 rows/sec., 553.64 KiB/sec. | ||
| 14769 | 2024.11.01 06:59:02.622142 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14770 | 2024.11.01 06:59:02.622487 [ 187 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_91_18} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14771 | 2024.11.01 06:59:02.622722 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14772 | 2024.11.01 06:59:02.622763 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Debug> DynamicQueryHandler: Done processing query | ||
| 14773 | 2024.11.01 06:59:02.622838 [ 285 ] {64e67247-5d09-4675-b87f-032ce2f35776} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14774 | 2024.11.01 06:59:02.622877 [ 285 ] {} <Debug> HTTP-Session: 59856bef-2f57-4592-b178-470b6c822cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14775 | 2024.11.01 06:59:02.623056 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14776 | 2024.11.01 06:59:02.623144 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14777 | 2024.11.01 06:59:02.623215 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14778 | 2024.11.01 06:59:02.623241 [ 305 ] {} <Debug> HTTP-Session: aeb96ab2-aaa1-458c-bacf-65028331b064 Authenticating user 'default' from [fd00:1122:3344:101::d]:40181 | ||
| 14779 | 2024.11.01 06:59:02.623263 [ 305 ] {} <Debug> HTTP-Session: aeb96ab2-aaa1-458c-bacf-65028331b064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14780 | 2024.11.01 06:59:02.623281 [ 305 ] {} <Debug> HTTP-Session: aeb96ab2-aaa1-458c-bacf-65028331b064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14781 | 2024.11.01 06:59:02.623325 [ 305 ] {} <Trace> HTTP-Session: aeb96ab2-aaa1-458c-bacf-65028331b064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14782 | 2024.11.01 06:59:02.623466 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40181) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14783 | 2024.11.01 06:59:02.623522 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14784 | 2024.11.01 06:59:02.623843 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14785 | 2024.11.01 06:59:02.624211 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14786 | 2024.11.01 06:59:02.624249 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14787 | 2024.11.01 06:59:02.624632 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14788 | 2024.11.01 06:59:02.625009 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14789 | 2024.11.01 06:59:02.625168 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001736 sec., 8064.5161290322585 rows/sec., 564.79 KiB/sec. | ||
| 14790 | 2024.11.01 06:59:02.625364 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 14791 | 2024.11.01 06:59:02.625390 [ 305 ] {f081a799-769e-4909-80dd-b30aafd961fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14792 | 2024.11.01 06:59:02.625407 [ 305 ] {} <Debug> HTTP-Session: aeb96ab2-aaa1-458c-bacf-65028331b064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14793 | 2024.11.01 06:59:02.625597 [ 305 ] {} <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) | ||
| 14794 | 2024.11.01 06:59:02.625643 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35893, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14795 | 2024.11.01 06:59:02.625711 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14796 | 2024.11.01 06:59:02.625738 [ 285 ] {} <Debug> HTTP-Session: bc559305-ef86-4a3d-878e-d8fa9831867a Authenticating user 'default' from [fd00:1122:3344:101::d]:35893 | ||
| 14797 | 2024.11.01 06:59:02.625759 [ 285 ] {} <Debug> HTTP-Session: bc559305-ef86-4a3d-878e-d8fa9831867a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14798 | 2024.11.01 06:59:02.625777 [ 285 ] {} <Debug> HTTP-Session: bc559305-ef86-4a3d-878e-d8fa9831867a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14799 | 2024.11.01 06:59:02.625817 [ 285 ] {} <Trace> HTTP-Session: bc559305-ef86-4a3d-878e-d8fa9831867a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14800 | 2024.11.01 06:59:02.625938 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35893) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14801 | 2024.11.01 06:59:02.625990 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14802 | 2024.11.01 06:59:02.626223 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14803 | 2024.11.01 06:59:02.626559 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14804 | 2024.11.01 06:59:02.626598 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14805 | 2024.11.01 06:59:02.626957 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14806 | 2024.11.01 06:59:02.627326 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14807 | 2024.11.01 06:59:02.627495 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001582 sec., 3792.6675094816687 rows/sec., 224.08 KiB/sec. | ||
| 14808 | 2024.11.01 06:59:02.627781 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Debug> DynamicQueryHandler: Done processing query | ||
| 14809 | 2024.11.01 06:59:02.627820 [ 285 ] {0917de1e-86ce-497d-87fd-84d79751ab51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14810 | 2024.11.01 06:59:02.627841 [ 285 ] {} <Debug> HTTP-Session: bc559305-ef86-4a3d-878e-d8fa9831867a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14811 | 2024.11.01 06:59:02.628052 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14812 | 2024.11.01 06:59:02.628142 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37290, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14813 | 2024.11.01 06:59:02.628197 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14814 | 2024.11.01 06:59:02.628218 [ 305 ] {} <Debug> HTTP-Session: 5385db02-a82d-4fb9-b9ae-b337e3d12960 Authenticating user 'default' from [fd00:1122:3344:101::d]:37290 | ||
| 14815 | 2024.11.01 06:59:02.628235 [ 305 ] {} <Debug> HTTP-Session: 5385db02-a82d-4fb9-b9ae-b337e3d12960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14816 | 2024.11.01 06:59:02.628249 [ 305 ] {} <Debug> HTTP-Session: 5385db02-a82d-4fb9-b9ae-b337e3d12960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14817 | 2024.11.01 06:59:02.628281 [ 305 ] {} <Trace> HTTP-Session: 5385db02-a82d-4fb9-b9ae-b337e3d12960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14818 | 2024.11.01 06:59:02.628626 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37290) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14819 | 2024.11.01 06:59:02.628674 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14820 | 2024.11.01 06:59:02.628928 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14821 | 2024.11.01 06:59:02.629547 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14822 | 2024.11.01 06:59:02.629586 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14823 | 2024.11.01 06:59:02.629977 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14824 | 2024.11.01 06:59:02.630365 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14825 | 2024.11.01 06:59:02.630527 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002118 sec., 198772.4268177526 rows/sec., 14.20 MiB/sec. | ||
| 14826 | 2024.11.01 06:59:02.630548 [ 139 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14827 | 2024.11.01 06:59:02.630633 [ 139 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14828 | 2024.11.01 06:59:02.630675 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14829 | 2024.11.01 06:59:02.630905 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14830 | 2024.11.01 06:59:02.630963 [ 305 ] {d1f48979-d421-4594-b6ee-2848c7a44fc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14831 | 2024.11.01 06:59:02.630984 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 14832 | 2024.11.01 06:59:02.631046 [ 305 ] {} <Debug> HTTP-Session: 5385db02-a82d-4fb9-b9ae-b337e3d12960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14833 | 2024.11.01 06:59:02.631647 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14834 | 2024.11.01 06:59:02.631668 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35893, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14835 | 2024.11.01 06:59:02.631790 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14836 | 2024.11.01 06:59:02.631962 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 14837 | 2024.11.01 06:59:02.631947 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14838 | 2024.11.01 06:59:02.632103 [ 285 ] {} <Debug> HTTP-Session: 5a7b4727-4534-4e78-800c-dc6f2d48b159 Authenticating user 'default' from [fd00:1122:3344:101::d]:35893 | ||
| 14839 | 2024.11.01 06:59:02.632263 [ 285 ] {} <Debug> HTTP-Session: 5a7b4727-4534-4e78-800c-dc6f2d48b159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14840 | 2024.11.01 06:59:02.632363 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 14841 | 2024.11.01 06:59:02.632408 [ 285 ] {} <Debug> HTTP-Session: 5a7b4727-4534-4e78-800c-dc6f2d48b159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14842 | 2024.11.01 06:59:02.632893 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 421 rows starting from the beginning of the part | ||
| 14843 | 2024.11.01 06:59:02.633004 [ 285 ] {} <Trace> HTTP-Session: 5a7b4727-4534-4e78-800c-dc6f2d48b159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14844 | 2024.11.01 06:59:02.633235 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 70 rows starting from the beginning of the part | ||
| 14845 | 2024.11.01 06:59:02.633444 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35893) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14846 | 2024.11.01 06:59:02.633554 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 14847 | 2024.11.01 06:59:02.633694 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14848 | 2024.11.01 06:59:02.633931 [ 200 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 421 rows starting from the beginning of the part | ||
| 14849 | 2024.11.01 06:59:02.634650 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14850 | 2024.11.01 06:59:02.635347 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14851 | 2024.11.01 06:59:02.635404 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 14852 | 2024.11.01 06:59:02.636388 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14853 | 2024.11.01 06:59:02.637045 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14854 | 2024.11.01 06:59:02.637324 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.006537522 sec., 298737.04440306284 rows/sec., 22.87 MiB/sec. | ||
| 14855 | 2024.11.01 06:59:02.637402 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004103 sec., 1462.3446258835 rows/sec., 76.40 KiB/sec. | ||
| 14856 | 2024.11.01 06:59:02.637657 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14857 | 2024.11.01 06:59:02.637686 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14858 | 2024.11.01 06:59:02.637743 [ 285 ] {32f0ccb2-68af-49d0-be4f-abedda27974a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14859 | 2024.11.01 06:59:02.637789 [ 285 ] {} <Debug> HTTP-Session: 5a7b4727-4534-4e78-800c-dc6f2d48b159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14860 | 2024.11.01 06:59:02.638078 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14861 | 2024.11.01 06:59:02.638225 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57296, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14862 | 2024.11.01 06:59:02.638360 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14863 | 2024.11.01 06:59:02.638409 [ 305 ] {} <Debug> HTTP-Session: eb74aa0a-25d5-4cdb-9483-ba618698fb92 Authenticating user 'default' from [fd00:1122:3344:101::d]:57296 | ||
| 14864 | 2024.11.01 06:59:02.638437 [ 305 ] {} <Debug> HTTP-Session: eb74aa0a-25d5-4cdb-9483-ba618698fb92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14865 | 2024.11.01 06:59:02.638460 [ 305 ] {} <Debug> HTTP-Session: eb74aa0a-25d5-4cdb-9483-ba618698fb92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14866 | 2024.11.01 06:59:02.638523 [ 305 ] {} <Trace> HTTP-Session: eb74aa0a-25d5-4cdb-9483-ba618698fb92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14867 | 2024.11.01 06:59:02.638706 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): 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.01 06:59:02.638844 [ 194 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_91_18} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14869 | 2024.11.01 06:59:02.638876 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14870 | 2024.11.01 06:59:02.639008 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14871 | 2024.11.01 06:59:02.639029 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14872 | 2024.11.01 06:59:02.639228 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14873 | 2024.11.01 06:59:02.639691 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14874 | 2024.11.01 06:59:02.639731 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14875 | 2024.11.01 06:59:02.640166 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14876 | 2024.11.01 06:59:02.640520 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): 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.01 06:59:02.640677 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002002 sec., 118381.61838161839 rows/sec., 7.93 MiB/sec. | ||
| 14878 | 2024.11.01 06:59:02.640699 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14879 | 2024.11.01 06:59:02.640781 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14880 | 2024.11.01 06:59:02.640822 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14881 | 2024.11.01 06:59:02.640984 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14882 | 2024.11.01 06:59:02.640996 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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.01 06:59:02.641020 [ 305 ] {976cf062-336f-43e8-89c0-ed59e917acc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14884 | 2024.11.01 06:59:02.641075 [ 305 ] {} <Debug> HTTP-Session: eb74aa0a-25d5-4cdb-9483-ba618698fb92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14885 | 2024.11.01 06:59:02.641212 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14886 | 2024.11.01 06:59:02.641253 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 16636 rows starting from the beginning of the part | ||
| 14887 | 2024.11.01 06:59:02.641306 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14888 | 2024.11.01 06:59:02.641466 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50619, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14889 | 2024.11.01 06:59:02.641591 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14890 | 2024.11.01 06:59:02.641632 [ 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): | ||
| 14891 | |||
| 14892 | (version 23.8.7.1) | ||
| 14893 | 2024.11.01 06:59:02.641666 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14894 | 2024.11.01 06:59:02.641798 [ 285 ] {} <Debug> HTTP-Session: 8cba5606-5ece-484f-a776-8327ae60d984 Authenticating user 'default' from [fd00:1122:3344:101::d]:50619 | ||
| 14895 | 2024.11.01 06:59:02.641929 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14896 | 2024.11.01 06:59:02.641952 [ 285 ] {} <Debug> HTTP-Session: 8cba5606-5ece-484f-a776-8327ae60d984 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14897 | 2024.11.01 06:59:02.642087 [ 285 ] {} <Debug> HTTP-Session: 8cba5606-5ece-484f-a776-8327ae60d984 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14898 | 2024.11.01 06:59:02.642232 [ 285 ] {} <Trace> HTTP-Session: 8cba5606-5ece-484f-a776-8327ae60d984 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14899 | 2024.11.01 06:59:02.642259 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 163 rows starting from the beginning of the part | ||
| 14900 | 2024.11.01 06:59:02.642485 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14901 | 2024.11.01 06:59:02.642520 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50619) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14902 | 2024.11.01 06:59:02.642731 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14903 | 2024.11.01 06:59:02.642742 [ 188 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 14904 | 2024.11.01 06:59:02.643549 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14905 | 2024.11.01 06:59:02.644184 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2024.11.01 06:59:02.644225 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 14907 | 2024.11.01 06:59:02.644707 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14908 | 2024.11.01 06:59:02.645268 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2024.11.01 06:59:02.645641 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003208 sec., 311.7206982543641 rows/sec., 21.00 KiB/sec. | ||
| 14910 | 2024.11.01 06:59:02.646048 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14911 | 2024.11.01 06:59:02.646101 [ 285 ] {a2c65a45-c71b-499e-becb-e42d8244d9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14912 | 2024.11.01 06:59:02.646133 [ 285 ] {} <Debug> HTTP-Session: 8cba5606-5ece-484f-a776-8327ae60d984 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14913 | 2024.11.01 06:59:02.646351 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14914 | 2024.11.01 06:59:02.646430 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40395, User-Agent: (none), Length: 65820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14915 | 2024.11.01 06:59:02.646495 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14916 | 2024.11.01 06:59:02.646530 [ 305 ] {} <Debug> HTTP-Session: f01937b8-c602-4ec9-9177-39e29c2f14db Authenticating user 'default' from [fd00:1122:3344:101::d]:40395 | ||
| 14917 | 2024.11.01 06:59:02.646548 [ 305 ] {} <Debug> HTTP-Session: f01937b8-c602-4ec9-9177-39e29c2f14db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14918 | 2024.11.01 06:59:02.646562 [ 305 ] {} <Debug> HTTP-Session: f01937b8-c602-4ec9-9177-39e29c2f14db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14919 | 2024.11.01 06:59:02.646596 [ 305 ] {} <Trace> HTTP-Session: f01937b8-c602-4ec9-9177-39e29c2f14db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2024.11.01 06:59:02.647873 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40395) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14921 | 2024.11.01 06:59:02.647965 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <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.01 06:59:02.648466 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14923 | 2024.11.01 06:59:02.649210 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2024.11.01 06:59:02.649247 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 14925 | 2024.11.01 06:59:02.650243 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14926 | 2024.11.01 06:59:02.650799 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2024.11.01 06:59:02.651081 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004362 sec., 8940.852819807427 rows/sec., 16.02 MiB/sec. | ||
| 14928 | 2024.11.01 06:59:02.651388 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Debug> DynamicQueryHandler: Done processing query | ||
| 14929 | 2024.11.01 06:59:02.651413 [ 305 ] {983299bb-240f-4a10-a3f6-388f3d09a43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 14930 | 2024.11.01 06:59:02.651430 [ 305 ] {} <Debug> HTTP-Session: f01937b8-c602-4ec9-9177-39e29c2f14db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14931 | 2024.11.01 06:59:02.651760 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14932 | 2024.11.01 06:59:02.651765 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50619, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14933 | 2024.11.01 06:59:02.651871 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14934 | 2024.11.01 06:59:02.651952 [ 285 ] {} <Debug> HTTP-Session: 4335e067-2464-4358-a930-582894e4b0ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50619 | ||
| 14935 | 2024.11.01 06:59:02.651995 [ 285 ] {} <Debug> HTTP-Session: 4335e067-2464-4358-a930-582894e4b0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14936 | 2024.11.01 06:59:02.652019 [ 285 ] {} <Debug> HTTP-Session: 4335e067-2464-4358-a930-582894e4b0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14937 | 2024.11.01 06:59:02.652055 [ 285 ] {} <Trace> HTTP-Session: 4335e067-2464-4358-a930-582894e4b0ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14938 | 2024.11.01 06:59:02.652225 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50619) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14939 | 2024.11.01 06:59:02.652273 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14940 | 2024.11.01 06:59:02.652484 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14941 | 2024.11.01 06:59:02.652905 [ 198 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17593 rows, containing 5 columns (5 merged, 0 gathered) in 0.011993684 sec., 1466855.3882193328 rows/sec., 100.20 MiB/sec. | ||
| 14942 | 2024.11.01 06:59:02.653158 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2024.11.01 06:59:02.653209 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14944 | 2024.11.01 06:59:02.653242 [ 195 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14945 | 2024.11.01 06:59:02.654183 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14946 | 2024.11.01 06:59:02.654282 [ 195 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14947 | 2024.11.01 06:59:02.654496 [ 195 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14948 | 2024.11.01 06:59:02.654658 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 14949 | 2024.11.01 06:59:02.654774 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): 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.01 06:59:02.654939 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002829 sec., 28985.507246376812 rows/sec., 1.84 MiB/sec. | ||
| 14951 | 2024.11.01 06:59:02.654953 [ 139 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14952 | 2024.11.01 06:59:02.655048 [ 139 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14953 | 2024.11.01 06:59:02.655104 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
| 14954 | 2024.11.01 06:59:02.655264 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14955 | 2024.11.01 06:59:02.655366 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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.01 06:59:02.655405 [ 285 ] {1bb769ae-2c51-435a-a57d-6f476f62f55b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14957 | 2024.11.01 06:59:02.655443 [ 285 ] {} <Debug> HTTP-Session: 4335e067-2464-4358-a930-582894e4b0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14958 | 2024.11.01 06:59:02.655576 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14959 | 2024.11.01 06:59:02.655615 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5394 rows starting from the beginning of the part | ||
| 14960 | 2024.11.01 06:59:02.655717 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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.01 06:59:02.655984 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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.01 06:59:02.655998 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14963 | 2024.11.01 06:59:02.656246 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 14964 | 2024.11.01 06:59:02.656388 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14965 | 2024.11.01 06:59:02.656618 [ 198 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 14966 | 2024.11.01 06:59:02.658852 [ 192 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5738 rows, containing 4 columns (4 merged, 0 gathered) in 0.003589405 sec., 1598593.638778572 rows/sec., 105.12 MiB/sec. | ||
| 14967 | 2024.11.01 06:59:02.659294 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14968 | 2024.11.01 06:59:02.659786 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14969 | 2024.11.01 06:59:02.659904 [ 199 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_91_18} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14970 | 2024.11.01 06:59:02.660005 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 14971 | 2024.11.01 06:59:07.604529 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43152, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14972 | 2024.11.01 06:59:07.604675 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14973 | 2024.11.01 06:59:07.604704 [ 285 ] {} <Debug> HTTP-Session: 4907a1ca-70ea-4f08-b29f-609e1f2021c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43152 | ||
| 14974 | 2024.11.01 06:59:07.604732 [ 285 ] {} <Debug> HTTP-Session: 4907a1ca-70ea-4f08-b29f-609e1f2021c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14975 | 2024.11.01 06:59:07.604750 [ 285 ] {} <Debug> HTTP-Session: 4907a1ca-70ea-4f08-b29f-609e1f2021c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14976 | 2024.11.01 06:59:07.604807 [ 285 ] {} <Trace> HTTP-Session: 4907a1ca-70ea-4f08-b29f-609e1f2021c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14977 | 2024.11.01 06:59:07.605037 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14978 | 2024.11.01 06:59:07.605112 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14979 | 2024.11.01 06:59:07.605465 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14980 | 2024.11.01 06:59:07.605960 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14981 | 2024.11.01 06:59:07.606001 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 14982 | 2024.11.01 06:59:07.606415 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14983 | 2024.11.01 06:59:07.606802 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14984 | 2024.11.01 06:59:07.606973 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec. | ||
| 14985 | 2024.11.01 06:59:07.607276 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14986 | 2024.11.01 06:59:07.607332 [ 285 ] {5871b365-54be-4dc1-9940-f1295786491b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14987 | 2024.11.01 06:59:07.607388 [ 285 ] {} <Debug> HTTP-Session: 4907a1ca-70ea-4f08-b29f-609e1f2021c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14988 | 2024.11.01 06:59:07.607679 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14989 | 2024.11.01 06:59:07.607751 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64781, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14990 | 2024.11.01 06:59:07.607835 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14991 | 2024.11.01 06:59:07.607861 [ 305 ] {} <Debug> HTTP-Session: 3464ffb1-7e4f-4a1b-a2b0-b6ecf68befc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64781 | ||
| 14992 | 2024.11.01 06:59:07.607879 [ 305 ] {} <Debug> HTTP-Session: 3464ffb1-7e4f-4a1b-a2b0-b6ecf68befc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14993 | 2024.11.01 06:59:07.607893 [ 305 ] {} <Debug> HTTP-Session: 3464ffb1-7e4f-4a1b-a2b0-b6ecf68befc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14994 | 2024.11.01 06:59:07.607926 [ 305 ] {} <Trace> HTTP-Session: 3464ffb1-7e4f-4a1b-a2b0-b6ecf68befc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14995 | 2024.11.01 06:59:07.608060 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64781) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14996 | 2024.11.01 06:59:07.608108 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14997 | 2024.11.01 06:59:07.608366 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14998 | 2024.11.01 06:59:07.608763 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14999 | 2024.11.01 06:59:07.608801 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15000 | 2024.11.01 06:59:07.609169 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15001 | 2024.11.01 06:59:07.609536 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15002 | 2024.11.01 06:59:07.609697 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001679 sec., 38117.92733770101 rows/sec., 2.98 MiB/sec. | ||
| 15003 | 2024.11.01 06:59:07.609889 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 15004 | 2024.11.01 06:59:07.609914 [ 305 ] {5fe969a2-e72d-4ea0-9ad2-ab97e36401ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15005 | 2024.11.01 06:59:07.609931 [ 305 ] {} <Debug> HTTP-Session: 3464ffb1-7e4f-4a1b-a2b0-b6ecf68befc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15006 | 2024.11.01 06:59:07.610137 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15007 | 2024.11.01 06:59:07.610245 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61116, User-Agent: (none), Length: 24503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15008 | 2024.11.01 06:59:07.610306 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15009 | 2024.11.01 06:59:07.610329 [ 285 ] {} <Debug> HTTP-Session: f09e8aa6-cc77-45c4-942e-b83e98fd5ac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61116 | ||
| 15010 | 2024.11.01 06:59:07.610349 [ 285 ] {} <Debug> HTTP-Session: f09e8aa6-cc77-45c4-942e-b83e98fd5ac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15011 | 2024.11.01 06:59:07.610365 [ 285 ] {} <Debug> HTTP-Session: f09e8aa6-cc77-45c4-942e-b83e98fd5ac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15012 | 2024.11.01 06:59:07.610403 [ 285 ] {} <Trace> HTTP-Session: f09e8aa6-cc77-45c4-942e-b83e98fd5ac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15013 | 2024.11.01 06:59:07.610568 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15014 | 2024.11.01 06:59:07.610622 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15015 | 2024.11.01 06:59:07.610799 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15016 | 2024.11.01 06:59:07.611314 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15017 | 2024.11.01 06:59:07.611350 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15018 | 2024.11.01 06:59:07.611731 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15019 | 2024.11.01 06:59:07.612074 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15020 | 2024.11.01 06:59:07.612226 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001729 sec., 74031.23192596876 rows/sec., 5.16 MiB/sec. | ||
| 15021 | 2024.11.01 06:59:07.612508 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15022 | 2024.11.01 06:59:07.612563 [ 285 ] {b640fcc9-4820-4714-9062-1e77c8b2225a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15023 | 2024.11.01 06:59:07.612623 [ 285 ] {} <Debug> HTTP-Session: f09e8aa6-cc77-45c4-942e-b83e98fd5ac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15024 | 2024.11.01 06:59:07.612850 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15025 | 2024.11.01 06:59:07.612860 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64781, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15026 | 2024.11.01 06:59:07.612929 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15027 | 2024.11.01 06:59:07.612953 [ 305 ] {} <Debug> HTTP-Session: e2805b0e-4d3c-40a2-9ff9-ee04b70935c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64781 | ||
| 15028 | 2024.11.01 06:59:07.612976 [ 305 ] {} <Debug> HTTP-Session: e2805b0e-4d3c-40a2-9ff9-ee04b70935c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15029 | 2024.11.01 06:59:07.612999 [ 305 ] {} <Debug> HTTP-Session: e2805b0e-4d3c-40a2-9ff9-ee04b70935c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15030 | 2024.11.01 06:59:07.613036 [ 305 ] {} <Trace> HTTP-Session: e2805b0e-4d3c-40a2-9ff9-ee04b70935c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15031 | 2024.11.01 06:59:07.613187 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64781) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15032 | 2024.11.01 06:59:07.613269 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15033 | 2024.11.01 06:59:07.613415 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15034 | 2024.11.01 06:59:07.613743 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15035 | 2024.11.01 06:59:07.613782 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15036 | 2024.11.01 06:59:07.614202 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15037 | 2024.11.01 06:59:07.614565 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15038 | 2024.11.01 06:59:07.614725 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001588 sec., 30226.700251889168 rows/sec., 2.04 MiB/sec. | ||
| 15039 | 2024.11.01 06:59:07.614906 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Debug> DynamicQueryHandler: Done processing query | ||
| 15040 | 2024.11.01 06:59:07.614932 [ 305 ] {527d2d91-16f7-4ee0-907b-22381cdc6dde} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15041 | 2024.11.01 06:59:07.614948 [ 305 ] {} <Debug> HTTP-Session: e2805b0e-4d3c-40a2-9ff9-ee04b70935c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15042 | 2024.11.01 06:59:07.615151 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15043 | 2024.11.01 06:59:09.030949 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38467, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15044 | 2024.11.01 06:59:09.323432 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61850, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15045 | 2024.11.01 06:59:09.363860 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15046 | 2024.11.01 06:59:09.382412 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15047 | 2024.11.01 06:59:09.432840 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15048 | 2024.11.01 06:59:09.433212 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15049 | 2024.11.01 06:59:09.459469 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15050 | 2024.11.01 06:59:09.499765 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15051 | 2024.11.01 06:59:10.896436 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15052 | 2024.11.01 06:59:10.896493 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15053 | 2024.11.01 06:59:11.001583 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001163341 sec. | ||
| 15054 | 2024.11.01 06:59:11.257454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1354 | ||
| 15055 | 2024.11.01 06:59:11.260738 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15056 | 2024.11.01 06:59:11.260788 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15057 | 2024.11.01 06:59:11.262288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15058 | 2024.11.01 06:59:11.263262 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15059 | 2024.11.01 06:59:11.264614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1354 | ||
| 15060 | 2024.11.01 06:59:12.608470 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37203, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15061 | 2024.11.01 06:59:12.608619 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15062 | 2024.11.01 06:59:12.608649 [ 305 ] {} <Debug> HTTP-Session: b984ab20-2c9e-4d9a-afeb-a3cdccf7d97a Authenticating user 'default' from [fd00:1122:3344:101::d]:37203 | ||
| 15063 | 2024.11.01 06:59:12.608678 [ 305 ] {} <Debug> HTTP-Session: b984ab20-2c9e-4d9a-afeb-a3cdccf7d97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15064 | 2024.11.01 06:59:12.608696 [ 305 ] {} <Debug> HTTP-Session: b984ab20-2c9e-4d9a-afeb-a3cdccf7d97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15065 | 2024.11.01 06:59:12.608756 [ 305 ] {} <Trace> HTTP-Session: b984ab20-2c9e-4d9a-afeb-a3cdccf7d97a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15066 | 2024.11.01 06:59:12.608983 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37203) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15067 | 2024.11.01 06:59:12.609061 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15068 | 2024.11.01 06:59:12.609439 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15069 | 2024.11.01 06:59:12.609949 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15070 | 2024.11.01 06:59:12.609990 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15071 | 2024.11.01 06:59:12.610406 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15072 | 2024.11.01 06:59:12.610814 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15073 | 2024.11.01 06:59:12.610987 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002079 sec., 26936.026936026934 rows/sec., 2.07 MiB/sec. | ||
| 15074 | 2024.11.01 06:59:12.611195 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15075 | 2024.11.01 06:59:12.611221 [ 305 ] {287dc291-bec4-4b01-9dfb-aecf969554dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15076 | 2024.11.01 06:59:12.611238 [ 305 ] {} <Debug> HTTP-Session: b984ab20-2c9e-4d9a-afeb-a3cdccf7d97a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15077 | 2024.11.01 06:59:12.611482 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15078 | 2024.11.01 06:59:12.611547 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64273, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15079 | 2024.11.01 06:59:12.611624 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15080 | 2024.11.01 06:59:12.611650 [ 285 ] {} <Debug> HTTP-Session: fa6e1409-e96f-4f41-a531-ade0ea15aa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:64273 | ||
| 15081 | 2024.11.01 06:59:12.611673 [ 285 ] {} <Debug> HTTP-Session: fa6e1409-e96f-4f41-a531-ade0ea15aa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15082 | 2024.11.01 06:59:12.611690 [ 285 ] {} <Debug> HTTP-Session: fa6e1409-e96f-4f41-a531-ade0ea15aa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15083 | 2024.11.01 06:59:12.611729 [ 285 ] {} <Trace> HTTP-Session: fa6e1409-e96f-4f41-a531-ade0ea15aa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15084 | 2024.11.01 06:59:12.611879 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64273) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15085 | 2024.11.01 06:59:12.611932 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15086 | 2024.11.01 06:59:12.612215 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15087 | 2024.11.01 06:59:12.612629 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15088 | 2024.11.01 06:59:12.612665 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15089 | 2024.11.01 06:59:12.613033 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15090 | 2024.11.01 06:59:12.613399 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15091 | 2024.11.01 06:59:12.613551 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001723 sec., 37144.5153801509 rows/sec., 2.90 MiB/sec. | ||
| 15092 | 2024.11.01 06:59:12.613796 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15093 | 2024.11.01 06:59:12.613832 [ 285 ] {3cfb40a4-1b8d-42b0-832a-a56d26404aa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15094 | 2024.11.01 06:59:12.613848 [ 285 ] {} <Debug> HTTP-Session: fa6e1409-e96f-4f41-a531-ade0ea15aa14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15095 | 2024.11.01 06:59:12.614045 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15096 | 2024.11.01 06:59:12.614149 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36832, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15097 | 2024.11.01 06:59:12.614203 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15098 | 2024.11.01 06:59:12.614223 [ 305 ] {} <Debug> HTTP-Session: ab38e89c-3569-43d9-8290-1220448cf3e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36832 | ||
| 15099 | 2024.11.01 06:59:12.614239 [ 305 ] {} <Debug> HTTP-Session: ab38e89c-3569-43d9-8290-1220448cf3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15100 | 2024.11.01 06:59:12.614253 [ 305 ] {} <Debug> HTTP-Session: ab38e89c-3569-43d9-8290-1220448cf3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15101 | 2024.11.01 06:59:12.614285 [ 305 ] {} <Trace> HTTP-Session: ab38e89c-3569-43d9-8290-1220448cf3e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15102 | 2024.11.01 06:59:12.614437 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15103 | 2024.11.01 06:59:12.614485 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15104 | 2024.11.01 06:59:12.614643 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15105 | 2024.11.01 06:59:12.615047 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15106 | 2024.11.01 06:59:12.615083 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15107 | 2024.11.01 06:59:12.615501 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15108 | 2024.11.01 06:59:12.615851 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15109 | 2024.11.01 06:59:12.616003 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
| 15110 | 2024.11.01 06:59:12.616191 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15111 | 2024.11.01 06:59:12.616227 [ 305 ] {baf18fd3-cd85-45d0-9879-389c0b984c9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15112 | 2024.11.01 06:59:12.616258 [ 305 ] {} <Debug> HTTP-Session: ab38e89c-3569-43d9-8290-1220448cf3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15113 | 2024.11.01 06:59:12.616443 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64273, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15114 | 2024.11.01 06:59:12.616456 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15115 | 2024.11.01 06:59:12.616519 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15116 | 2024.11.01 06:59:12.616546 [ 285 ] {} <Debug> HTTP-Session: 4caaf5f7-3c12-425b-abfd-06048c00f25b Authenticating user 'default' from [fd00:1122:3344:101::d]:64273 | ||
| 15117 | 2024.11.01 06:59:12.616571 [ 285 ] {} <Debug> HTTP-Session: 4caaf5f7-3c12-425b-abfd-06048c00f25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15118 | 2024.11.01 06:59:12.616586 [ 285 ] {} <Debug> HTTP-Session: 4caaf5f7-3c12-425b-abfd-06048c00f25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15119 | 2024.11.01 06:59:12.616617 [ 285 ] {} <Trace> HTTP-Session: 4caaf5f7-3c12-425b-abfd-06048c00f25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15120 | 2024.11.01 06:59:12.616753 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64273) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15121 | 2024.11.01 06:59:12.616818 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15122 | 2024.11.01 06:59:12.616968 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15123 | 2024.11.01 06:59:12.617336 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2024.11.01 06:59:12.617388 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
| 15125 | 2024.11.01 06:59:12.617767 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15126 | 2024.11.01 06:59:12.618112 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2024.11.01 06:59:12.618267 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 15128 | 2024.11.01 06:59:12.618441 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 15129 | 2024.11.01 06:59:12.618467 [ 285 ] {829c4db8-9ca5-4838-942f-b87648c016ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15130 | 2024.11.01 06:59:12.618487 [ 285 ] {} <Debug> HTTP-Session: 4caaf5f7-3c12-425b-abfd-06048c00f25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15131 | 2024.11.01 06:59:12.618832 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15132 | 2024.11.01 06:59:17.613419 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61329, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15133 | 2024.11.01 06:59:17.613572 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15134 | 2024.11.01 06:59:17.613597 [ 285 ] {} <Debug> HTTP-Session: c43688b9-a3db-4703-8ac4-004826fe2c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:61329 | ||
| 15135 | 2024.11.01 06:59:17.613622 [ 285 ] {} <Debug> HTTP-Session: c43688b9-a3db-4703-8ac4-004826fe2c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15136 | 2024.11.01 06:59:17.613643 [ 285 ] {} <Debug> HTTP-Session: c43688b9-a3db-4703-8ac4-004826fe2c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15137 | 2024.11.01 06:59:17.613700 [ 285 ] {} <Trace> HTTP-Session: c43688b9-a3db-4703-8ac4-004826fe2c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15138 | 2024.11.01 06:59:17.613972 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61329) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15139 | 2024.11.01 06:59:17.614043 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15140 | 2024.11.01 06:59:17.614391 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15141 | 2024.11.01 06:59:17.615022 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15142 | 2024.11.01 06:59:17.615069 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15143 | 2024.11.01 06:59:17.615520 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15144 | 2024.11.01 06:59:17.615921 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15145 | 2024.11.01 06:59:17.616074 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002227 sec., 119892.23170184105 rows/sec., 10.67 MiB/sec. | ||
| 15146 | 2024.11.01 06:59:17.616300 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15147 | 2024.11.01 06:59:17.616327 [ 285 ] {19e0f6e4-2fb1-40e2-8a34-ac9f1673f4bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15148 | 2024.11.01 06:59:17.616343 [ 285 ] {} <Debug> HTTP-Session: c43688b9-a3db-4703-8ac4-004826fe2c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15149 | 2024.11.01 06:59:17.616618 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15150 | 2024.11.01 06:59:17.616738 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15151 | 2024.11.01 06:59:17.616808 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15152 | 2024.11.01 06:59:17.616830 [ 305 ] {} <Debug> HTTP-Session: 2d8f0421-e69a-4d69-be6f-0ff5bc8c67e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40252 | ||
| 15153 | 2024.11.01 06:59:17.616851 [ 305 ] {} <Debug> HTTP-Session: 2d8f0421-e69a-4d69-be6f-0ff5bc8c67e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15154 | 2024.11.01 06:59:17.616865 [ 305 ] {} <Debug> HTTP-Session: 2d8f0421-e69a-4d69-be6f-0ff5bc8c67e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15155 | 2024.11.01 06:59:17.616904 [ 305 ] {} <Trace> HTTP-Session: 2d8f0421-e69a-4d69-be6f-0ff5bc8c67e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15156 | 2024.11.01 06:59:17.617030 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40252) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15157 | 2024.11.01 06:59:17.617081 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15158 | 2024.11.01 06:59:17.617324 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15159 | 2024.11.01 06:59:17.617696 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15160 | 2024.11.01 06:59:17.617733 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15161 | 2024.11.01 06:59:17.618092 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15162 | 2024.11.01 06:59:17.618455 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15163 | 2024.11.01 06:59:17.618581 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001593 sec., 24482.10922787194 rows/sec., 1.80 MiB/sec. | ||
| 15164 | 2024.11.01 06:59:17.618891 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15165 | 2024.11.01 06:59:17.618950 [ 305 ] {83061116-b033-4c1d-bc59-acd4a3fd2aaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15166 | 2024.11.01 06:59:17.619012 [ 305 ] {} <Debug> HTTP-Session: 2d8f0421-e69a-4d69-be6f-0ff5bc8c67e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15167 | 2024.11.01 06:59:17.619237 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61329, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15168 | 2024.11.01 06:59:17.619280 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15169 | 2024.11.01 06:59:17.619321 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15170 | 2024.11.01 06:59:17.619347 [ 285 ] {} <Debug> HTTP-Session: 5932d6ec-d5cd-49e9-b1f8-413e6c9c6ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:61329 | ||
| 15171 | 2024.11.01 06:59:17.619373 [ 285 ] {} <Debug> HTTP-Session: 5932d6ec-d5cd-49e9-b1f8-413e6c9c6ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15172 | 2024.11.01 06:59:17.619391 [ 285 ] {} <Debug> HTTP-Session: 5932d6ec-d5cd-49e9-b1f8-413e6c9c6ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15173 | 2024.11.01 06:59:17.619430 [ 285 ] {} <Trace> HTTP-Session: 5932d6ec-d5cd-49e9-b1f8-413e6c9c6ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15174 | 2024.11.01 06:59:17.619558 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61329) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15175 | 2024.11.01 06:59:17.619610 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15176 | 2024.11.01 06:59:17.619856 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15177 | 2024.11.01 06:59:17.620179 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15178 | 2024.11.01 06:59:17.620215 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15179 | 2024.11.01 06:59:17.620569 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15180 | 2024.11.01 06:59:17.620931 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15181 | 2024.11.01 06:59:17.621062 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00154 sec., 9090.909090909092 rows/sec., 636.67 KiB/sec. | ||
| 15182 | 2024.11.01 06:59:17.621269 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Debug> DynamicQueryHandler: Done processing query | ||
| 15183 | 2024.11.01 06:59:17.621294 [ 285 ] {d41bb4a3-594e-4750-87e9-e13e78ae8860} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15184 | 2024.11.01 06:59:17.621311 [ 285 ] {} <Debug> HTTP-Session: 5932d6ec-d5cd-49e9-b1f8-413e6c9c6ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15185 | 2024.11.01 06:59:17.621460 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15186 | 2024.11.01 06:59:17.621473 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15187 | 2024.11.01 06:59:17.621524 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15188 | 2024.11.01 06:59:17.621547 [ 305 ] {} <Debug> HTTP-Session: 8ff9f424-9ab9-49c4-9c18-7d4a46b5fc2a Authenticating user 'default' from [fd00:1122:3344:101::d]:40252 | ||
| 15189 | 2024.11.01 06:59:17.621570 [ 305 ] {} <Debug> HTTP-Session: 8ff9f424-9ab9-49c4-9c18-7d4a46b5fc2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15190 | 2024.11.01 06:59:17.621587 [ 305 ] {} <Debug> HTTP-Session: 8ff9f424-9ab9-49c4-9c18-7d4a46b5fc2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15191 | 2024.11.01 06:59:17.621620 [ 305 ] {} <Trace> HTTP-Session: 8ff9f424-9ab9-49c4-9c18-7d4a46b5fc2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15192 | 2024.11.01 06:59:17.621727 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40252) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15193 | 2024.11.01 06:59:17.621772 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15194 | 2024.11.01 06:59:17.621998 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15195 | 2024.11.01 06:59:17.622310 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15196 | 2024.11.01 06:59:17.622348 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15197 | 2024.11.01 06:59:17.622705 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15198 | 2024.11.01 06:59:17.623086 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15199 | 2024.11.01 06:59:17.623225 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 232.91 KiB/sec. | ||
| 15200 | 2024.11.01 06:59:17.623550 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15201 | 2024.11.01 06:59:17.623576 [ 305 ] {7ed4e376-e58d-4653-8142-95d0714baee4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15202 | 2024.11.01 06:59:17.623593 [ 305 ] {} <Debug> HTTP-Session: 8ff9f424-9ab9-49c4-9c18-7d4a46b5fc2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15203 | 2024.11.01 06:59:17.623818 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15204 | 2024.11.01 06:59:17.623919 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47777, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15205 | 2024.11.01 06:59:17.623980 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15206 | 2024.11.01 06:59:17.624004 [ 285 ] {} <Debug> HTTP-Session: 37bdcc42-28ca-46d0-b697-63dded2a9d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:47777 | ||
| 15207 | 2024.11.01 06:59:17.624025 [ 285 ] {} <Debug> HTTP-Session: 37bdcc42-28ca-46d0-b697-63dded2a9d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15208 | 2024.11.01 06:59:17.624042 [ 285 ] {} <Debug> HTTP-Session: 37bdcc42-28ca-46d0-b697-63dded2a9d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15209 | 2024.11.01 06:59:17.624080 [ 285 ] {} <Trace> HTTP-Session: 37bdcc42-28ca-46d0-b697-63dded2a9d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15210 | 2024.11.01 06:59:17.624346 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47777) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15211 | 2024.11.01 06:59:17.624399 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15212 | 2024.11.01 06:59:17.624678 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15213 | 2024.11.01 06:59:17.625268 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15214 | 2024.11.01 06:59:17.625304 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15215 | 2024.11.01 06:59:17.625690 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15216 | 2024.11.01 06:59:17.626044 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15217 | 2024.11.01 06:59:17.626173 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001964 sec., 214358.45213849287 rows/sec., 15.32 MiB/sec. | ||
| 15218 | 2024.11.01 06:59:17.626385 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Debug> DynamicQueryHandler: Done processing query | ||
| 15219 | 2024.11.01 06:59:17.626423 [ 285 ] {35784602-242a-49e4-9fbd-0b311c04c809} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15220 | 2024.11.01 06:59:17.626453 [ 285 ] {} <Debug> HTTP-Session: 37bdcc42-28ca-46d0-b697-63dded2a9d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15221 | 2024.11.01 06:59:17.626738 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15222 | 2024.11.01 06:59:17.626746 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15223 | 2024.11.01 06:59:17.626801 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15224 | 2024.11.01 06:59:17.626829 [ 305 ] {} <Debug> HTTP-Session: 044c700d-4e4f-4367-aed7-0b4e76147197 Authenticating user 'default' from [fd00:1122:3344:101::d]:40252 | ||
| 15225 | 2024.11.01 06:59:17.626850 [ 305 ] {} <Debug> HTTP-Session: 044c700d-4e4f-4367-aed7-0b4e76147197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15226 | 2024.11.01 06:59:17.626873 [ 305 ] {} <Debug> HTTP-Session: 044c700d-4e4f-4367-aed7-0b4e76147197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15227 | 2024.11.01 06:59:17.626912 [ 305 ] {} <Trace> HTTP-Session: 044c700d-4e4f-4367-aed7-0b4e76147197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15228 | 2024.11.01 06:59:17.627029 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40252) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15229 | 2024.11.01 06:59:17.627083 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15230 | 2024.11.01 06:59:17.627240 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15231 | 2024.11.01 06:59:17.627554 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15232 | 2024.11.01 06:59:17.627593 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15233 | 2024.11.01 06:59:17.627959 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 15234 | 2024.11.01 06:59:17.628286 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15235 | 2024.11.01 06:59:17.628417 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 15236 | 2024.11.01 06:59:17.628585 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15237 | 2024.11.01 06:59:17.628611 [ 305 ] {88c3f64d-8d50-4e61-9a21-d0d90735cda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15238 | 2024.11.01 06:59:17.628627 [ 305 ] {} <Debug> HTTP-Session: 044c700d-4e4f-4367-aed7-0b4e76147197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15239 | 2024.11.01 06:59:17.628841 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15240 | 2024.11.01 06:59:17.628894 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33565, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15241 | 2024.11.01 06:59:17.628960 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15242 | 2024.11.01 06:59:17.628988 [ 285 ] {} <Debug> HTTP-Session: 9d96e35d-4e9f-43ff-8be6-14ba744bcd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:33565 | ||
| 15243 | 2024.11.01 06:59:17.629009 [ 285 ] {} <Debug> HTTP-Session: 9d96e35d-4e9f-43ff-8be6-14ba744bcd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15244 | 2024.11.01 06:59:17.629027 [ 285 ] {} <Debug> HTTP-Session: 9d96e35d-4e9f-43ff-8be6-14ba744bcd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15245 | 2024.11.01 06:59:17.629065 [ 285 ] {} <Trace> HTTP-Session: 9d96e35d-4e9f-43ff-8be6-14ba744bcd2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15246 | 2024.11.01 06:59:17.629315 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33565) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15247 | 2024.11.01 06:59:17.629372 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15248 | 2024.11.01 06:59:17.629544 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15249 | 2024.11.01 06:59:17.629990 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15250 | 2024.11.01 06:59:17.630024 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15251 | 2024.11.01 06:59:17.630410 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15252 | 2024.11.01 06:59:17.630752 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15253 | 2024.11.01 06:59:17.630879 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001704 sec., 139084.5070422535 rows/sec., 9.32 MiB/sec. | ||
| 15254 | 2024.11.01 06:59:17.631059 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15255 | 2024.11.01 06:59:17.631083 [ 285 ] {7d1e0c22-938e-44bc-850c-aa45ae4b5fd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15256 | 2024.11.01 06:59:17.631099 [ 285 ] {} <Debug> HTTP-Session: 9d96e35d-4e9f-43ff-8be6-14ba744bcd2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15257 | 2024.11.01 06:59:17.631297 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15258 | 2024.11.01 06:59:17.631343 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56584, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15259 | 2024.11.01 06:59:17.631409 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15260 | 2024.11.01 06:59:17.631436 [ 305 ] {} <Debug> HTTP-Session: 37360d46-ea3e-4047-a254-d94da21b2e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:56584 | ||
| 15261 | 2024.11.01 06:59:17.631457 [ 305 ] {} <Debug> HTTP-Session: 37360d46-ea3e-4047-a254-d94da21b2e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15262 | 2024.11.01 06:59:17.631475 [ 305 ] {} <Debug> HTTP-Session: 37360d46-ea3e-4047-a254-d94da21b2e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15263 | 2024.11.01 06:59:17.631513 [ 305 ] {} <Trace> HTTP-Session: 37360d46-ea3e-4047-a254-d94da21b2e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15264 | 2024.11.01 06:59:17.631625 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56584) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15265 | 2024.11.01 06:59:17.631680 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15266 | 2024.11.01 06:59:17.631839 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15267 | 2024.11.01 06:59:17.632147 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15268 | 2024.11.01 06:59:17.632190 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15269 | 2024.11.01 06:59:17.632598 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15270 | 2024.11.01 06:59:17.632914 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15271 | 2024.11.01 06:59:17.633044 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001451 sec., 689.1798759476223 rows/sec., 46.44 KiB/sec. | ||
| 15272 | 2024.11.01 06:59:17.633197 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15273 | 2024.11.01 06:59:17.633222 [ 305 ] {126d8fa3-33fc-4d9e-89f7-b07c94bfd3f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15274 | 2024.11.01 06:59:17.633238 [ 305 ] {} <Debug> HTTP-Session: 37360d46-ea3e-4047-a254-d94da21b2e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15275 | 2024.11.01 06:59:17.633419 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15276 | 2024.11.01 06:59:17.633496 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53362, User-Agent: (none), Length: 65763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15277 | 2024.11.01 06:59:17.633545 [ 285 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15278 | 2024.11.01 06:59:17.633564 [ 285 ] {} <Debug> HTTP-Session: 178173a8-a6d5-490d-88c9-55b69fc08396 Authenticating user 'default' from [fd00:1122:3344:101::d]:53362 | ||
| 15279 | 2024.11.01 06:59:17.633580 [ 285 ] {} <Debug> HTTP-Session: 178173a8-a6d5-490d-88c9-55b69fc08396 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15280 | 2024.11.01 06:59:17.633594 [ 285 ] {} <Debug> HTTP-Session: 178173a8-a6d5-490d-88c9-55b69fc08396 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15281 | 2024.11.01 06:59:17.633625 [ 285 ] {} <Trace> HTTP-Session: 178173a8-a6d5-490d-88c9-55b69fc08396 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15282 | 2024.11.01 06:59:17.634066 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53362) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15283 | 2024.11.01 06:59:17.634130 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <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 | ||
| 15284 | 2024.11.01 06:59:17.634543 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15285 | 2024.11.01 06:59:17.635314 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15286 | 2024.11.01 06:59:17.635349 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15287 | 2024.11.01 06:59:17.636013 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 15288 | 2024.11.01 06:59:17.636429 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15289 | 2024.11.01 06:59:17.636582 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002841 sec., 13727.56071805702 rows/sec., 24.60 MiB/sec. | ||
| 15290 | 2024.11.01 06:59:17.637057 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Debug> DynamicQueryHandler: Done processing query | ||
| 15291 | 2024.11.01 06:59:17.637090 [ 285 ] {36143319-e075-40eb-85e9-510b38975522} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 15292 | 2024.11.01 06:59:17.637113 [ 285 ] {} <Debug> HTTP-Session: 178173a8-a6d5-490d-88c9-55b69fc08396 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15293 | 2024.11.01 06:59:17.637340 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56584, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15294 | 2024.11.01 06:59:17.637356 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15295 | 2024.11.01 06:59:17.637411 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15296 | 2024.11.01 06:59:17.637442 [ 305 ] {} <Debug> HTTP-Session: 3d4112d8-8431-475c-9019-7b761accbbbd Authenticating user 'default' from [fd00:1122:3344:101::d]:56584 | ||
| 15297 | 2024.11.01 06:59:17.637465 [ 305 ] {} <Debug> HTTP-Session: 3d4112d8-8431-475c-9019-7b761accbbbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15298 | 2024.11.01 06:59:17.637483 [ 305 ] {} <Debug> HTTP-Session: 3d4112d8-8431-475c-9019-7b761accbbbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15299 | 2024.11.01 06:59:17.637523 [ 305 ] {} <Trace> HTTP-Session: 3d4112d8-8431-475c-9019-7b761accbbbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15300 | 2024.11.01 06:59:17.637665 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56584) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15301 | 2024.11.01 06:59:17.637714 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15302 | 2024.11.01 06:59:17.637863 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15303 | 2024.11.01 06:59:17.638184 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15304 | 2024.11.01 06:59:17.638220 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15305 | 2024.11.01 06:59:17.638599 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15306 | 2024.11.01 06:59:17.638929 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15307 | 2024.11.01 06:59:17.639057 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec. | ||
| 15308 | 2024.11.01 06:59:17.639214 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15309 | 2024.11.01 06:59:17.639239 [ 305 ] {df470a5f-911f-495a-952a-0433d7f780f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15310 | 2024.11.01 06:59:17.639255 [ 305 ] {} <Debug> HTTP-Session: 3d4112d8-8431-475c-9019-7b761accbbbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15311 | 2024.11.01 06:59:17.639567 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15312 | 2024.11.01 06:59:19.681102 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15313 | 2024.11.01 06:59:19.961578 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15314 | 2024.11.01 06:59:20.123817 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15315 | 2024.11.01 06:59:20.224951 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15316 | 2024.11.01 06:59:20.429424 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15317 | 2024.11.01 06:59:20.446138 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15318 | 2024.11.01 06:59:20.454526 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15319 | 2024.11.01 06:59:20.478088 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15320 | 2024.11.01 06:59:20.489391 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15321 | 2024.11.01 06:59:20.518756 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15322 | 2024.11.01 06:59:20.554053 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15323 | 2024.11.01 06:59:20.745152 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15324 | 2024.11.01 06:59:20.767372 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15325 | 2024.11.01 06:59:20.777571 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15326 | 2024.11.01 06:59:20.781847 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15327 | 2024.11.01 06:59:20.783078 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15328 | 2024.11.01 06:59:20.810757 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15329 | 2024.11.01 06:59:20.838066 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15330 | 2024.11.01 06:59:20.840750 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15331 | 2024.11.01 06:59:20.854364 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15332 | 2024.11.01 06:59:20.855903 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15333 | 2024.11.01 06:59:20.856123 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15334 | 2024.11.01 06:59:20.872628 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15335 | 2024.11.01 06:59:20.916109 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15336 | 2024.11.01 06:59:21.264942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1382 | ||
| 15337 | 2024.11.01 06:59:21.267748 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15338 | 2024.11.01 06:59:21.267808 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15339 | 2024.11.01 06:59:21.269318 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15340 | 2024.11.01 06:59:21.270315 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2024.11.01 06:59:21.273950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 15342 | 2024.11.01 06:59:22.606700 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35540, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15343 | 2024.11.01 06:59:22.606840 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15344 | 2024.11.01 06:59:22.606866 [ 289 ] {} <Debug> HTTP-Session: cbf30f8f-a5a4-4e81-b4d0-15315ea1148f Authenticating user 'default' from [fd00:1122:3344:101::d]:35540 | ||
| 15345 | 2024.11.01 06:59:22.606890 [ 289 ] {} <Debug> HTTP-Session: cbf30f8f-a5a4-4e81-b4d0-15315ea1148f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15346 | 2024.11.01 06:59:22.606904 [ 289 ] {} <Debug> HTTP-Session: cbf30f8f-a5a4-4e81-b4d0-15315ea1148f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15347 | 2024.11.01 06:59:22.606957 [ 289 ] {} <Trace> HTTP-Session: cbf30f8f-a5a4-4e81-b4d0-15315ea1148f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15348 | 2024.11.01 06:59:22.607164 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35540) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15349 | 2024.11.01 06:59:22.607234 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15350 | 2024.11.01 06:59:22.607582 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15351 | 2024.11.01 06:59:22.608034 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15352 | 2024.11.01 06:59:22.608077 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15353 | 2024.11.01 06:59:22.608512 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15354 | 2024.11.01 06:59:22.608922 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15355 | 2024.11.01 06:59:22.609077 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec. | ||
| 15356 | 2024.11.01 06:59:22.609267 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Debug> DynamicQueryHandler: Done processing query | ||
| 15357 | 2024.11.01 06:59:22.609292 [ 289 ] {b9c7c571-7e8a-4477-b0df-acdcdc6aa739} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15358 | 2024.11.01 06:59:22.609313 [ 289 ] {} <Debug> HTTP-Session: cbf30f8f-a5a4-4e81-b4d0-15315ea1148f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15359 | 2024.11.01 06:59:22.609541 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15360 | 2024.11.01 06:59:22.609682 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34347, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15361 | 2024.11.01 06:59:22.609748 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15362 | 2024.11.01 06:59:22.609770 [ 287 ] {} <Debug> HTTP-Session: cfa6a28d-84b2-4f6f-935f-f46b4389d56a Authenticating user 'default' from [fd00:1122:3344:101::d]:34347 | ||
| 15363 | 2024.11.01 06:59:22.609789 [ 287 ] {} <Debug> HTTP-Session: cfa6a28d-84b2-4f6f-935f-f46b4389d56a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15364 | 2024.11.01 06:59:22.609803 [ 287 ] {} <Debug> HTTP-Session: cfa6a28d-84b2-4f6f-935f-f46b4389d56a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15365 | 2024.11.01 06:59:22.609836 [ 287 ] {} <Trace> HTTP-Session: cfa6a28d-84b2-4f6f-935f-f46b4389d56a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15366 | 2024.11.01 06:59:22.609963 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34347) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15367 | 2024.11.01 06:59:22.610008 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15368 | 2024.11.01 06:59:22.610236 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15369 | 2024.11.01 06:59:22.610633 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15370 | 2024.11.01 06:59:22.610669 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15371 | 2024.11.01 06:59:22.611037 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15372 | 2024.11.01 06:59:22.611426 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15373 | 2024.11.01 06:59:22.611557 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001637 sec., 39095.907147220525 rows/sec., 3.05 MiB/sec. | ||
| 15374 | 2024.11.01 06:59:22.611798 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15375 | 2024.11.01 06:59:22.611851 [ 287 ] {65eb0135-85c9-4391-8d03-6fd295b5905e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15376 | 2024.11.01 06:59:22.611907 [ 287 ] {} <Debug> HTTP-Session: cfa6a28d-84b2-4f6f-935f-f46b4389d56a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15377 | 2024.11.01 06:59:22.612135 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34347, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15378 | 2024.11.01 06:59:22.612175 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35540, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15379 | 2024.11.01 06:59:22.612235 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15380 | 2024.11.01 06:59:22.612256 [ 289 ] {} <Debug> HTTP-Session: 0be5df24-56d5-4076-81d2-71a31bf37a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:35540 | ||
| 15381 | 2024.11.01 06:59:22.612273 [ 289 ] {} <Debug> HTTP-Session: 0be5df24-56d5-4076-81d2-71a31bf37a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15382 | 2024.11.01 06:59:22.612287 [ 289 ] {} <Debug> HTTP-Session: 0be5df24-56d5-4076-81d2-71a31bf37a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15383 | 2024.11.01 06:59:22.612323 [ 289 ] {} <Trace> HTTP-Session: 0be5df24-56d5-4076-81d2-71a31bf37a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15384 | 2024.11.01 06:59:22.612477 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35540) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15385 | 2024.11.01 06:59:22.612525 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15386 | 2024.11.01 06:59:22.612687 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15387 | 2024.11.01 06:59:22.613066 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15388 | 2024.11.01 06:59:22.613102 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15389 | 2024.11.01 06:59:22.613486 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15390 | 2024.11.01 06:59:22.613857 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15391 | 2024.11.01 06:59:22.613996 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 15392 | 2024.11.01 06:59:22.614192 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15393 | 2024.11.01 06:59:22.614217 [ 289 ] {8ae4e02a-10fb-480d-9b37-2f1029a3ff6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15394 | 2024.11.01 06:59:22.614237 [ 289 ] {} <Debug> HTTP-Session: 0be5df24-56d5-4076-81d2-71a31bf37a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15395 | 2024.11.01 06:59:22.614418 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15396 | 2024.11.01 06:59:22.614499 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63197, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15397 | 2024.11.01 06:59:22.614552 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15398 | 2024.11.01 06:59:22.614573 [ 287 ] {} <Debug> HTTP-Session: e1955738-fdd8-411f-84de-3196d2339004 Authenticating user 'default' from [fd00:1122:3344:101::d]:63197 | ||
| 15399 | 2024.11.01 06:59:22.614590 [ 287 ] {} <Debug> HTTP-Session: e1955738-fdd8-411f-84de-3196d2339004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15400 | 2024.11.01 06:59:22.614603 [ 287 ] {} <Debug> HTTP-Session: e1955738-fdd8-411f-84de-3196d2339004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15401 | 2024.11.01 06:59:22.614635 [ 287 ] {} <Trace> HTTP-Session: e1955738-fdd8-411f-84de-3196d2339004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15402 | 2024.11.01 06:59:22.614760 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63197) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15403 | 2024.11.01 06:59:22.614807 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15404 | 2024.11.01 06:59:22.614965 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15405 | 2024.11.01 06:59:22.615315 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15406 | 2024.11.01 06:59:22.615352 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
| 15407 | 2024.11.01 06:59:22.615716 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15408 | 2024.11.01 06:59:22.616089 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15409 | 2024.11.01 06:59:22.616262 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 15410 | 2024.11.01 06:59:22.616452 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 15411 | 2024.11.01 06:59:22.616477 [ 287 ] {fd1db012-3467-4927-a7c7-7211e7290cbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15412 | 2024.11.01 06:59:22.616493 [ 287 ] {} <Debug> HTTP-Session: e1955738-fdd8-411f-84de-3196d2339004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15413 | 2024.11.01 06:59:22.616710 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15414 | 2024.11.01 06:59:25.896740 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15415 | 2024.11.01 06:59:25.896793 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15416 | 2024.11.01 06:59:27.605735 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35540, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15417 | 2024.11.01 06:59:27.605932 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15418 | 2024.11.01 06:59:27.605974 [ 289 ] {} <Debug> HTTP-Session: b16c1469-f0a0-4e48-91af-9b221f3279a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35540 | ||
| 15419 | 2024.11.01 06:59:27.605998 [ 289 ] {} <Debug> HTTP-Session: b16c1469-f0a0-4e48-91af-9b221f3279a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15420 | 2024.11.01 06:59:27.606013 [ 289 ] {} <Debug> HTTP-Session: b16c1469-f0a0-4e48-91af-9b221f3279a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15421 | 2024.11.01 06:59:27.606064 [ 289 ] {} <Trace> HTTP-Session: b16c1469-f0a0-4e48-91af-9b221f3279a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15422 | 2024.11.01 06:59:27.606263 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35540) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15423 | 2024.11.01 06:59:27.606327 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15424 | 2024.11.01 06:59:27.606661 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15425 | 2024.11.01 06:59:27.607112 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15426 | 2024.11.01 06:59:27.607152 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15427 | 2024.11.01 06:59:27.607554 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15428 | 2024.11.01 06:59:27.607937 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15429 | 2024.11.01 06:59:27.608102 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 15430 | 2024.11.01 06:59:27.608125 [ 118 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15431 | 2024.11.01 06:59:27.608227 [ 118 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15432 | 2024.11.01 06:59:27.608274 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15433 | 2024.11.01 06:59:27.608419 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15434 | 2024.11.01 06:59:27.608464 [ 289 ] {2b538e6e-1e61-467f-bb62-0441a169644a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15435 | 2024.11.01 06:59:27.608481 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 15436 | 2024.11.01 06:59:27.608489 [ 289 ] {} <Debug> HTTP-Session: b16c1469-f0a0-4e48-91af-9b221f3279a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15437 | 2024.11.01 06:59:27.608716 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15438 | 2024.11.01 06:59:27.608768 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1417 rows starting from the beginning of the part | ||
| 15439 | 2024.11.01 06:59:27.608805 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15440 | 2024.11.01 06:59:27.609090 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61930, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15441 | 2024.11.01 06:59:27.609157 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 15442 | 2024.11.01 06:59:27.609256 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15443 | 2024.11.01 06:59:27.609347 [ 287 ] {} <Debug> HTTP-Session: 8224cf11-62f9-4648-8d16-d365275aa6aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61930 | ||
| 15444 | 2024.11.01 06:59:27.609422 [ 287 ] {} <Debug> HTTP-Session: 8224cf11-62f9-4648-8d16-d365275aa6aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15445 | 2024.11.01 06:59:27.609485 [ 287 ] {} <Debug> HTTP-Session: 8224cf11-62f9-4648-8d16-d365275aa6aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15446 | 2024.11.01 06:59:27.609556 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 15447 | 2024.11.01 06:59:27.609604 [ 287 ] {} <Trace> HTTP-Session: 8224cf11-62f9-4648-8d16-d365275aa6aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15448 | 2024.11.01 06:59:27.609861 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 267 rows starting from the beginning of the part | ||
| 15449 | 2024.11.01 06:59:27.609974 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61930) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15450 | 2024.11.01 06:59:27.610120 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15451 | 2024.11.01 06:59:27.610120 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 15452 | 2024.11.01 06:59:27.610518 [ 193 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 15453 | 2024.11.01 06:59:27.611433 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15454 | 2024.11.01 06:59:27.612460 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15455 | 2024.11.01 06:59:27.612528 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15456 | 2024.11.01 06:59:27.613475 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15457 | 2024.11.01 06:59:27.614192 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 5 columns (5 merged, 0 gathered) in 0.005810895 sec., 328348.7311335001 rows/sec., 28.75 MiB/sec. | ||
| 15458 | 2024.11.01 06:59:27.614451 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15459 | 2024.11.01 06:59:27.614541 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15460 | 2024.11.01 06:59:27.614682 [ 118 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15461 | 2024.11.01 06:59:27.614790 [ 118 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15462 | 2024.11.01 06:59:27.614801 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00495 sec., 12929.292929292928 rows/sec., 1.01 MiB/sec. | ||
| 15463 | 2024.11.01 06:59:27.614857 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15464 | 2024.11.01 06:59:27.615424 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Debug> DynamicQueryHandler: Done processing query | ||
| 15465 | 2024.11.01 06:59:27.615466 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 15466 | 2024.11.01 06:59:27.615519 [ 287 ] {1d91e0c5-1f18-418a-8919-1d92b2400062} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15467 | 2024.11.01 06:59:27.615695 [ 287 ] {} <Debug> HTTP-Session: 8224cf11-62f9-4648-8d16-d365275aa6aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15468 | 2024.11.01 06:59:27.616062 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15469 | 2024.11.01 06:59:27.616096 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15470 | 2024.11.01 06:59:27.616176 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40116, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15471 | 2024.11.01 06:59:27.616272 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 15472 | 2024.11.01 06:59:27.616330 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15473 | 2024.11.01 06:59:27.616436 [ 289 ] {} <Debug> HTTP-Session: 02cb304a-3b82-4512-8f7d-ea6458b47369 Authenticating user 'default' from [fd00:1122:3344:101::d]:40116 | ||
| 15474 | 2024.11.01 06:59:27.616499 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15475 | 2024.11.01 06:59:27.616564 [ 289 ] {} <Debug> HTTP-Session: 02cb304a-3b82-4512-8f7d-ea6458b47369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15476 | 2024.11.01 06:59:27.616696 [ 289 ] {} <Debug> HTTP-Session: 02cb304a-3b82-4512-8f7d-ea6458b47369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15477 | 2024.11.01 06:59:27.616862 [ 289 ] {} <Trace> HTTP-Session: 02cb304a-3b82-4512-8f7d-ea6458b47369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15478 | 2024.11.01 06:59:27.616874 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 15479 | 2024.11.01 06:59:27.616884 [ 199 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_96_19} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15480 | 2024.11.01 06:59:27.617236 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 15481 | 2024.11.01 06:59:27.617397 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40116) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15482 | 2024.11.01 06:59:27.617401 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 15483 | 2024.11.01 06:59:27.617510 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15484 | 2024.11.01 06:59:27.617772 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 421 rows starting from the beginning of the part | ||
| 15485 | 2024.11.01 06:59:27.618137 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 15486 | 2024.11.01 06:59:27.618437 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 15487 | 2024.11.01 06:59:27.618855 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15488 | 2024.11.01 06:59:27.619783 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15489 | 2024.11.01 06:59:27.619845 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15490 | 2024.11.01 06:59:27.620948 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15491 | 2024.11.01 06:59:27.621559 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1590 rows, containing 5 columns (5 merged, 0 gathered) in 0.006495242 sec., 244794.574243731 rows/sec., 18.87 MiB/sec. | ||
| 15492 | 2024.11.01 06:59:27.621820 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15493 | 2024.11.01 06:59:27.621891 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15494 | 2024.11.01 06:59:27.622187 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15495 | 2024.11.01 06:59:27.622232 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005127 sec., 31207.333723425007 rows/sec., 2.17 MiB/sec. | ||
| 15496 | 2024.11.01 06:59:27.622294 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15497 | 2024.11.01 06:59:27.622411 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15498 | 2024.11.01 06:59:27.622916 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 15499 | 2024.11.01 06:59:27.623095 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Debug> DynamicQueryHandler: Done processing query | ||
| 15500 | 2024.11.01 06:59:27.623167 [ 289 ] {bf0bcd30-37df-449b-bcdd-4d9d4173b020} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15501 | 2024.11.01 06:59:27.623261 [ 289 ] {} <Debug> HTTP-Session: 02cb304a-3b82-4512-8f7d-ea6458b47369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15502 | 2024.11.01 06:59:27.623354 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15503 | 2024.11.01 06:59:27.623413 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 17593 rows starting from the beginning of the part | ||
| 15504 | 2024.11.01 06:59:27.623424 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15505 | 2024.11.01 06:59:27.623642 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15506 | 2024.11.01 06:59:27.623762 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42068, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15507 | 2024.11.01 06:59:27.623830 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part | ||
| 15508 | 2024.11.01 06:59:27.623879 [ 197 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_96_19} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15509 | 2024.11.01 06:59:27.624064 [ 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): | ||
| 15510 | |||
| 15511 | (version 23.8.7.1) | ||
| 15512 | 2024.11.01 06:59:27.624086 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15513 | 2024.11.01 06:59:27.624287 [ 287 ] {} <Debug> HTTP-Session: caae382a-1682-4536-8ef1-ee6ed61501f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42068 | ||
| 15514 | 2024.11.01 06:59:27.624388 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 15515 | 2024.11.01 06:59:27.624409 [ 287 ] {} <Debug> HTTP-Session: caae382a-1682-4536-8ef1-ee6ed61501f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15516 | 2024.11.01 06:59:27.624500 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 15517 | 2024.11.01 06:59:27.624514 [ 287 ] {} <Debug> HTTP-Session: caae382a-1682-4536-8ef1-ee6ed61501f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15518 | 2024.11.01 06:59:27.624662 [ 287 ] {} <Trace> HTTP-Session: caae382a-1682-4536-8ef1-ee6ed61501f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15519 | 2024.11.01 06:59:27.624797 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 15520 | 2024.11.01 06:59:27.625116 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42068) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15521 | 2024.11.01 06:59:27.625190 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 15522 | 2024.11.01 06:59:27.625234 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15523 | 2024.11.01 06:59:27.625566 [ 189 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 15524 | 2024.11.01 06:59:27.626248 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15525 | 2024.11.01 06:59:27.626987 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15526 | 2024.11.01 06:59:27.627030 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15527 | 2024.11.01 06:59:27.627559 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15528 | 2024.11.01 06:59:27.627970 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15529 | 2024.11.01 06:59:27.628245 [ 118 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15530 | 2024.11.01 06:59:27.628324 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003381 sec., 17746.22892635315 rows/sec., 1.20 MiB/sec. | ||
| 15531 | 2024.11.01 06:59:27.628341 [ 118 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15532 | 2024.11.01 06:59:27.628440 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15533 | 2024.11.01 06:59:27.628984 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 15534 | 2024.11.01 06:59:27.629043 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Debug> DynamicQueryHandler: Done processing query | ||
| 15535 | 2024.11.01 06:59:27.629187 [ 287 ] {610acab3-5729-49b0-bbc9-eb1e084e1243} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15536 | 2024.11.01 06:59:27.629303 [ 287 ] {} <Debug> HTTP-Session: caae382a-1682-4536-8ef1-ee6ed61501f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15537 | 2024.11.01 06:59:27.629874 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15538 | 2024.11.01 06:59:27.630012 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15539 | 2024.11.01 06:59:27.630181 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5738 rows starting from the beginning of the part | ||
| 15540 | 2024.11.01 06:59:27.630284 [ 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): | ||
| 15541 | |||
| 15542 | (version 23.8.7.1) | ||
| 15543 | 2024.11.01 06:59:27.630827 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 15544 | 2024.11.01 06:59:27.631157 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 15545 | 2024.11.01 06:59:27.631316 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 15546 | 2024.11.01 06:59:27.631465 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 15547 | 2024.11.01 06:59:27.631738 [ 201 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 15548 | 2024.11.01 06:59:27.634176 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6048 rows, containing 4 columns (4 merged, 0 gathered) in 0.005576023 sec., 1084644.0195816983 rows/sec., 71.36 MiB/sec. | ||
| 15549 | 2024.11.01 06:59:27.634431 [ 191 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18438 rows, containing 5 columns (5 merged, 0 gathered) in 0.011830723 sec., 1558484.6336103044 rows/sec., 106.50 MiB/sec. | ||
| 15550 | 2024.11.01 06:59:27.634771 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15551 | 2024.11.01 06:59:27.634994 [ 191 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15552 | 2024.11.01 06:59:27.635673 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15553 | 2024.11.01 06:59:27.635852 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_96_19} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15554 | 2024.11.01 06:59:27.636041 [ 191 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15555 | 2024.11.01 06:59:27.636056 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 15556 | 2024.11.01 06:59:27.636183 [ 191 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15557 | 2024.11.01 06:59:27.636294 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 15558 | 2024.11.01 06:59:31.274295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1398 | ||
| 15559 | 2024.11.01 06:59:31.276974 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15560 | 2024.11.01 06:59:31.277035 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15561 | 2024.11.01 06:59:31.278553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15562 | 2024.11.01 06:59:31.279559 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15563 | 2024.11.01 06:59:31.281022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1398 | ||
| 15564 | 2024.11.01 06:59:32.612559 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44945, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15565 | 2024.11.01 06:59:32.612680 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15566 | 2024.11.01 06:59:32.612704 [ 286 ] {} <Debug> HTTP-Session: 930c0e25-74d5-4f58-9ae9-f5cd17ea720a Authenticating user 'default' from [fd00:1122:3344:101::d]:44945 | ||
| 15567 | 2024.11.01 06:59:32.612728 [ 286 ] {} <Debug> HTTP-Session: 930c0e25-74d5-4f58-9ae9-f5cd17ea720a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15568 | 2024.11.01 06:59:32.612743 [ 286 ] {} <Debug> HTTP-Session: 930c0e25-74d5-4f58-9ae9-f5cd17ea720a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15569 | 2024.11.01 06:59:32.612792 [ 286 ] {} <Trace> HTTP-Session: 930c0e25-74d5-4f58-9ae9-f5cd17ea720a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15570 | 2024.11.01 06:59:32.613058 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44945) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15571 | 2024.11.01 06:59:32.613124 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15572 | 2024.11.01 06:59:32.613443 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15573 | 2024.11.01 06:59:32.614077 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15574 | 2024.11.01 06:59:32.614118 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15575 | 2024.11.01 06:59:32.614548 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15576 | 2024.11.01 06:59:32.614941 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15577 | 2024.11.01 06:59:32.615112 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002172 sec., 122928.17679558012 rows/sec., 10.94 MiB/sec. | ||
| 15578 | 2024.11.01 06:59:32.615326 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Debug> DynamicQueryHandler: Done processing query | ||
| 15579 | 2024.11.01 06:59:32.615352 [ 286 ] {f5df6b57-d027-4813-91a7-f2099bff8296} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15580 | 2024.11.01 06:59:32.615369 [ 286 ] {} <Debug> HTTP-Session: 930c0e25-74d5-4f58-9ae9-f5cd17ea720a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15581 | 2024.11.01 06:59:32.615559 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15582 | 2024.11.01 06:59:32.615667 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62662, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15583 | 2024.11.01 06:59:32.615770 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15584 | 2024.11.01 06:59:32.615794 [ 289 ] {} <Debug> HTTP-Session: 6686ef7b-2118-4a18-ad79-b80bb8a1a392 Authenticating user 'default' from [fd00:1122:3344:101::d]:62662 | ||
| 15585 | 2024.11.01 06:59:32.615818 [ 289 ] {} <Debug> HTTP-Session: 6686ef7b-2118-4a18-ad79-b80bb8a1a392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15586 | 2024.11.01 06:59:32.615833 [ 289 ] {} <Debug> HTTP-Session: 6686ef7b-2118-4a18-ad79-b80bb8a1a392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15587 | 2024.11.01 06:59:32.615886 [ 289 ] {} <Trace> HTTP-Session: 6686ef7b-2118-4a18-ad79-b80bb8a1a392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15588 | 2024.11.01 06:59:32.616069 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62662) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15589 | 2024.11.01 06:59:32.616135 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15590 | 2024.11.01 06:59:32.616472 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15591 | 2024.11.01 06:59:32.616857 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2024.11.01 06:59:32.616897 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15593 | 2024.11.01 06:59:32.617318 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15594 | 2024.11.01 06:59:32.617720 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2024.11.01 06:59:32.617873 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001867 sec., 20889.126941617567 rows/sec., 1.53 MiB/sec. | ||
| 15596 | 2024.11.01 06:59:32.618076 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15597 | 2024.11.01 06:59:32.618102 [ 289 ] {1b4b2492-0f66-4ef6-b5fb-b33d582700b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15598 | 2024.11.01 06:59:32.618119 [ 289 ] {} <Debug> HTTP-Session: 6686ef7b-2118-4a18-ad79-b80bb8a1a392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15599 | 2024.11.01 06:59:32.618285 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44945, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15600 | 2024.11.01 06:59:32.618308 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15601 | 2024.11.01 06:59:32.618372 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15602 | 2024.11.01 06:59:32.618404 [ 286 ] {} <Debug> HTTP-Session: 58585c1a-0eb9-48f4-9fdc-53e7ccbcdd74 Authenticating user 'default' from [fd00:1122:3344:101::d]:44945 | ||
| 15603 | 2024.11.01 06:59:32.618423 [ 286 ] {} <Debug> HTTP-Session: 58585c1a-0eb9-48f4-9fdc-53e7ccbcdd74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15604 | 2024.11.01 06:59:32.618437 [ 286 ] {} <Debug> HTTP-Session: 58585c1a-0eb9-48f4-9fdc-53e7ccbcdd74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15605 | 2024.11.01 06:59:32.618487 [ 286 ] {} <Trace> HTTP-Session: 58585c1a-0eb9-48f4-9fdc-53e7ccbcdd74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15606 | 2024.11.01 06:59:32.618602 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44945) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15607 | 2024.11.01 06:59:32.618649 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15608 | 2024.11.01 06:59:32.618909 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15609 | 2024.11.01 06:59:32.619253 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15610 | 2024.11.01 06:59:32.619289 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15611 | 2024.11.01 06:59:32.619654 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 15612 | 2024.11.01 06:59:32.620033 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15613 | 2024.11.01 06:59:32.620201 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001625 sec., 8615.384615384615 rows/sec., 603.37 KiB/sec. | ||
| 15614 | 2024.11.01 06:59:32.620376 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Debug> DynamicQueryHandler: Done processing query | ||
| 15615 | 2024.11.01 06:59:32.620401 [ 286 ] {45209300-267e-4b4f-a654-e6d6ede9d597} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15616 | 2024.11.01 06:59:32.620418 [ 286 ] {} <Debug> HTTP-Session: 58585c1a-0eb9-48f4-9fdc-53e7ccbcdd74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15617 | 2024.11.01 06:59:32.620577 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15618 | 2024.11.01 06:59:32.620679 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46692, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15619 | 2024.11.01 06:59:32.620750 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15620 | 2024.11.01 06:59:32.620774 [ 289 ] {} <Debug> HTTP-Session: abca5df0-03a9-4353-93eb-fa7979fe9571 Authenticating user 'default' from [fd00:1122:3344:101::d]:46692 | ||
| 15621 | 2024.11.01 06:59:32.620798 [ 289 ] {} <Debug> HTTP-Session: abca5df0-03a9-4353-93eb-fa7979fe9571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15622 | 2024.11.01 06:59:32.620815 [ 289 ] {} <Debug> HTTP-Session: abca5df0-03a9-4353-93eb-fa7979fe9571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15623 | 2024.11.01 06:59:32.620864 [ 289 ] {} <Trace> HTTP-Session: abca5df0-03a9-4353-93eb-fa7979fe9571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15624 | 2024.11.01 06:59:32.620999 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46692) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15625 | 2024.11.01 06:59:32.621055 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15626 | 2024.11.01 06:59:32.621331 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15627 | 2024.11.01 06:59:32.621638 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2024.11.01 06:59:32.621674 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15629 | 2024.11.01 06:59:32.622034 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15630 | 2024.11.01 06:59:32.622400 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15631 | 2024.11.01 06:59:32.622532 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 225.22 KiB/sec. | ||
| 15632 | 2024.11.01 06:59:32.622828 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Debug> DynamicQueryHandler: Done processing query | ||
| 15633 | 2024.11.01 06:59:32.622874 [ 289 ] {1c84a6da-6767-4b9a-8782-97bdf15e7308} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15634 | 2024.11.01 06:59:32.622893 [ 289 ] {} <Debug> HTTP-Session: abca5df0-03a9-4353-93eb-fa7979fe9571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15635 | 2024.11.01 06:59:32.623103 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44945, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15636 | 2024.11.01 06:59:32.623156 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15637 | 2024.11.01 06:59:32.623190 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15638 | 2024.11.01 06:59:32.623225 [ 286 ] {} <Debug> HTTP-Session: 847064f4-e677-42c8-8839-6dd3c99165eb Authenticating user 'default' from [fd00:1122:3344:101::d]:44945 | ||
| 15639 | 2024.11.01 06:59:32.623250 [ 286 ] {} <Debug> HTTP-Session: 847064f4-e677-42c8-8839-6dd3c99165eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15640 | 2024.11.01 06:59:32.623269 [ 286 ] {} <Debug> HTTP-Session: 847064f4-e677-42c8-8839-6dd3c99165eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15641 | 2024.11.01 06:59:32.623323 [ 286 ] {} <Trace> HTTP-Session: 847064f4-e677-42c8-8839-6dd3c99165eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15642 | 2024.11.01 06:59:32.623552 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44945) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15643 | 2024.11.01 06:59:32.623649 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15644 | 2024.11.01 06:59:32.623909 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15645 | 2024.11.01 06:59:32.624592 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15646 | 2024.11.01 06:59:32.624637 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15647 | 2024.11.01 06:59:32.625129 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15648 | 2024.11.01 06:59:32.625498 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15649 | 2024.11.01 06:59:32.625650 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002209 sec., 190583.97464916253 rows/sec., 13.62 MiB/sec. | ||
| 15650 | 2024.11.01 06:59:32.625827 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Debug> DynamicQueryHandler: Done processing query | ||
| 15651 | 2024.11.01 06:59:32.625850 [ 286 ] {57bd0f03-213e-4e5d-a02f-25517fff0723} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15652 | 2024.11.01 06:59:32.625944 [ 286 ] {} <Debug> HTTP-Session: 847064f4-e677-42c8-8839-6dd3c99165eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15653 | 2024.11.01 06:59:32.626111 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15654 | 2024.11.01 06:59:32.626169 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42908, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15655 | 2024.11.01 06:59:32.626245 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15656 | 2024.11.01 06:59:32.626268 [ 289 ] {} <Debug> HTTP-Session: b66913d5-343c-4088-9658-f8367b8f4119 Authenticating user 'default' from [fd00:1122:3344:101::d]:42908 | ||
| 15657 | 2024.11.01 06:59:32.626287 [ 289 ] {} <Debug> HTTP-Session: b66913d5-343c-4088-9658-f8367b8f4119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15658 | 2024.11.01 06:59:32.626301 [ 289 ] {} <Debug> HTTP-Session: b66913d5-343c-4088-9658-f8367b8f4119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15659 | 2024.11.01 06:59:32.626340 [ 289 ] {} <Trace> HTTP-Session: b66913d5-343c-4088-9658-f8367b8f4119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15660 | 2024.11.01 06:59:32.626456 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42908) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15661 | 2024.11.01 06:59:32.626505 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15662 | 2024.11.01 06:59:32.626667 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15663 | 2024.11.01 06:59:32.626982 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15664 | 2024.11.01 06:59:32.627018 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15665 | 2024.11.01 06:59:32.627397 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15666 | 2024.11.01 06:59:32.627735 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15667 | 2024.11.01 06:59:32.627867 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00144 sec., 4166.666666666666 rows/sec., 217.69 KiB/sec. | ||
| 15668 | 2024.11.01 06:59:32.628089 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15669 | 2024.11.01 06:59:32.628113 [ 289 ] {ab5e4f58-ccf0-4668-b0f7-6f6682970ec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15670 | 2024.11.01 06:59:32.628130 [ 289 ] {} <Debug> HTTP-Session: b66913d5-343c-4088-9658-f8367b8f4119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15671 | 2024.11.01 06:59:32.628310 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15672 | 2024.11.01 06:59:32.628424 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45177, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15673 | 2024.11.01 06:59:32.628493 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15674 | 2024.11.01 06:59:32.628518 [ 286 ] {} <Debug> HTTP-Session: 918b7393-72da-4041-b3e8-22e6b6504043 Authenticating user 'default' from [fd00:1122:3344:101::d]:45177 | ||
| 15675 | 2024.11.01 06:59:32.628538 [ 286 ] {} <Debug> HTTP-Session: 918b7393-72da-4041-b3e8-22e6b6504043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15676 | 2024.11.01 06:59:32.628555 [ 286 ] {} <Debug> HTTP-Session: 918b7393-72da-4041-b3e8-22e6b6504043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15677 | 2024.11.01 06:59:32.628600 [ 286 ] {} <Trace> HTTP-Session: 918b7393-72da-4041-b3e8-22e6b6504043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15678 | 2024.11.01 06:59:32.628841 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45177) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15679 | 2024.11.01 06:59:32.628900 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15680 | 2024.11.01 06:59:32.629111 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15681 | 2024.11.01 06:59:32.629538 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15682 | 2024.11.01 06:59:32.629574 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15683 | 2024.11.01 06:59:32.629978 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15684 | 2024.11.01 06:59:32.630340 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15685 | 2024.11.01 06:59:32.630494 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001781 sec., 133071.30825379 rows/sec., 8.92 MiB/sec. | ||
| 15686 | 2024.11.01 06:59:32.630669 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15687 | 2024.11.01 06:59:32.630692 [ 286 ] {744acf3e-5c42-4494-99ad-e62110a58ba3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15688 | 2024.11.01 06:59:32.630708 [ 286 ] {} <Debug> HTTP-Session: 918b7393-72da-4041-b3e8-22e6b6504043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15689 | 2024.11.01 06:59:32.630943 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15690 | 2024.11.01 06:59:32.630960 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42908, User-Agent: (none), Length: 214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15691 | 2024.11.01 06:59:32.631052 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15692 | 2024.11.01 06:59:32.631076 [ 289 ] {} <Debug> HTTP-Session: 5aeac3a0-73d3-4f3f-8d91-34102f0e33ba Authenticating user 'default' from [fd00:1122:3344:101::d]:42908 | ||
| 15693 | 2024.11.01 06:59:32.631109 [ 289 ] {} <Debug> HTTP-Session: 5aeac3a0-73d3-4f3f-8d91-34102f0e33ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15694 | 2024.11.01 06:59:32.631128 [ 289 ] {} <Debug> HTTP-Session: 5aeac3a0-73d3-4f3f-8d91-34102f0e33ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15695 | 2024.11.01 06:59:32.631175 [ 289 ] {} <Trace> HTTP-Session: 5aeac3a0-73d3-4f3f-8d91-34102f0e33ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15696 | 2024.11.01 06:59:32.631297 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42908) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15697 | 2024.11.01 06:59:32.631356 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15698 | 2024.11.01 06:59:32.631545 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15699 | 2024.11.01 06:59:32.631850 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15700 | 2024.11.01 06:59:32.631891 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15701 | 2024.11.01 06:59:32.632295 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15702 | 2024.11.01 06:59:32.632632 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15703 | 2024.11.01 06:59:32.632764 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 15704 | 2024.11.01 06:59:32.632930 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Debug> DynamicQueryHandler: Done processing query | ||
| 15705 | 2024.11.01 06:59:32.632954 [ 289 ] {80be5614-072c-468b-9a81-ea08c9545e61} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15706 | 2024.11.01 06:59:32.632970 [ 289 ] {} <Debug> HTTP-Session: 5aeac3a0-73d3-4f3f-8d91-34102f0e33ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15707 | 2024.11.01 06:59:32.633149 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15708 | 2024.11.01 06:59:32.633235 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46529, User-Agent: (none), Length: 65833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15709 | 2024.11.01 06:59:32.633302 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15710 | 2024.11.01 06:59:32.633327 [ 286 ] {} <Debug> HTTP-Session: 7c7e3bd3-bc6c-4b2f-9ddd-eecdd150b080 Authenticating user 'default' from [fd00:1122:3344:101::d]:46529 | ||
| 15711 | 2024.11.01 06:59:32.633347 [ 286 ] {} <Debug> HTTP-Session: 7c7e3bd3-bc6c-4b2f-9ddd-eecdd150b080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15712 | 2024.11.01 06:59:32.633364 [ 286 ] {} <Debug> HTTP-Session: 7c7e3bd3-bc6c-4b2f-9ddd-eecdd150b080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15713 | 2024.11.01 06:59:32.633409 [ 286 ] {} <Trace> HTTP-Session: 7c7e3bd3-bc6c-4b2f-9ddd-eecdd150b080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15714 | 2024.11.01 06:59:32.633950 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46529) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15715 | 2024.11.01 06:59:32.634038 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <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 | ||
| 15716 | 2024.11.01 06:59:32.634528 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15717 | 2024.11.01 06:59:32.635259 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15718 | 2024.11.01 06:59:32.635296 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15719 | 2024.11.01 06:59:32.635983 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15720 | 2024.11.01 06:59:32.636400 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15721 | 2024.11.01 06:59:32.636565 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 15722 | 2024.11.01 06:59:32.636588 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003059 sec., 12749.264465511606 rows/sec., 22.85 MiB/sec. | ||
| 15723 | 2024.11.01 06:59:32.636620 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15724 | 2024.11.01 06:59:32.636688 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15725 | 2024.11.01 06:59:32.637193 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::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 | ||
| 15726 | 2024.11.01 06:59:32.637416 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15727 | 2024.11.01 06:59:32.637503 [ 286 ] {f4423079-206a-4086-91b2-b3b12e637be8} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 15728 | 2024.11.01 06:59:32.637561 [ 286 ] {} <Debug> HTTP-Session: 7c7e3bd3-bc6c-4b2f-9ddd-eecdd150b080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15729 | 2024.11.01 06:59:32.637922 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42908, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15730 | 2024.11.01 06:59:32.637969 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15731 | 2024.11.01 06:59:32.638119 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15732 | 2024.11.01 06:59:32.638187 [ 289 ] {} <Debug> HTTP-Session: a0efbf3c-9a7e-48fa-8676-8fe2d3ef3ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42908 | ||
| 15733 | 2024.11.01 06:59:32.638255 [ 289 ] {} <Debug> HTTP-Session: a0efbf3c-9a7e-48fa-8676-8fe2d3ef3ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15734 | 2024.11.01 06:59:32.638286 [ 289 ] {} <Debug> HTTP-Session: a0efbf3c-9a7e-48fa-8676-8fe2d3ef3ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15735 | 2024.11.01 06:59:32.638348 [ 289 ] {} <Trace> HTTP-Session: a0efbf3c-9a7e-48fa-8676-8fe2d3ef3ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15736 | 2024.11.01 06:59:32.638398 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15737 | 2024.11.01 06:59:32.638482 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1034 rows starting from the beginning of the part | ||
| 15738 | 2024.11.01 06:59:32.638535 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42908) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15739 | 2024.11.01 06:59:32.638608 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15740 | 2024.11.01 06:59:32.639142 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 15741 | 2024.11.01 06:59:32.639286 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15742 | 2024.11.01 06:59:32.639756 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 15743 | 2024.11.01 06:59:32.640392 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 15744 | 2024.11.01 06:59:32.640407 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15745 | 2024.11.01 06:59:32.640456 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15746 | 2024.11.01 06:59:32.640921 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 15747 | 2024.11.01 06:59:32.641452 [ 196 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 15748 | 2024.11.01 06:59:32.641635 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15749 | 2024.11.01 06:59:32.642352 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15750 | 2024.11.01 06:59:32.642563 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004095 sec., 20024.420024420026 rows/sec., 1.27 MiB/sec. | ||
| 15751 | 2024.11.01 06:59:32.642840 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15752 | 2024.11.01 06:59:32.642872 [ 289 ] {ba428c6b-03fb-496f-bf75-d8e60d7d31d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15753 | 2024.11.01 06:59:32.642890 [ 289 ] {} <Debug> HTTP-Session: a0efbf3c-9a7e-48fa-8676-8fe2d3ef3ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15754 | 2024.11.01 06:59:32.643170 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15755 | 2024.11.01 06:59:32.647193 [ 191 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1229 rows, containing 19 columns (19 merged, 0 gathered) in 0.010380379 sec., 118396.44775975906 rows/sec., 212.16 MiB/sec. | ||
| 15756 | 2024.11.01 06:59:32.648464 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 15757 | 2024.11.01 06:59:32.649083 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15758 | 2024.11.01 06:59:32.649161 [ 190 ] {d55e409b-065d-4b08-a600-50fe47331047::all_1_35_7} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 15759 | 2024.11.01 06:59:32.649302 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. | ||
| 15760 | 2024.11.01 06:59:37.605045 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43005, User-Agent: (none), Length: 1928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15761 | 2024.11.01 06:59:37.605240 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15762 | 2024.11.01 06:59:37.605285 [ 289 ] {} <Debug> HTTP-Session: 01e0a85e-a8bc-4338-b0b7-22e49c9e114b Authenticating user 'default' from [fd00:1122:3344:101::d]:43005 | ||
| 15763 | 2024.11.01 06:59:37.605326 [ 289 ] {} <Debug> HTTP-Session: 01e0a85e-a8bc-4338-b0b7-22e49c9e114b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15764 | 2024.11.01 06:59:37.605356 [ 289 ] {} <Debug> HTTP-Session: 01e0a85e-a8bc-4338-b0b7-22e49c9e114b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15765 | 2024.11.01 06:59:37.605412 [ 289 ] {} <Trace> HTTP-Session: 01e0a85e-a8bc-4338-b0b7-22e49c9e114b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15766 | 2024.11.01 06:59:37.605593 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43005) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15767 | 2024.11.01 06:59:37.605660 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15768 | 2024.11.01 06:59:37.605989 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15769 | 2024.11.01 06:59:37.606449 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15770 | 2024.11.01 06:59:37.606491 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15771 | 2024.11.01 06:59:37.606910 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 15772 | 2024.11.01 06:59:37.607295 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15773 | 2024.11.01 06:59:37.607474 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001931 sec., 6214.3966856551015 rows/sec., 506.74 KiB/sec. | ||
| 15774 | 2024.11.01 06:59:37.607849 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15775 | 2024.11.01 06:59:37.607877 [ 289 ] {f5a0ec22-3726-4c0c-b636-bd668136d7c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15776 | 2024.11.01 06:59:37.607893 [ 289 ] {} <Debug> HTTP-Session: 01e0a85e-a8bc-4338-b0b7-22e49c9e114b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15777 | 2024.11.01 06:59:37.608086 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15778 | 2024.11.01 06:59:37.608233 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58285, User-Agent: (none), Length: 8635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15779 | 2024.11.01 06:59:37.608352 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15780 | 2024.11.01 06:59:37.608381 [ 286 ] {} <Debug> HTTP-Session: 6c29f9d9-bcab-4b1b-9ab6-3d8541ea9a60 Authenticating user 'default' from [fd00:1122:3344:101::d]:58285 | ||
| 15781 | 2024.11.01 06:59:37.608408 [ 286 ] {} <Debug> HTTP-Session: 6c29f9d9-bcab-4b1b-9ab6-3d8541ea9a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15782 | 2024.11.01 06:59:37.608425 [ 286 ] {} <Debug> HTTP-Session: 6c29f9d9-bcab-4b1b-9ab6-3d8541ea9a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15783 | 2024.11.01 06:59:37.608483 [ 286 ] {} <Trace> HTTP-Session: 6c29f9d9-bcab-4b1b-9ab6-3d8541ea9a60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15784 | 2024.11.01 06:59:37.608707 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58285) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15785 | 2024.11.01 06:59:37.608782 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15786 | 2024.11.01 06:59:37.609167 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15787 | 2024.11.01 06:59:37.609593 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15788 | 2024.11.01 06:59:37.609635 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15789 | 2024.11.01 06:59:37.610045 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15790 | 2024.11.01 06:59:37.610428 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15791 | 2024.11.01 06:59:37.610599 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Debug> executeQuery: Read 62 rows, 4.84 KiB in 0.001966 sec., 31536.113936927773 rows/sec., 2.41 MiB/sec. | ||
| 15792 | 2024.11.01 06:59:37.610787 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 15793 | 2024.11.01 06:59:37.610811 [ 286 ] {a6280a38-f4b5-4320-a040-e7fbcf8e58c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15794 | 2024.11.01 06:59:37.610827 [ 286 ] {} <Debug> HTTP-Session: 6c29f9d9-bcab-4b1b-9ab6-3d8541ea9a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15795 | 2024.11.01 06:59:37.611069 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15796 | 2024.11.01 06:59:37.611212 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63080, User-Agent: (none), Length: 1731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15797 | 2024.11.01 06:59:37.611321 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15798 | 2024.11.01 06:59:37.611359 [ 289 ] {} <Debug> HTTP-Session: 47226e8b-e01e-4b88-af7c-0d7329a4a8c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:63080 | ||
| 15799 | 2024.11.01 06:59:37.611381 [ 289 ] {} <Debug> HTTP-Session: 47226e8b-e01e-4b88-af7c-0d7329a4a8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15800 | 2024.11.01 06:59:37.611398 [ 289 ] {} <Debug> HTTP-Session: 47226e8b-e01e-4b88-af7c-0d7329a4a8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15801 | 2024.11.01 06:59:37.611443 [ 289 ] {} <Trace> HTTP-Session: 47226e8b-e01e-4b88-af7c-0d7329a4a8c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15802 | 2024.11.01 06:59:37.611576 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63080) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15803 | 2024.11.01 06:59:37.611633 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15804 | 2024.11.01 06:59:37.611946 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15805 | 2024.11.01 06:59:37.612296 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15806 | 2024.11.01 06:59:37.612330 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15807 | 2024.11.01 06:59:37.612658 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15808 | 2024.11.01 06:59:37.613071 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15809 | 2024.11.01 06:59:37.613236 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001691 sec., 7096.392667060911 rows/sec., 495.50 KiB/sec. | ||
| 15810 | 2024.11.01 06:59:37.613234 [ 111 ] {} <Debug> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
| 15811 | 2024.11.01 06:59:37.613351 [ 111 ] {} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15812 | 2024.11.01 06:59:37.613411 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15813 | 2024.11.01 06:59:37.613525 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Debug> DynamicQueryHandler: Done processing query | ||
| 15814 | 2024.11.01 06:59:37.613580 [ 289 ] {9e836de8-7bb3-44c2-b070-21f56d544688} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15815 | 2024.11.01 06:59:37.613615 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
| 15816 | 2024.11.01 06:59:37.613615 [ 289 ] {} <Debug> HTTP-Session: 47226e8b-e01e-4b88-af7c-0d7329a4a8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15817 | 2024.11.01 06:59:37.613816 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15818 | 2024.11.01 06:59:37.613861 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 57 rows starting from the beginning of the part | ||
| 15819 | 2024.11.01 06:59:37.613903 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58285, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15820 | 2024.11.01 06:59:37.613958 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15821 | 2024.11.01 06:59:37.614119 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15822 | 2024.11.01 06:59:37.614214 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 15823 | 2024.11.01 06:59:37.614265 [ 286 ] {} <Debug> HTTP-Session: 8caaaf76-61ef-4059-bafe-02a11f0c36a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58285 | ||
| 15824 | 2024.11.01 06:59:37.614353 [ 286 ] {} <Debug> HTTP-Session: 8caaaf76-61ef-4059-bafe-02a11f0c36a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15825 | 2024.11.01 06:59:37.614459 [ 286 ] {} <Debug> HTTP-Session: 8caaaf76-61ef-4059-bafe-02a11f0c36a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15826 | 2024.11.01 06:59:37.614635 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 15827 | 2024.11.01 06:59:37.614639 [ 286 ] {} <Trace> HTTP-Session: 8caaaf76-61ef-4059-bafe-02a11f0c36a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15828 | 2024.11.01 06:59:37.614865 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 15829 | 2024.11.01 06:59:37.615011 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58285) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15830 | 2024.11.01 06:59:37.615181 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15831 | 2024.11.01 06:59:37.615202 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 15832 | 2024.11.01 06:59:37.615551 [ 198 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part | ||
| 15833 | 2024.11.01 06:59:37.616211 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15834 | 2024.11.01 06:59:37.616819 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15835 | 2024.11.01 06:59:37.616865 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15836 | 2024.11.01 06:59:37.617423 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.003924177 sec., 48927.45663613033 rows/sec., 3.73 MiB/sec. | ||
| 15837 | 2024.11.01 06:59:37.617518 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15838 | 2024.11.01 06:59:37.617731 [ 188 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
| 15839 | 2024.11.01 06:59:37.618409 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15840 | 2024.11.01 06:59:37.618899 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.004057 sec., 18733.053980773973 rows/sec., 1.47 MiB/sec. | ||
| 15841 | 2024.11.01 06:59:37.619147 [ 194 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15842 | 2024.11.01 06:59:37.619240 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Debug> DynamicQueryHandler: Done processing query | ||
| 15843 | 2024.11.01 06:59:37.619272 [ 194 ] {8b486b40-9b05-429b-b642-a53ab167302c::all_1_49_10} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
| 15844 | 2024.11.01 06:59:37.619272 [ 286 ] {34f952d0-843b-46cd-800f-88b4a4cce763} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15845 | 2024.11.01 06:59:37.619302 [ 286 ] {} <Debug> HTTP-Session: 8caaaf76-61ef-4059-bafe-02a11f0c36a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15846 | 2024.11.01 06:59:37.619381 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15847 | 2024.11.01 06:59:37.619537 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15848 | 2024.11.01 06:59:37.619664 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52837, User-Agent: (none), Length: 25648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15849 | 2024.11.01 06:59:37.619732 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15850 | 2024.11.01 06:59:37.619756 [ 289 ] {} <Debug> HTTP-Session: 5625b429-8c34-4235-8a05-a20c7261f81a Authenticating user 'default' from [fd00:1122:3344:101::d]:52837 | ||
| 15851 | 2024.11.01 06:59:37.619777 [ 289 ] {} <Debug> HTTP-Session: 5625b429-8c34-4235-8a05-a20c7261f81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15852 | 2024.11.01 06:59:37.619794 [ 289 ] {} <Debug> HTTP-Session: 5625b429-8c34-4235-8a05-a20c7261f81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15853 | 2024.11.01 06:59:37.619838 [ 289 ] {} <Trace> HTTP-Session: 5625b429-8c34-4235-8a05-a20c7261f81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15854 | 2024.11.01 06:59:37.620029 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52837) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15855 | 2024.11.01 06:59:37.620089 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15856 | 2024.11.01 06:59:37.620293 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15857 | 2024.11.01 06:59:37.620670 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15858 | 2024.11.01 06:59:37.620706 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15859 | 2024.11.01 06:59:37.621111 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15860 | 2024.11.01 06:59:37.621463 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15861 | 2024.11.01 06:59:37.621625 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001679 sec., 79809.4103633115 rows/sec., 5.56 MiB/sec. | ||
| 15862 | 2024.11.01 06:59:37.621911 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15863 | 2024.11.01 06:59:37.621936 [ 289 ] {30957d38-8fd0-49f5-8e16-5f3370a739b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15864 | 2024.11.01 06:59:37.621962 [ 289 ] {} <Debug> HTTP-Session: 5625b429-8c34-4235-8a05-a20c7261f81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15865 | 2024.11.01 06:59:37.622269 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58285, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15866 | 2024.11.01 06:59:37.622292 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15867 | 2024.11.01 06:59:37.622461 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15868 | 2024.11.01 06:59:37.622554 [ 286 ] {} <Debug> HTTP-Session: 3b35e9f9-006e-4e13-a868-d94a111e6d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:58285 | ||
| 15869 | 2024.11.01 06:59:37.622594 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 15870 | |||
| 15871 | (version 23.8.7.1) | ||
| 15872 | 2024.11.01 06:59:37.622638 [ 286 ] {} <Debug> HTTP-Session: 3b35e9f9-006e-4e13-a868-d94a111e6d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15873 | 2024.11.01 06:59:37.622699 [ 286 ] {} <Debug> HTTP-Session: 3b35e9f9-006e-4e13-a868-d94a111e6d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15874 | 2024.11.01 06:59:37.622839 [ 286 ] {} <Trace> HTTP-Session: 3b35e9f9-006e-4e13-a868-d94a111e6d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15875 | 2024.11.01 06:59:37.623040 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58285) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15876 | 2024.11.01 06:59:37.623099 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15877 | 2024.11.01 06:59:37.623289 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15878 | 2024.11.01 06:59:37.623580 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15879 | 2024.11.01 06:59:37.623616 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15880 | 2024.11.01 06:59:37.623990 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15881 | 2024.11.01 06:59:37.624319 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15882 | 2024.11.01 06:59:37.624479 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001497 sec., 32064.128256513024 rows/sec., 2.16 MiB/sec. | ||
| 15883 | 2024.11.01 06:59:37.624656 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15884 | 2024.11.01 06:59:37.624680 [ 286 ] {d000d0a2-c64b-46ec-aa43-fb97c3d579bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15885 | 2024.11.01 06:59:37.624696 [ 286 ] {} <Debug> HTTP-Session: 3b35e9f9-006e-4e13-a868-d94a111e6d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15886 | 2024.11.01 06:59:37.625285 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15887 | 2024.11.01 06:59:39.037390 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15888 | 2024.11.01 06:59:39.330847 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15889 | 2024.11.01 06:59:39.378361 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15890 | 2024.11.01 06:59:39.403656 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15891 | 2024.11.01 06:59:39.448011 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15892 | 2024.11.01 06:59:39.450315 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15893 | 2024.11.01 06:59:39.479599 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15894 | 2024.11.01 06:59:39.517930 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15895 | 2024.11.01 06:59:40.897044 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15896 | 2024.11.01 06:59:40.897094 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15897 | 2024.11.01 06:59:41.281302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1430 | ||
| 15898 | 2024.11.01 06:59:41.284088 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15899 | 2024.11.01 06:59:41.284128 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15900 | 2024.11.01 06:59:41.285617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15901 | 2024.11.01 06:59:41.286603 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15902 | 2024.11.01 06:59:41.287093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430 | ||
| 15903 | 2024.11.01 06:59:42.606383 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42774, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15904 | 2024.11.01 06:59:42.606512 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15905 | 2024.11.01 06:59:42.606536 [ 286 ] {} <Debug> HTTP-Session: 82578aa1-5b4a-4207-a934-1c54065e9a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:42774 | ||
| 15906 | 2024.11.01 06:59:42.606560 [ 286 ] {} <Debug> HTTP-Session: 82578aa1-5b4a-4207-a934-1c54065e9a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15907 | 2024.11.01 06:59:42.606574 [ 286 ] {} <Debug> HTTP-Session: 82578aa1-5b4a-4207-a934-1c54065e9a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15908 | 2024.11.01 06:59:42.606626 [ 286 ] {} <Trace> HTTP-Session: 82578aa1-5b4a-4207-a934-1c54065e9a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15909 | 2024.11.01 06:59:42.606824 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42774) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15910 | 2024.11.01 06:59:42.606894 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15911 | 2024.11.01 06:59:42.607246 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15912 | 2024.11.01 06:59:42.607703 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15913 | 2024.11.01 06:59:42.607744 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15914 | 2024.11.01 06:59:42.608153 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15915 | 2024.11.01 06:59:42.608542 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15916 | 2024.11.01 06:59:42.608720 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.19 MiB/sec. | ||
| 15917 | 2024.11.01 06:59:42.609025 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15918 | 2024.11.01 06:59:42.609084 [ 286 ] {50c5a51c-589e-4d2e-8de0-b351bfa228c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15919 | 2024.11.01 06:59:42.609143 [ 286 ] {} <Debug> HTTP-Session: 82578aa1-5b4a-4207-a934-1c54065e9a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15920 | 2024.11.01 06:59:42.609399 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15921 | 2024.11.01 06:59:42.609615 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64504, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15922 | 2024.11.01 06:59:42.609785 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15923 | 2024.11.01 06:59:42.609829 [ 289 ] {} <Debug> HTTP-Session: dab2c787-1596-43fe-9b10-4f50ed90deb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64504 | ||
| 15924 | 2024.11.01 06:59:42.609870 [ 289 ] {} <Debug> HTTP-Session: dab2c787-1596-43fe-9b10-4f50ed90deb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15925 | 2024.11.01 06:59:42.609897 [ 289 ] {} <Debug> HTTP-Session: dab2c787-1596-43fe-9b10-4f50ed90deb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15926 | 2024.11.01 06:59:42.609981 [ 289 ] {} <Trace> HTTP-Session: dab2c787-1596-43fe-9b10-4f50ed90deb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15927 | 2024.11.01 06:59:42.610292 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64504) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15928 | 2024.11.01 06:59:42.610396 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15929 | 2024.11.01 06:59:42.610785 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15930 | 2024.11.01 06:59:42.611194 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15931 | 2024.11.01 06:59:42.611235 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15932 | 2024.11.01 06:59:42.611648 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15933 | 2024.11.01 06:59:42.612045 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15934 | 2024.11.01 06:59:42.612217 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002045 sec., 31295.843520782397 rows/sec., 2.44 MiB/sec. | ||
| 15935 | 2024.11.01 06:59:42.612422 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15936 | 2024.11.01 06:59:42.612449 [ 289 ] {c16d5122-f1b7-41fc-9aae-98946473ae5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15937 | 2024.11.01 06:59:42.612465 [ 289 ] {} <Debug> HTTP-Session: dab2c787-1596-43fe-9b10-4f50ed90deb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15938 | 2024.11.01 06:59:42.612653 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15939 | 2024.11.01 06:59:42.612703 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42774, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15940 | 2024.11.01 06:59:42.612789 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15941 | 2024.11.01 06:59:42.612817 [ 286 ] {} <Debug> HTTP-Session: 5a1ce02a-90de-4585-ba3a-8c7a7c0efbb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42774 | ||
| 15942 | 2024.11.01 06:59:42.612843 [ 286 ] {} <Debug> HTTP-Session: 5a1ce02a-90de-4585-ba3a-8c7a7c0efbb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15943 | 2024.11.01 06:59:42.612861 [ 286 ] {} <Debug> HTTP-Session: 5a1ce02a-90de-4585-ba3a-8c7a7c0efbb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15944 | 2024.11.01 06:59:42.612909 [ 286 ] {} <Trace> HTTP-Session: 5a1ce02a-90de-4585-ba3a-8c7a7c0efbb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15945 | 2024.11.01 06:59:42.613115 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42774) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15946 | 2024.11.01 06:59:42.613180 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15947 | 2024.11.01 06:59:42.613394 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15948 | 2024.11.01 06:59:42.613799 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15949 | 2024.11.01 06:59:42.613836 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15950 | 2024.11.01 06:59:42.614247 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15951 | 2024.11.01 06:59:42.614586 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15952 | 2024.11.01 06:59:42.614749 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 15953 | 2024.11.01 06:59:42.614932 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Debug> DynamicQueryHandler: Done processing query | ||
| 15954 | 2024.11.01 06:59:42.614957 [ 286 ] {fe7eabdc-9aa3-4b85-a878-4a5e7ba79d68} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15955 | 2024.11.01 06:59:42.614974 [ 286 ] {} <Debug> HTTP-Session: 5a1ce02a-90de-4585-ba3a-8c7a7c0efbb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15956 | 2024.11.01 06:59:42.615234 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15957 | 2024.11.01 06:59:42.615293 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51681, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15958 | 2024.11.01 06:59:42.615391 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15959 | 2024.11.01 06:59:42.615423 [ 289 ] {} <Debug> HTTP-Session: 548e940b-b9f5-4eb7-ab2b-746bbbc77f14 Authenticating user 'default' from [fd00:1122:3344:101::d]:51681 | ||
| 15960 | 2024.11.01 06:59:42.615446 [ 289 ] {} <Debug> HTTP-Session: 548e940b-b9f5-4eb7-ab2b-746bbbc77f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15961 | 2024.11.01 06:59:42.615464 [ 289 ] {} <Debug> HTTP-Session: 548e940b-b9f5-4eb7-ab2b-746bbbc77f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15962 | 2024.11.01 06:59:42.615507 [ 289 ] {} <Trace> HTTP-Session: 548e940b-b9f5-4eb7-ab2b-746bbbc77f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15963 | 2024.11.01 06:59:42.615669 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51681) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15964 | 2024.11.01 06:59:42.615728 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15965 | 2024.11.01 06:59:42.615918 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15966 | 2024.11.01 06:59:42.616266 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15967 | 2024.11.01 06:59:42.616310 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15968 | 2024.11.01 06:59:42.616721 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 15969 | 2024.11.01 06:59:42.617059 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15970 | 2024.11.01 06:59:42.617210 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 15971 | 2024.11.01 06:59:42.617379 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Debug> DynamicQueryHandler: Done processing query | ||
| 15972 | 2024.11.01 06:59:42.617402 [ 289 ] {835619d5-56b4-451d-a888-13374391dd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15973 | 2024.11.01 06:59:42.617417 [ 289 ] {} <Debug> HTTP-Session: 548e940b-b9f5-4eb7-ab2b-746bbbc77f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15974 | 2024.11.01 06:59:42.617859 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15975 | 2024.11.01 06:59:44.922171 [ 107 ] {} <Debug> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 15976 | 2024.11.01 06:59:44.922246 [ 107 ] {} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15977 | 2024.11.01 06:59:44.922276 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 15978 | 2024.11.01 06:59:44.922498 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 15979 | 2024.11.01 06:59:44.922726 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15980 | 2024.11.01 06:59:44.922764 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 243 rows starting from the beginning of the part | ||
| 15981 | 2024.11.01 06:59:44.922845 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 15982 | 2024.11.01 06:59:44.923091 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 15983 | 2024.11.01 06:59:44.923291 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 15984 | 2024.11.01 06:59:44.923461 [ 188 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 15985 | 2024.11.01 06:59:44.924600 [ 194 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002237271 sec., 133644.9629928605 rows/sec., 9.10 MiB/sec. | ||
| 15986 | 2024.11.01 06:59:44.924781 [ 200 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 15987 | 2024.11.01 06:59:44.925206 [ 200 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15988 | 2024.11.01 06:59:44.925289 [ 200 ] {9da93499-9971-45d8-9019-c69809a4d795::all_1_34_8} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 15989 | 2024.11.01 06:59:44.925370 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15990 | 2024.11.01 06:59:47.617384 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51834, User-Agent: (none), Length: 40575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15991 | 2024.11.01 06:59:47.617517 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15992 | 2024.11.01 06:59:47.617542 [ 289 ] {} <Debug> HTTP-Session: 34823802-c5ba-4b95-83b1-e0f435701a12 Authenticating user 'default' from [fd00:1122:3344:101::d]:51834 | ||
| 15993 | 2024.11.01 06:59:47.617568 [ 289 ] {} <Debug> HTTP-Session: 34823802-c5ba-4b95-83b1-e0f435701a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15994 | 2024.11.01 06:59:47.617583 [ 289 ] {} <Debug> HTTP-Session: 34823802-c5ba-4b95-83b1-e0f435701a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15995 | 2024.11.01 06:59:47.617635 [ 289 ] {} <Trace> HTTP-Session: 34823802-c5ba-4b95-83b1-e0f435701a12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15996 | 2024.11.01 06:59:47.617909 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51834) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15997 | 2024.11.01 06:59:47.617982 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15998 | 2024.11.01 06:59:47.618333 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15999 | 2024.11.01 06:59:47.618950 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16000 | 2024.11.01 06:59:47.618994 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16001 | 2024.11.01 06:59:47.619406 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16002 | 2024.11.01 06:59:47.619774 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16003 | 2024.11.01 06:59:47.619927 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Debug> executeQuery: Read 267 rows, 24.33 KiB in 0.002188 sec., 122029.2504570384 rows/sec., 10.86 MiB/sec. | ||
| 16004 | 2024.11.01 06:59:47.620215 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Debug> DynamicQueryHandler: Done processing query | ||
| 16005 | 2024.11.01 06:59:47.620243 [ 289 ] {3a4fecac-2dc9-4d95-a133-48ec81a89505} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16006 | 2024.11.01 06:59:47.620260 [ 289 ] {} <Debug> HTTP-Session: 34823802-c5ba-4b95-83b1-e0f435701a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16007 | 2024.11.01 06:59:47.620519 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16008 | 2024.11.01 06:59:47.620619 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39133, User-Agent: (none), Length: 5647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16009 | 2024.11.01 06:59:47.620736 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16010 | 2024.11.01 06:59:47.620761 [ 286 ] {} <Debug> HTTP-Session: a76bf609-bacc-4f9a-a08f-8ce4f120ddca Authenticating user 'default' from [fd00:1122:3344:101::d]:39133 | ||
| 16011 | 2024.11.01 06:59:47.620785 [ 286 ] {} <Debug> HTTP-Session: a76bf609-bacc-4f9a-a08f-8ce4f120ddca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16012 | 2024.11.01 06:59:47.620800 [ 286 ] {} <Debug> HTTP-Session: a76bf609-bacc-4f9a-a08f-8ce4f120ddca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16013 | 2024.11.01 06:59:47.620853 [ 286 ] {} <Trace> HTTP-Session: a76bf609-bacc-4f9a-a08f-8ce4f120ddca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16014 | 2024.11.01 06:59:47.621052 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39133) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16015 | 2024.11.01 06:59:47.621127 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16016 | 2024.11.01 06:59:47.621470 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16017 | 2024.11.01 06:59:47.621952 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16018 | 2024.11.01 06:59:47.621996 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16019 | 2024.11.01 06:59:47.622408 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16020 | 2024.11.01 06:59:47.622803 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16021 | 2024.11.01 06:59:47.622973 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001985 sec., 19647.355163727963 rows/sec., 1.44 MiB/sec. | ||
| 16022 | 2024.11.01 06:59:47.623196 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16023 | 2024.11.01 06:59:47.623222 [ 286 ] {a1de2cb1-31ff-413f-b176-65b47f8b718f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16024 | 2024.11.01 06:59:47.623239 [ 286 ] {} <Debug> HTTP-Session: a76bf609-bacc-4f9a-a08f-8ce4f120ddca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16025 | 2024.11.01 06:59:47.623417 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16026 | 2024.11.01 06:59:47.623484 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58915, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16027 | 2024.11.01 06:59:47.623564 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16028 | 2024.11.01 06:59:47.623589 [ 289 ] {} <Debug> HTTP-Session: 5633525d-a8f6-4b14-bf87-630a5b53c1d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58915 | ||
| 16029 | 2024.11.01 06:59:47.623609 [ 289 ] {} <Debug> HTTP-Session: 5633525d-a8f6-4b14-bf87-630a5b53c1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16030 | 2024.11.01 06:59:47.623623 [ 289 ] {} <Debug> HTTP-Session: 5633525d-a8f6-4b14-bf87-630a5b53c1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16031 | 2024.11.01 06:59:47.623665 [ 289 ] {} <Trace> HTTP-Session: 5633525d-a8f6-4b14-bf87-630a5b53c1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16032 | 2024.11.01 06:59:47.623790 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58915) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16033 | 2024.11.01 06:59:47.623843 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16034 | 2024.11.01 06:59:47.624112 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16035 | 2024.11.01 06:59:47.624475 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16036 | 2024.11.01 06:59:47.624518 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16037 | 2024.11.01 06:59:47.624885 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16038 | 2024.11.01 06:59:47.625253 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Trace> oximeter.fields_u32 (9da93499-9971-45d8-9019-c69809a4d795): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16039 | 2024.11.01 06:59:47.625415 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 590.64 KiB/sec. | ||
| 16040 | 2024.11.01 06:59:47.625604 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16041 | 2024.11.01 06:59:47.625629 [ 289 ] {2b1c4df5-19bf-4a99-bdf2-abdb9131198b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16042 | 2024.11.01 06:59:47.625645 [ 289 ] {} <Debug> HTTP-Session: 5633525d-a8f6-4b14-bf87-630a5b53c1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16043 | 2024.11.01 06:59:47.625805 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16044 | 2024.11.01 06:59:47.625896 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55323, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16045 | 2024.11.01 06:59:47.625977 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16046 | 2024.11.01 06:59:47.626003 [ 286 ] {} <Debug> HTTP-Session: eba6a04e-6153-47fb-89ed-dceafcf167ee Authenticating user 'default' from [fd00:1122:3344:101::d]:55323 | ||
| 16047 | 2024.11.01 06:59:47.626025 [ 286 ] {} <Debug> HTTP-Session: eba6a04e-6153-47fb-89ed-dceafcf167ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16048 | 2024.11.01 06:59:47.626042 [ 286 ] {} <Debug> HTTP-Session: eba6a04e-6153-47fb-89ed-dceafcf167ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16049 | 2024.11.01 06:59:47.626090 [ 286 ] {} <Trace> HTTP-Session: eba6a04e-6153-47fb-89ed-dceafcf167ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16050 | 2024.11.01 06:59:47.626225 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55323) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16051 | 2024.11.01 06:59:47.626283 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16052 | 2024.11.01 06:59:47.626599 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16053 | 2024.11.01 06:59:47.627235 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16054 | 2024.11.01 06:59:47.627288 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16055 | 2024.11.01 06:59:47.627657 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16056 | 2024.11.01 06:59:47.628032 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16057 | 2024.11.01 06:59:47.628194 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001997 sec., 3004.50676014021 rows/sec., 177.51 KiB/sec. | ||
| 16058 | 2024.11.01 06:59:47.628204 [ 105 ] {} <Debug> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 16059 | 2024.11.01 06:59:47.628298 [ 105 ] {} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16060 | 2024.11.01 06:59:47.628351 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16061 | 2024.11.01 06:59:47.628486 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 16062 | 2024.11.01 06:59:47.628497 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 16063 | 2024.11.01 06:59:47.628520 [ 286 ] {9491c4f3-f9a4-4cbc-bb9d-b86f4f3b60f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16064 | 2024.11.01 06:59:47.628570 [ 286 ] {} <Debug> HTTP-Session: eba6a04e-6153-47fb-89ed-dceafcf167ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16065 | 2024.11.01 06:59:47.628690 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16066 | 2024.11.01 06:59:47.628728 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 16067 | 2024.11.01 06:59:47.628873 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16068 | 2024.11.01 06:59:47.628921 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 16069 | 2024.11.01 06:59:47.629050 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35776, User-Agent: (none), Length: 68413, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16070 | 2024.11.01 06:59:47.629279 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 16071 | 2024.11.01 06:59:47.629275 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16072 | 2024.11.01 06:59:47.629390 [ 289 ] {} <Debug> HTTP-Session: 1cff4b4b-adb0-4d9b-b4a3-8243c9e8b4df Authenticating user 'default' from [fd00:1122:3344:101::d]:35776 | ||
| 16073 | 2024.11.01 06:59:47.629507 [ 289 ] {} <Debug> HTTP-Session: 1cff4b4b-adb0-4d9b-b4a3-8243c9e8b4df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16074 | 2024.11.01 06:59:47.629627 [ 289 ] {} <Debug> HTTP-Session: 1cff4b4b-adb0-4d9b-b4a3-8243c9e8b4df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16075 | 2024.11.01 06:59:47.629664 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 16076 | 2024.11.01 06:59:47.629795 [ 289 ] {} <Trace> HTTP-Session: 1cff4b4b-adb0-4d9b-b4a3-8243c9e8b4df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16077 | 2024.11.01 06:59:47.630098 [ 200 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::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 | ||
| 16078 | 2024.11.01 06:59:47.630346 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35776) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16079 | 2024.11.01 06:59:47.630542 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16080 | 2024.11.01 06:59:47.631079 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16081 | 2024.11.01 06:59:47.632004 [ 194 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003558383 sec., 8430.795673203249 rows/sec., 535.16 KiB/sec. | ||
| 16082 | 2024.11.01 06:59:47.632016 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16083 | 2024.11.01 06:59:47.632085 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16084 | 2024.11.01 06:59:47.632264 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 16085 | 2024.11.01 06:59:47.632965 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16086 | 2024.11.01 06:59:47.633431 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_33_8} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16087 | 2024.11.01 06:59:47.633611 [ 195 ] {f8576bc8-a00c-4cb5-b692-e819e1ba69c0::all_1_33_8} <Trace> oximeter.fields_u8 (f8576bc8-a00c-4cb5-b692-e819e1ba69c0) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 16088 | 2024.11.01 06:59:47.633816 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16089 | 2024.11.01 06:59:47.633825 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16090 | 2024.11.01 06:59:47.634024 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003921 sec., 107370.56873246621 rows/sec., 7.67 MiB/sec. | ||
| 16091 | 2024.11.01 06:59:47.634246 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Debug> DynamicQueryHandler: Done processing query | ||
| 16092 | 2024.11.01 06:59:47.634271 [ 289 ] {67abf1bc-86c1-45a6-9e33-b719efc5ee44} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16093 | 2024.11.01 06:59:47.634288 [ 289 ] {} <Debug> HTTP-Session: 1cff4b4b-adb0-4d9b-b4a3-8243c9e8b4df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16094 | 2024.11.01 06:59:47.634560 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16095 | 2024.11.01 06:59:47.634634 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51670, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16096 | 2024.11.01 06:59:47.634703 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16097 | 2024.11.01 06:59:47.634729 [ 287 ] {} <Debug> HTTP-Session: 0f8e873d-3aae-41e6-8141-a89f933d58ea Authenticating user 'default' from [fd00:1122:3344:101::d]:51670 | ||
| 16098 | 2024.11.01 06:59:47.634748 [ 287 ] {} <Debug> HTTP-Session: 0f8e873d-3aae-41e6-8141-a89f933d58ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16099 | 2024.11.01 06:59:47.634761 [ 287 ] {} <Debug> HTTP-Session: 0f8e873d-3aae-41e6-8141-a89f933d58ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16100 | 2024.11.01 06:59:47.634796 [ 287 ] {} <Trace> HTTP-Session: 0f8e873d-3aae-41e6-8141-a89f933d58ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16101 | 2024.11.01 06:59:47.634898 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51670) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16102 | 2024.11.01 06:59:47.634944 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16103 | 2024.11.01 06:59:47.635084 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16104 | 2024.11.01 06:59:47.635425 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16105 | 2024.11.01 06:59:47.635475 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16106 | 2024.11.01 06:59:47.635884 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 16107 | 2024.11.01 06:59:47.636231 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2024.11.01 06:59:47.636394 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 16109 | 2024.11.01 06:59:47.636698 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Debug> DynamicQueryHandler: Done processing query | ||
| 16110 | 2024.11.01 06:59:47.636738 [ 287 ] {ace2bc51-1749-4e4d-89b6-e10b317f1151} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16111 | 2024.11.01 06:59:47.636755 [ 287 ] {} <Debug> HTTP-Session: 0f8e873d-3aae-41e6-8141-a89f933d58ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16112 | 2024.11.01 06:59:47.636955 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51670, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16113 | 2024.11.01 06:59:47.636985 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35776, User-Agent: (none), Length: 44630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16114 | 2024.11.01 06:59:47.637043 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16115 | 2024.11.01 06:59:47.637062 [ 289 ] {} <Debug> HTTP-Session: 0820336a-a6a9-48e4-bba7-00dd7f78a64c Authenticating user 'default' from [fd00:1122:3344:101::d]:35776 | ||
| 16116 | 2024.11.01 06:59:47.637082 [ 289 ] {} <Debug> HTTP-Session: 0820336a-a6a9-48e4-bba7-00dd7f78a64c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16117 | 2024.11.01 06:59:47.637097 [ 289 ] {} <Debug> HTTP-Session: 0820336a-a6a9-48e4-bba7-00dd7f78a64c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16118 | 2024.11.01 06:59:47.637129 [ 289 ] {} <Trace> HTTP-Session: 0820336a-a6a9-48e4-bba7-00dd7f78a64c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16119 | 2024.11.01 06:59:47.637361 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35776) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16120 | 2024.11.01 06:59:47.637409 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16121 | 2024.11.01 06:59:47.637583 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16122 | 2024.11.01 06:59:47.638114 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16123 | 2024.11.01 06:59:47.638157 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16124 | 2024.11.01 06:59:47.638564 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16125 | 2024.11.01 06:59:47.638922 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16126 | 2024.11.01 06:59:47.639084 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001854 sec., 127831.715210356 rows/sec., 8.57 MiB/sec. | ||
| 16127 | 2024.11.01 06:59:47.639273 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 16128 | 2024.11.01 06:59:47.639298 [ 289 ] {8ca3cdc7-fb8c-4ce0-8869-7f59f7ea25ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16129 | 2024.11.01 06:59:47.639314 [ 289 ] {} <Debug> HTTP-Session: 0820336a-a6a9-48e4-bba7-00dd7f78a64c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16130 | 2024.11.01 06:59:47.639518 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16131 | 2024.11.01 06:59:47.639590 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61139, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16132 | 2024.11.01 06:59:47.639651 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16133 | 2024.11.01 06:59:47.639671 [ 287 ] {} <Debug> HTTP-Session: dadee65c-c700-4655-b4c7-463e6fe4325a Authenticating user 'default' from [fd00:1122:3344:101::d]:61139 | ||
| 16134 | 2024.11.01 06:59:47.639689 [ 287 ] {} <Debug> HTTP-Session: dadee65c-c700-4655-b4c7-463e6fe4325a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16135 | 2024.11.01 06:59:47.639703 [ 287 ] {} <Debug> HTTP-Session: dadee65c-c700-4655-b4c7-463e6fe4325a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16136 | 2024.11.01 06:59:47.639734 [ 287 ] {} <Trace> HTTP-Session: dadee65c-c700-4655-b4c7-463e6fe4325a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16137 | 2024.11.01 06:59:47.639832 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61139) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16138 | 2024.11.01 06:59:47.639876 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16139 | 2024.11.01 06:59:47.640010 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16140 | 2024.11.01 06:59:47.640304 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16141 | 2024.11.01 06:59:47.640339 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16142 | 2024.11.01 06:59:47.640719 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16143 | 2024.11.01 06:59:47.641067 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16144 | 2024.11.01 06:59:47.641229 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec. | ||
| 16145 | 2024.11.01 06:59:47.641430 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16146 | 2024.11.01 06:59:47.641455 [ 287 ] {720a6736-4258-4727-9a9b-8217c38aa42e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16147 | 2024.11.01 06:59:47.641471 [ 287 ] {} <Debug> HTTP-Session: dadee65c-c700-4655-b4c7-463e6fe4325a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16148 | 2024.11.01 06:59:47.641673 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16149 | 2024.11.01 06:59:47.641734 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45674, User-Agent: (none), Length: 65840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16150 | 2024.11.01 06:59:47.641843 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16151 | 2024.11.01 06:59:47.641874 [ 289 ] {} <Debug> HTTP-Session: 339066cb-110a-42b3-a709-3a8a874b61e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45674 | ||
| 16152 | 2024.11.01 06:59:47.641901 [ 289 ] {} <Debug> HTTP-Session: 339066cb-110a-42b3-a709-3a8a874b61e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16153 | 2024.11.01 06:59:47.641923 [ 289 ] {} <Debug> HTTP-Session: 339066cb-110a-42b3-a709-3a8a874b61e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16154 | 2024.11.01 06:59:47.641968 [ 289 ] {} <Trace> HTTP-Session: 339066cb-110a-42b3-a709-3a8a874b61e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16155 | 2024.11.01 06:59:47.642507 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45674) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16156 | 2024.11.01 06:59:47.642576 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <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 | ||
| 16157 | 2024.11.01 06:59:47.643020 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16158 | 2024.11.01 06:59:47.643811 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2024.11.01 06:59:47.643849 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16160 | 2024.11.01 06:59:47.644548 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16161 | 2024.11.01 06:59:47.644969 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Trace> oximeter.measurements_histogramu64 (d55e409b-065d-4b08-a600-50fe47331047): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16162 | 2024.11.01 06:59:47.645174 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003042 sec., 12820.51282051282 rows/sec., 22.97 MiB/sec. | ||
| 16163 | 2024.11.01 06:59:47.645758 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 16164 | 2024.11.01 06:59:47.645782 [ 289 ] {3e7ea98b-a9d6-4618-9616-268c8944f4ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 16165 | 2024.11.01 06:59:47.645799 [ 289 ] {} <Debug> HTTP-Session: 339066cb-110a-42b3-a709-3a8a874b61e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16166 | 2024.11.01 06:59:47.645962 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16167 | 2024.11.01 06:59:47.645971 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61139, User-Agent: (none), Length: 12135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16168 | 2024.11.01 06:59:47.646039 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16169 | 2024.11.01 06:59:47.646060 [ 287 ] {} <Debug> HTTP-Session: e987498b-285f-4aae-95f9-e32fd059cb56 Authenticating user 'default' from [fd00:1122:3344:101::d]:61139 | ||
| 16170 | 2024.11.01 06:59:47.646080 [ 287 ] {} <Debug> HTTP-Session: e987498b-285f-4aae-95f9-e32fd059cb56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16171 | 2024.11.01 06:59:47.646096 [ 287 ] {} <Debug> HTTP-Session: e987498b-285f-4aae-95f9-e32fd059cb56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16172 | 2024.11.01 06:59:47.646127 [ 287 ] {} <Trace> HTTP-Session: e987498b-285f-4aae-95f9-e32fd059cb56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16173 | 2024.11.01 06:59:47.646264 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61139) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16174 | 2024.11.01 06:59:47.646310 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16175 | 2024.11.01 06:59:47.646468 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16176 | 2024.11.01 06:59:47.646818 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16177 | 2024.11.01 06:59:47.646853 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16178 | 2024.11.01 06:59:47.647234 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16179 | 2024.11.01 06:59:47.647575 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16180 | 2024.11.01 06:59:47.647731 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec. | ||
| 16181 | 2024.11.01 06:59:47.647905 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Debug> DynamicQueryHandler: Done processing query | ||
| 16182 | 2024.11.01 06:59:47.647930 [ 287 ] {f6382f33-00ef-4a49-b284-ccdf30313554} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16183 | 2024.11.01 06:59:47.647946 [ 287 ] {} <Debug> HTTP-Session: e987498b-285f-4aae-95f9-e32fd059cb56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16184 | 2024.11.01 06:59:47.648366 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16185 | 2024.11.01 06:59:49.689769 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16186 | 2024.11.01 06:59:49.978188 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16187 | 2024.11.01 06:59:50.141559 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16188 | 2024.11.01 06:59:50.227419 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16189 | 2024.11.01 06:59:50.431368 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16190 | 2024.11.01 06:59:50.461024 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16191 | 2024.11.01 06:59:50.461054 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16192 | 2024.11.01 06:59:50.490606 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16193 | 2024.11.01 06:59:50.493921 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16194 | 2024.11.01 06:59:50.526543 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16195 | 2024.11.01 06:59:50.561139 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38341, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16196 | 2024.11.01 06:59:50.763722 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16197 | 2024.11.01 06:59:50.771593 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58328, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16198 | 2024.11.01 06:59:50.790088 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16199 | 2024.11.01 06:59:50.796371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16200 | 2024.11.01 06:59:50.800741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16201 | 2024.11.01 06:59:50.827874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16202 | 2024.11.01 06:59:50.843089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16203 | 2024.11.01 06:59:50.849254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16204 | 2024.11.01 06:59:50.859997 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16205 | 2024.11.01 06:59:50.863370 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60232, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16206 | 2024.11.01 06:59:50.868715 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16207 | 2024.11.01 06:59:50.884311 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16208 | 2024.11.01 06:59:50.918616 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16209 | 2024.11.01 06:59:51.287430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1458 | ||
| 16210 | 2024.11.01 06:59:51.290178 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16211 | 2024.11.01 06:59:51.290231 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16212 | 2024.11.01 06:59:51.291863 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16213 | 2024.11.01 06:59:51.293189 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16214 | 2024.11.01 06:59:51.293395 [ 102 ] {} <Debug> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16215 | 2024.11.01 06:59:51.293447 [ 102 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16216 | 2024.11.01 06:59:51.293479 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16217 | 2024.11.01 06:59:51.294172 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 16218 | 2024.11.01 06:59:51.295193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1458 | ||
| 16219 | 2024.11.01 06:59:51.295959 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16220 | 2024.11.01 06:59:51.296141 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1326 rows starting from the beginning of the part | ||
| 16221 | 2024.11.01 06:59:51.296773 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part | ||
| 16222 | 2024.11.01 06:59:51.297331 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 16223 | 2024.11.01 06:59:51.297882 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
| 16224 | 2024.11.01 06:59:51.298386 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 16225 | 2024.11.01 06:59:51.298905 [ 192 ] {69933417-ee7e-4a96-a824-cbaa33027302::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 | ||
| 16226 | 2024.11.01 06:59:51.307869 [ 199 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1458 rows, containing 72 columns (72 merged, 0 gathered) in 0.014215966 sec., 102560.74050824263 rows/sec., 69.13 MiB/sec. | ||
| 16227 | 2024.11.01 06:59:51.309550 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16228 | 2024.11.01 06:59:51.311770 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16229 | 2024.11.01 06:59:51.311919 [ 186 ] {69933417-ee7e-4a96-a824-cbaa33027302::all_1_51_10} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16230 | 2024.11.01 06:59:51.312386 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 16231 | 2024.11.01 06:59:52.605735 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46792, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16232 | 2024.11.01 06:59:52.605873 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16233 | 2024.11.01 06:59:52.605899 [ 296 ] {} <Debug> HTTP-Session: 2bb6c920-9f5b-4a4a-a877-d733d4ba9f8f Authenticating user 'default' from [fd00:1122:3344:101::d]:46792 | ||
| 16234 | 2024.11.01 06:59:52.605923 [ 296 ] {} <Debug> HTTP-Session: 2bb6c920-9f5b-4a4a-a877-d733d4ba9f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16235 | 2024.11.01 06:59:52.605938 [ 296 ] {} <Debug> HTTP-Session: 2bb6c920-9f5b-4a4a-a877-d733d4ba9f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16236 | 2024.11.01 06:59:52.605988 [ 296 ] {} <Trace> HTTP-Session: 2bb6c920-9f5b-4a4a-a877-d733d4ba9f8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16237 | 2024.11.01 06:59:52.606168 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46792) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16238 | 2024.11.01 06:59:52.606233 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16239 | 2024.11.01 06:59:52.606560 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16240 | 2024.11.01 06:59:52.606950 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16241 | 2024.11.01 06:59:52.606991 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16242 | 2024.11.01 06:59:52.607400 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 16243 | 2024.11.01 06:59:52.607785 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Trace> oximeter.fields_ipaddr (615c8d91-d389-44ed-9d9f-96a82d3b33b0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16244 | 2024.11.01 06:59:52.607949 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001829 sec., 3280.481137233461 rows/sec., 267.50 KiB/sec. | ||
| 16245 | 2024.11.01 06:59:52.608243 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Debug> DynamicQueryHandler: Done processing query | ||
| 16246 | 2024.11.01 06:59:52.608269 [ 296 ] {2463cfac-85be-44a6-b95d-4190d390d574} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16247 | 2024.11.01 06:59:52.608287 [ 296 ] {} <Debug> HTTP-Session: 2bb6c920-9f5b-4a4a-a877-d733d4ba9f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16248 | 2024.11.01 06:59:52.608480 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16249 | 2024.11.01 06:59:52.608643 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61998, User-Agent: (none), Length: 8231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16250 | 2024.11.01 06:59:52.608779 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16251 | 2024.11.01 06:59:52.608810 [ 297 ] {} <Debug> HTTP-Session: ef1d598c-c75f-4687-ab00-785e4241ae59 Authenticating user 'default' from [fd00:1122:3344:101::d]:61998 | ||
| 16252 | 2024.11.01 06:59:52.608839 [ 297 ] {} <Debug> HTTP-Session: ef1d598c-c75f-4687-ab00-785e4241ae59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16253 | 2024.11.01 06:59:52.608857 [ 297 ] {} <Debug> HTTP-Session: ef1d598c-c75f-4687-ab00-785e4241ae59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16254 | 2024.11.01 06:59:52.608919 [ 297 ] {} <Trace> HTTP-Session: ef1d598c-c75f-4687-ab00-785e4241ae59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16255 | 2024.11.01 06:59:52.609124 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61998) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16256 | 2024.11.01 06:59:52.609194 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16257 | 2024.11.01 06:59:52.609551 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16258 | 2024.11.01 06:59:52.609987 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16259 | 2024.11.01 06:59:52.610036 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16260 | 2024.11.01 06:59:52.610481 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16261 | 2024.11.01 06:59:52.610890 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16262 | 2024.11.01 06:59:52.611080 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Debug> executeQuery: Read 59 rows, 4.63 KiB in 0.002021 sec., 29193.46857991094 rows/sec., 2.23 MiB/sec. | ||
| 16263 | 2024.11.01 06:59:52.611090 [ 101 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16264 | 2024.11.01 06:59:52.611195 [ 101 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16265 | 2024.11.01 06:59:52.611256 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16266 | 2024.11.01 06:59:52.611431 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Debug> DynamicQueryHandler: Done processing query | ||
| 16267 | 2024.11.01 06:59:52.611439 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 16268 | 2024.11.01 06:59:52.611485 [ 297 ] {8393a49a-2458-4ec8-9a3f-9bc0cfe47c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16269 | 2024.11.01 06:59:52.611582 [ 297 ] {} <Debug> HTTP-Session: ef1d598c-c75f-4687-ab00-785e4241ae59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16270 | 2024.11.01 06:59:52.611985 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46792, User-Agent: (none), Length: 885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16271 | 2024.11.01 06:59:52.612121 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16272 | 2024.11.01 06:59:52.612104 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61998, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16273 | 2024.11.01 06:59:52.612278 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16274 | 2024.11.01 06:59:52.612276 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1417 rows starting from the beginning of the part | ||
| 16275 | 2024.11.01 06:59:52.612412 [ 296 ] {} <Debug> HTTP-Session: b35328a4-d332-4f11-822c-bd20d54c279b Authenticating user 'default' from [fd00:1122:3344:101::d]:46792 | ||
| 16276 | 2024.11.01 06:59:52.612576 [ 296 ] {} <Debug> HTTP-Session: b35328a4-d332-4f11-822c-bd20d54c279b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16277 | 2024.11.01 06:59:52.612669 [ 297 ] {} <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): | ||
| 16278 | |||
| 16279 | (version 23.8.7.1) | ||
| 16280 | 2024.11.01 06:59:52.612725 [ 296 ] {} <Debug> HTTP-Session: b35328a4-d332-4f11-822c-bd20d54c279b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16281 | 2024.11.01 06:59:52.612942 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 267 rows starting from the beginning of the part | ||
| 16282 | 2024.11.01 06:59:52.613107 [ 296 ] {} <Trace> HTTP-Session: b35328a4-d332-4f11-822c-bd20d54c279b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16283 | 2024.11.01 06:59:52.613374 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 16284 | 2024.11.01 06:59:52.613789 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46792) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16285 | 2024.11.01 06:59:52.614017 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::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 | ||
| 16286 | 2024.11.01 06:59:52.614089 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16287 | 2024.11.01 06:59:52.614430 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 267 rows starting from the beginning of the part | ||
| 16288 | 2024.11.01 06:59:52.614842 [ 189 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 59 rows starting from the beginning of the part | ||
| 16289 | 2024.11.01 06:59:52.615662 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16290 | 2024.11.01 06:59:52.616368 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16291 | 2024.11.01 06:59:52.616442 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16292 | 2024.11.01 06:59:52.617535 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16293 | 2024.11.01 06:59:52.618363 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Trace> oximeter.fields_u16 (8b486b40-9b05-429b-b642-a53ab167302c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16294 | 2024.11.01 06:59:52.618433 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 5 columns (5 merged, 0 gathered) in 0.007097838 sec., 299809.6039949066 rows/sec., 26.48 MiB/sec. | ||
| 16295 | 2024.11.01 06:59:52.618620 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.005153 sec., 1164.3702697457793 rows/sec., 81.30 KiB/sec. | ||
| 16296 | 2024.11.01 06:59:52.618836 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16297 | 2024.11.01 06:59:52.619250 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16298 | 2024.11.01 06:59:52.619331 [ 296 ] {68ef2011-6f42-469d-915f-99d4b233692d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16299 | 2024.11.01 06:59:52.619403 [ 296 ] {} <Debug> HTTP-Session: b35328a4-d332-4f11-822c-bd20d54c279b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16300 | 2024.11.01 06:59:52.619780 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16301 | 2024.11.01 06:59:52.619910 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40768, User-Agent: (none), Length: 11903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16302 | 2024.11.01 06:59:52.620165 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16303 | 2024.11.01 06:59:52.620240 [ 297 ] {} <Debug> HTTP-Session: 7daec435-d802-45c5-8e82-1a47a9a5a17f Authenticating user 'default' from [fd00:1122:3344:101::d]:40768 | ||
| 16304 | 2024.11.01 06:59:52.620291 [ 297 ] {} <Debug> HTTP-Session: 7daec435-d802-45c5-8e82-1a47a9a5a17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16305 | 2024.11.01 06:59:52.620312 [ 297 ] {} <Debug> HTTP-Session: 7daec435-d802-45c5-8e82-1a47a9a5a17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16306 | 2024.11.01 06:59:52.620389 [ 297 ] {} <Trace> HTTP-Session: 7daec435-d802-45c5-8e82-1a47a9a5a17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16307 | 2024.11.01 06:59:52.620565 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16308 | 2024.11.01 06:59:52.620679 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40768) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16309 | 2024.11.01 06:59:52.620728 [ 201 ] {7b476199-5eaf-4d0d-ac22-19aba78d8878::all_1_101_20} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16310 | 2024.11.01 06:59:52.620756 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16311 | 2024.11.01 06:59:52.620907 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 16312 | 2024.11.01 06:59:52.621146 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16313 | 2024.11.01 06:59:52.621602 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16314 | 2024.11.01 06:59:52.621643 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16315 | 2024.11.01 06:59:52.622041 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16316 | 2024.11.01 06:59:52.622428 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16317 | 2024.11.01 06:59:52.622586 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.002001 sec., 34982.50874562719 rows/sec., 2.74 MiB/sec. | ||
| 16318 | 2024.11.01 06:59:52.622620 [ 100 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16319 | 2024.11.01 06:59:52.622693 [ 100 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16320 | 2024.11.01 06:59:52.622751 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16321 | 2024.11.01 06:59:52.622920 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16322 | 2024.11.01 06:59:52.622950 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 16323 | 2024.11.01 06:59:52.622970 [ 297 ] {afa5e3f6-56f0-4e20-b659-846300cf8ed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16324 | 2024.11.01 06:59:52.623028 [ 297 ] {} <Debug> HTTP-Session: 7daec435-d802-45c5-8e82-1a47a9a5a17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16325 | 2024.11.01 06:59:52.623444 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16326 | 2024.11.01 06:59:52.623535 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16327 | 2024.11.01 06:59:52.623609 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 16328 | 2024.11.01 06:59:52.623616 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64984, User-Agent: (none), Length: 25073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16329 | 2024.11.01 06:59:52.623931 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16330 | 2024.11.01 06:59:52.624089 [ 296 ] {} <Debug> HTTP-Session: bec63838-1139-43fb-b508-d7520f5b9cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64984 | ||
| 16331 | 2024.11.01 06:59:52.624114 [ 297 ] {} <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): | ||
| 16332 | |||
| 16333 | (version 23.8.7.1) | ||
| 16334 | 2024.11.01 06:59:52.624215 [ 296 ] {} <Debug> HTTP-Session: bec63838-1139-43fb-b508-d7520f5b9cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16335 | 2024.11.01 06:59:52.624297 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 421 rows starting from the beginning of the part | ||
| 16336 | 2024.11.01 06:59:52.624325 [ 296 ] {} <Debug> HTTP-Session: bec63838-1139-43fb-b508-d7520f5b9cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16337 | 2024.11.01 06:59:52.624701 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 16338 | 2024.11.01 06:59:52.624875 [ 296 ] {} <Trace> HTTP-Session: bec63838-1139-43fb-b508-d7520f5b9cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16339 | 2024.11.01 06:59:52.625104 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::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 | ||
| 16340 | 2024.11.01 06:59:52.625557 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64984) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16341 | 2024.11.01 06:59:52.625733 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 421 rows starting from the beginning of the part | ||
| 16342 | 2024.11.01 06:59:52.625744 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16343 | 2024.11.01 06:59:52.626114 [ 193 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 70 rows starting from the beginning of the part | ||
| 16344 | 2024.11.01 06:59:52.626791 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16345 | 2024.11.01 06:59:52.627641 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16346 | 2024.11.01 06:59:52.627737 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16347 | 2024.11.01 06:59:52.628724 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16348 | 2024.11.01 06:59:52.629330 [ 201 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.006487262 sec., 302901.28562712594 rows/sec., 23.20 MiB/sec. | ||
| 16349 | 2024.11.01 06:59:52.629637 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): 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.01 06:59:52.629663 [ 190 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16351 | 2024.11.01 06:59:52.629866 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16352 | 2024.11.01 06:59:52.629893 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.004631 sec., 28287.626862448717 rows/sec., 1.97 MiB/sec. | ||
| 16353 | 2024.11.01 06:59:52.629918 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16354 | 2024.11.01 06:59:52.630020 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16355 | 2024.11.01 06:59:52.630464 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16356 | 2024.11.01 06:59:52.630546 [ 296 ] {dc87629a-669b-4ebd-b2e7-3905152ad23d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16357 | 2024.11.01 06:59:52.630558 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 16358 | 2024.11.01 06:59:52.630646 [ 296 ] {} <Debug> HTTP-Session: bec63838-1139-43fb-b508-d7520f5b9cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16359 | 2024.11.01 06:59:52.630954 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16360 | 2024.11.01 06:59:52.631202 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16361 | 2024.11.01 06:59:52.631248 [ 296 ] {} <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): | ||
| 16362 | |||
| 16363 | (version 23.8.7.1) | ||
| 16364 | 2024.11.01 06:59:52.631350 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 18438 rows starting from the beginning of the part | ||
| 16365 | 2024.11.01 06:59:52.631360 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60587, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16366 | 2024.11.01 06:59:52.631563 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16367 | 2024.11.01 06:59:52.631673 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16368 | 2024.11.01 06:59:52.631717 [ 297 ] {} <Debug> HTTP-Session: 1cc1b363-4361-4b26-b5fa-1d12ff2d47da Authenticating user 'default' from [fd00:1122:3344:101::d]:60587 | ||
| 16369 | 2024.11.01 06:59:52.631769 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 16370 | 2024.11.01 06:59:52.631842 [ 297 ] {} <Debug> HTTP-Session: 1cc1b363-4361-4b26-b5fa-1d12ff2d47da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16371 | 2024.11.01 06:59:52.631985 [ 297 ] {} <Debug> HTTP-Session: 1cc1b363-4361-4b26-b5fa-1d12ff2d47da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16372 | 2024.11.01 06:59:52.632174 [ 191 ] {7a84eeec-7838-49d7-ae59-2f44d730b921::all_1_101_20} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16373 | 2024.11.01 06:59:52.632203 [ 297 ] {} <Trace> HTTP-Session: 1cc1b363-4361-4b26-b5fa-1d12ff2d47da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16374 | 2024.11.01 06:59:52.632246 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 16375 | 2024.11.01 06:59:52.632621 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 16376 | 2024.11.01 06:59:52.632755 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 16377 | 2024.11.01 06:59:52.632786 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60587) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16378 | 2024.11.01 06:59:52.633016 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16379 | 2024.11.01 06:59:52.633220 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::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 | ||
| 16380 | 2024.11.01 06:59:52.633487 [ 196 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 131 rows starting from the beginning of the part | ||
| 16381 | 2024.11.01 06:59:52.634259 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16382 | 2024.11.01 06:59:52.634928 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16383 | 2024.11.01 06:59:52.634967 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16384 | 2024.11.01 06:59:52.635485 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16385 | 2024.11.01 06:59:52.635861 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16386 | 2024.11.01 06:59:52.636097 [ 100 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16387 | 2024.11.01 06:59:52.636180 [ 100 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16388 | 2024.11.01 06:59:52.636179 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003574 sec., 13430.330162283157 rows/sec., 926.83 KiB/sec. | ||
| 16389 | 2024.11.01 06:59:52.636239 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16390 | 2024.11.01 06:59:52.636656 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 16391 | 2024.11.01 06:59:52.637171 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Debug> DynamicQueryHandler: Done processing query | ||
| 16392 | 2024.11.01 06:59:52.637234 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16393 | 2024.11.01 06:59:52.637281 [ 297 ] {4daed678-f921-4852-8711-990e00bda950} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16394 | 2024.11.01 06:59:52.637347 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6048 rows starting from the beginning of the part | ||
| 16395 | 2024.11.01 06:59:52.637380 [ 297 ] {} <Debug> HTTP-Session: 1cc1b363-4361-4b26-b5fa-1d12ff2d47da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16396 | 2024.11.01 06:59:52.637644 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 16397 | 2024.11.01 06:59:52.637891 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16398 | 2024.11.01 06:59:52.638034 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 16399 | 2024.11.01 06:59:52.638357 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 16400 | 2024.11.01 06:59:52.638648 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 16401 | 2024.11.01 06:59:52.638963 [ 190 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::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 | ||
| 16402 | 2024.11.01 06:59:52.642055 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6368 rows, containing 4 columns (4 merged, 0 gathered) in 0.005648014 sec., 1127475.9588060512 rows/sec., 74.15 MiB/sec. | ||
| 16403 | 2024.11.01 06:59:52.642547 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16404 | 2024.11.01 06:59:52.642673 [ 198 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19337 rows, containing 5 columns (5 merged, 0 gathered) in 0.012479478 sec., 1549503.9135451016 rows/sec., 105.88 MiB/sec. | ||
| 16405 | 2024.11.01 06:59:52.643000 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16406 | 2024.11.01 06:59:52.643064 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_101_20} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2024.11.01 06:59:52.643154 [ 188 ] {4ed1d660-2145-497e-a51b-b78edc0be70c::all_1_101_20} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16408 | 2024.11.01 06:59:52.643282 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 16409 | 2024.11.01 06:59:52.643502 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16410 | 2024.11.01 06:59:52.643574 [ 200 ] {79b5c23a-1f99-462b-9010-e0cc50f06f47::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16411 | 2024.11.01 06:59:52.643648 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 16412 | 2024.11.01 06:59:55.897155 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16413 | 2024.11.01 06:59:55.897213 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16414 | 2024.11.01 06:59:57.544573 [ 222 ] {} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): 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] | ||
| 16415 | 2024.11.01 06:59:57.544644 [ 222 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): 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] | ||
| 16416 | 2024.11.01 06:59:57.551479 [ 225 ] {} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): 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] | ||
| 16417 | 2024.11.01 06:59:57.551566 [ 225 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): 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] | ||
| 16418 | 2024.11.01 06:59:57.551687 [ 222 ] {} <Debug> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): 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] | ||
| 16419 | 2024.11.01 06:59:57.554091 [ 225 ] {} <Debug> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): 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] | ||
| 16420 | 2024.11.01 06:59:57.606757 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47386, User-Agent: (none), Length: 7833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16421 | 2024.11.01 06:59:57.606874 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16422 | 2024.11.01 06:59:57.606898 [ 296 ] {} <Debug> HTTP-Session: 40ae00da-9cff-4fa4-b87a-97614bda2b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:47386 | ||
| 16423 | 2024.11.01 06:59:57.606923 [ 296 ] {} <Debug> HTTP-Session: 40ae00da-9cff-4fa4-b87a-97614bda2b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16424 | 2024.11.01 06:59:57.606938 [ 296 ] {} <Debug> HTTP-Session: 40ae00da-9cff-4fa4-b87a-97614bda2b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16425 | 2024.11.01 06:59:57.606986 [ 296 ] {} <Trace> HTTP-Session: 40ae00da-9cff-4fa4-b87a-97614bda2b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16426 | 2024.11.01 06:59:57.607184 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47386) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16427 | 2024.11.01 06:59:57.607250 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16428 | 2024.11.01 06:59:57.607587 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16429 | 2024.11.01 06:59:57.608030 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16430 | 2024.11.01 06:59:57.608068 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16431 | 2024.11.01 06:59:57.608493 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16432 | 2024.11.01 06:59:57.608899 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16433 | 2024.11.01 06:59:57.609042 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.23 MiB/sec. | ||
| 16434 | 2024.11.01 06:59:57.609224 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 16435 | 2024.11.01 06:59:57.609249 [ 296 ] {5e72ccf7-2f6f-4c23-bf82-07c7726610c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16436 | 2024.11.01 06:59:57.609265 [ 296 ] {} <Debug> HTTP-Session: 40ae00da-9cff-4fa4-b87a-97614bda2b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16437 | 2024.11.01 06:59:57.609468 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16438 | 2024.11.01 06:59:57.609634 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37532, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16439 | 2024.11.01 06:59:57.609766 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16440 | 2024.11.01 06:59:57.609795 [ 297 ] {} <Debug> HTTP-Session: 142ed28d-8a38-48fd-8ec7-5417ef1f566f Authenticating user 'default' from [fd00:1122:3344:101::d]:37532 | ||
| 16441 | 2024.11.01 06:59:57.609823 [ 297 ] {} <Debug> HTTP-Session: 142ed28d-8a38-48fd-8ec7-5417ef1f566f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16442 | 2024.11.01 06:59:57.609841 [ 297 ] {} <Debug> HTTP-Session: 142ed28d-8a38-48fd-8ec7-5417ef1f566f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16443 | 2024.11.01 06:59:57.609904 [ 297 ] {} <Trace> HTTP-Session: 142ed28d-8a38-48fd-8ec7-5417ef1f566f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16444 | 2024.11.01 06:59:57.610130 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37532) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16445 | 2024.11.01 06:59:57.610202 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16446 | 2024.11.01 06:59:57.610553 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16447 | 2024.11.01 06:59:57.610989 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16448 | 2024.11.01 06:59:57.611032 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16449 | 2024.11.01 06:59:57.611468 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16450 | 2024.11.01 06:59:57.611880 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Trace> oximeter.fields_uuid (7a84eeec-7838-49d7-ae59-2f44d730b921): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16451 | 2024.11.01 06:59:57.612054 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001997 sec., 32048.072108162243 rows/sec., 2.50 MiB/sec. | ||
| 16452 | 2024.11.01 06:59:57.612252 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Debug> DynamicQueryHandler: Done processing query | ||
| 16453 | 2024.11.01 06:59:57.612279 [ 297 ] {3fb2c056-dc54-4471-8c5c-946d42bfc54c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16454 | 2024.11.01 06:59:57.612295 [ 297 ] {} <Debug> HTTP-Session: 142ed28d-8a38-48fd-8ec7-5417ef1f566f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16455 | 2024.11.01 06:59:57.612477 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47386, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16456 | 2024.11.01 06:59:57.612518 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16457 | 2024.11.01 06:59:57.612581 [ 296 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16458 | 2024.11.01 06:59:57.612618 [ 296 ] {} <Debug> HTTP-Session: 935ff288-7c50-4021-b465-b15059dd24ec Authenticating user 'default' from [fd00:1122:3344:101::d]:47386 | ||
| 16459 | 2024.11.01 06:59:57.612645 [ 296 ] {} <Debug> HTTP-Session: 935ff288-7c50-4021-b465-b15059dd24ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16460 | 2024.11.01 06:59:57.612660 [ 296 ] {} <Debug> HTTP-Session: 935ff288-7c50-4021-b465-b15059dd24ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16461 | 2024.11.01 06:59:57.612712 [ 296 ] {} <Trace> HTTP-Session: 935ff288-7c50-4021-b465-b15059dd24ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16462 | 2024.11.01 06:59:57.612898 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47386) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16463 | 2024.11.01 06:59:57.612950 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16464 | 2024.11.01 06:59:57.613136 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16465 | 2024.11.01 06:59:57.613550 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16466 | 2024.11.01 06:59:57.613592 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16467 | 2024.11.01 06:59:57.614002 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16468 | 2024.11.01 06:59:57.614383 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16469 | 2024.11.01 06:59:57.614521 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 16470 | 2024.11.01 06:59:57.614708 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): 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] | ||
| 16471 | 2024.11.01 06:59:57.614750 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): 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] | ||
| 16472 | 2024.11.01 06:59:57.614762 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 16473 | 2024.11.01 06:59:57.614805 [ 296 ] {a991c736-d8d8-43fa-a193-d9dbffbc05e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16474 | 2024.11.01 06:59:57.614837 [ 296 ] {} <Debug> HTTP-Session: 935ff288-7c50-4021-b465-b15059dd24ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16475 | 2024.11.01 06:59:57.615007 [ 296 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16476 | 2024.11.01 06:59:57.615128 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37623, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16477 | 2024.11.01 06:59:57.615251 [ 297 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16478 | 2024.11.01 06:59:57.615295 [ 297 ] {} <Debug> HTTP-Session: f7790fb8-71bf-4d3f-b330-a68afa8fd24b Authenticating user 'default' from [fd00:1122:3344:101::d]:37623 | ||
| 16479 | 2024.11.01 06:59:57.615331 [ 297 ] {} <Debug> HTTP-Session: f7790fb8-71bf-4d3f-b330-a68afa8fd24b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16480 | 2024.11.01 06:59:57.615354 [ 297 ] {} <Debug> HTTP-Session: f7790fb8-71bf-4d3f-b330-a68afa8fd24b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16481 | 2024.11.01 06:59:57.615419 [ 297 ] {} <Trace> HTTP-Session: f7790fb8-71bf-4d3f-b330-a68afa8fd24b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16482 | 2024.11.01 06:59:57.615607 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37623) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16483 | 2024.11.01 06:59:57.615676 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16484 | 2024.11.01 06:59:57.615994 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16485 | 2024.11.01 06:59:57.616513 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16486 | 2024.11.01 06:59:57.616553 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16487 | 2024.11.01 06:59:57.617052 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16488 | 2024.11.01 06:59:57.617583 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Trace> oximeter.measurements_u64 (4ed1d660-2145-497e-a51b-b78edc0be70c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16489 | 2024.11.01 06:59:57.617652 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (79b5c23a-1f99-462b-9010-e0cc50f06f47): 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] | ||
| 16490 | 2024.11.01 06:59:57.617898 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002355 sec., 25477.707006369426 rows/sec., 1.72 MiB/sec. | ||
| 16491 | 2024.11.01 06:59:57.618129 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16492 | 2024.11.01 06:59:57.618167 [ 297 ] {d273e006-3d84-4f12-9f74-abdef804b43d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16493 | 2024.11.01 06:59:57.618200 [ 297 ] {} <Debug> HTTP-Session: f7790fb8-71bf-4d3f-b330-a68afa8fd24b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16494 | 2024.11.01 06:59:57.618495 [ 297 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16495 | 2024.11.01 06:59:58.766236 [ 221 ] {} <Trace> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): 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] | ||
| 16496 | 2024.11.01 06:59:58.766320 [ 221 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): 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] | ||
| 16497 | 2024.11.01 06:59:58.768668 [ 221 ] {} <Debug> oximeter.fields_string (7b476199-5eaf-4d0d-ac22-19aba78d8878): 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] | ||
| 16498 | 2024.11.01 06:59:59.605071 [ 95 ] {} <Debug> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 16499 | 2024.11.01 06:59:59.605145 [ 95 ] {} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16500 | 2024.11.01 06:59:59.605172 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16501 | 2024.11.01 06:59:59.605345 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 16502 | 2024.11.01 06:59:59.605738 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16503 | 2024.11.01 06:59:59.605786 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 16504 | 2024.11.01 06:59:59.605878 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 16505 | 2024.11.01 06:59:59.606135 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 16506 | 2024.11.01 06:59:59.606305 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 16507 | 2024.11.01 06:59:59.606498 [ 195 ] {1deeed54-f9b3-428e-905b-34089c8716b5::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 | ||
| 16508 | 2024.11.01 06:59:59.607457 [ 188 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002210531 sec., 89571.23876570833 rows/sec., 4.57 MiB/sec. | ||
| 16509 | 2024.11.01 06:59:59.607683 [ 198 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 16510 | 2024.11.01 06:59:59.608162 [ 198 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_33_8} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16511 | 2024.11.01 06:59:59.608258 [ 198 ] {1deeed54-f9b3-428e-905b-34089c8716b5::all_1_33_8} <Trace> oximeter.measurements_bool (1deeed54-f9b3-428e-905b-34089c8716b5) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 16512 | 2024.11.01 06:59:59.608365 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16513 | 2024.11.01 06:59:59.685974 [ 95 ] {} <Debug> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 16514 | 2024.11.01 06:59:59.686020 [ 95 ] {} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16515 | 2024.11.01 06:59:59.686044 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16516 | 2024.11.01 06:59:59.686230 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 16517 | 2024.11.01 06:59:59.686906 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16518 | 2024.11.01 06:59:59.686984 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 30 rows starting from the beginning of the part | ||
| 16519 | 2024.11.01 06:59:59.687107 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 16520 | 2024.11.01 06:59:59.687229 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 16521 | 2024.11.01 06:59:59.687328 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 16522 | 2024.11.01 06:59:59.687500 [ 195 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 16523 | 2024.11.01 06:59:59.688414 [ 188 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.002317702 sec., 14669.703007547994 rows/sec., 986.80 KiB/sec. | ||
| 16524 | 2024.11.01 06:59:59.688593 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 16525 | 2024.11.01 06:59:59.689079 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16526 | 2024.11.01 06:59:59.689174 [ 194 ] {7054d22d-2229-4ee2-a796-3c5fbda41bdd::all_1_34_8} <Trace> oximeter.measurements_f64 (7054d22d-2229-4ee2-a796-3c5fbda41bdd) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 16527 | 2024.11.01 06:59:59.689263 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16528 | 2024.11.01 07:00:01.295557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1478 | ||
| 16529 | 2024.11.01 07:00:01.298502 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16530 | 2024.11.01 07:00:01.298552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.22 GiB. | ||
| 16531 | 2024.11.01 07:00:01.300569 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16532 | 2024.11.01 07:00:01.301996 [ 242 ] {} <Trace> system.query_log (69933417-ee7e-4a96-a824-cbaa33027302): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16533 | 2024.11.01 07:00:01.302640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1478 | ||