Created
July 25, 2023 08:33
-
-
Save zew13/3cd5fbc89fce567191c1b5865bf1e173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2m2023-07-24T11:29:46.117885Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m short_version: 0.3.2, full_version: greptimedb-develop-d975126 | |
| [2m2023-07-24T11:29:46.117905Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m command line arguments | |
| [2m2023-07-24T11:29:46.117907Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: greptime | |
| [2m2023-07-24T11:29:46.117910Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: standalone | |
| [2m2023-07-24T11:29:46.117912Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: start | |
| [2m2023-07-24T11:29:46.117913Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --http-addr | |
| [2m2023-07-24T11:29:46.117914Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: 0.0.0.0:4000 | |
| [2m2023-07-24T11:29:46.117916Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --rpc-addr | |
| [2m2023-07-24T11:29:46.117917Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: 0.0.0.0:4001 | |
| [2m2023-07-24T11:29:46.117918Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --mysql-addr | |
| [2m2023-07-24T11:29:46.117920Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: 0.0.0.0:4002 | |
| [2m2023-07-24T11:29:46.117921Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --postgres-addr | |
| [2m2023-07-24T11:29:46.117922Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: 0.0.0.0:4003 | |
| [2m2023-07-24T11:29:46.117923Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --prom-addr | |
| [2m2023-07-24T11:29:46.117925Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: 0.0.0.0:4004 | |
| [2m2023-07-24T11:29:46.117926Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --opentsdb-addr | |
| [2m2023-07-24T11:29:46.117927Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: 0.0.0.0:4005 | |
| [2m2023-07-24T11:29:46.117929Z[0m [32m INFO[0m [2mgreptime[0m[2m:[0m argument: --user-provider=static_user_provider:file:/user.ini | |
| [2m2023-07-24T11:29:46.118083Z[0m [32m INFO[0m [2mcmd::standalone[0m[2m:[0m Standalone start command: StartCommand { | |
| http_addr: Some( | |
| "0.0.0.0:4000", | |
| ), | |
| rpc_addr: Some( | |
| "0.0.0.0:4001", | |
| ), | |
| mysql_addr: Some( | |
| "0.0.0.0:4002", | |
| ), | |
| prom_addr: Some( | |
| "0.0.0.0:4004", | |
| ), | |
| postgres_addr: Some( | |
| "0.0.0.0:4003", | |
| ), | |
| opentsdb_addr: Some( | |
| "0.0.0.0:4005", | |
| ), | |
| influxdb_enable: false, | |
| config_file: None, | |
| enable_memory_catalog: false, | |
| tls_mode: None, | |
| tls_cert_path: None, | |
| tls_key_path: None, | |
| user_provider: Some( | |
| "static_user_provider:file:/user.ini", | |
| ), | |
| env_prefix: "GREPTIMEDB_STANDALONE", | |
| } | |
| [2m2023-07-24T11:29:46.118107Z[0m [32m INFO[0m [2mcmd::standalone[0m[2m:[0m Standalone frontend options: FrontendOptions { | |
| mode: Standalone, | |
| heartbeat_interval_millis: 5000, | |
| retry_interval_millis: 5000, | |
| http_options: Some( | |
| HttpOptions { | |
| addr: "0.0.0.0:4000", | |
| timeout: 30s, | |
| disable_dashboard: false, | |
| body_limit: ReadableSize( | |
| 67108864, | |
| ), | |
| }, | |
| ), | |
| grpc_options: Some( | |
| GrpcOptions { | |
| addr: "0.0.0.0:4001", | |
| runtime_size: 8, | |
| }, | |
| ), | |
| mysql_options: Some( | |
| MysqlOptions { | |
| addr: "0.0.0.0:4002", | |
| runtime_size: 2, | |
| tls: TlsOption { | |
| mode: Disable, | |
| cert_path: "", | |
| key_path: "", | |
| }, | |
| reject_no_database: None, | |
| }, | |
| ), | |
| postgres_options: Some( | |
| PostgresOptions { | |
| addr: "0.0.0.0:4003", | |
| runtime_size: 2, | |
| tls: TlsOption { | |
| mode: Disable, | |
| cert_path: "", | |
| key_path: "", | |
| }, | |
| }, | |
| ), | |
| opentsdb_options: Some( | |
| OpentsdbOptions { | |
| addr: "0.0.0.0:4005", | |
| runtime_size: 2, | |
| }, | |
| ), | |
| influxdb_options: Some( | |
| InfluxdbOptions { | |
| enable: true, | |
| }, | |
| ), | |
| prom_store_options: Some( | |
| PromStoreOptions { | |
| enable: true, | |
| }, | |
| ), | |
| prometheus_options: Some( | |
| PrometheusOptions { | |
| addr: "0.0.0.0:4004", | |
| }, | |
| ), | |
| meta_client_options: None, | |
| logging: LoggingOptions { | |
| dir: "/tmp/greptimedb/logs", | |
| level: None, | |
| enable_jaeger_tracing: false, | |
| }, | |
| }, datanode options: DatanodeOptions { | |
| mode: Standalone, | |
| enable_memory_catalog: false, | |
| node_id: None, | |
| rpc_addr: "127.0.0.1:3001", | |
| rpc_hostname: None, | |
| rpc_runtime_size: 8, | |
| heartbeat_interval_millis: 5000, | |
| http_opts: HttpOptions { | |
| addr: "127.0.0.1:4000", | |
| timeout: 30s, | |
| disable_dashboard: false, | |
| body_limit: ReadableSize( | |
| 67108864, | |
| ), | |
| }, | |
| meta_client_options: None, | |
| wal: WalConfig { | |
| dir: None, | |
| file_size: ReadableSize( | |
| 268435456, | |
| ), | |
| purge_threshold: ReadableSize( | |
| 4294967296, | |
| ), | |
| purge_interval: 600s, | |
| read_batch_size: 128, | |
| sync_write: false, | |
| }, | |
| storage: StorageConfig { | |
| global_ttl: None, | |
| store: File( | |
| FileConfig { | |
| data_home: "/tmp/greptimedb", | |
| }, | |
| ), | |
| compaction: CompactionConfig { | |
| max_inflight_tasks: 4, | |
| max_files_in_level0: 8, | |
| max_purge_tasks: 32, | |
| sst_write_buffer_size: ReadableSize( | |
| 8388608, | |
| ), | |
| }, | |
| manifest: RegionManifestConfig { | |
| checkpoint_margin: Some( | |
| 10, | |
| ), | |
| gc_duration: Some( | |
| 600s, | |
| ), | |
| checkpoint_on_startup: false, | |
| compress: false, | |
| }, | |
| flush: FlushConfig { | |
| max_flush_tasks: 8, | |
| region_write_buffer_size: ReadableSize( | |
| 33554432, | |
| ), | |
| picker_schedule_interval: 300s, | |
| auto_flush_interval: 3600s, | |
| global_write_buffer_size: None, | |
| }, | |
| }, | |
| procedure: ProcedureConfig { | |
| max_retry_times: 3, | |
| retry_delay: 500ms, | |
| }, | |
| logging: LoggingOptions { | |
| dir: "/tmp/greptimedb/logs", | |
| level: None, | |
| enable_jaeger_tracing: false, | |
| }, | |
| } | |
| [2m2023-07-24T11:29:46.118220Z[0m [32m INFO[0m [2mcommon_runtime::global[0m[2m:[0m Creating runtime with runtime_name: global-read, thread_name: read-worker, work_threads: 8. | |
| [2m2023-07-24T11:29:46.118785Z[0m [32m INFO[0m [2mcommon_runtime::global[0m[2m:[0m Creating runtime with runtime_name: global-write, thread_name: write-worker, work_threads: 8. | |
| [2m2023-07-24T11:29:46.119684Z[0m [32m INFO[0m [2mcommon_runtime::global[0m[2m:[0m Creating runtime with runtime_name: global-bg, thread_name: bg-worker, work_threads: 8. | |
| [2m2023-07-24T11:29:46.120784Z[0m [32m INFO[0m [2mdatanode::store::fs[0m[2m:[0m The file storage home is: /tmp/greptimedb/ | |
| [2m2023-07-24T11:29:46.121819Z[0m [32m INFO[0m [2mdatanode::instance[0m[2m:[0m Creating logstore with config: WalConfig { dir: None, file_size: ReadableSize(268435456), purge_threshold: ReadableSize(4294967296), purge_interval: 600s, read_batch_size: 128, sync_write: false } and storage path: /tmp/greptimedb/wal/ | |
| [2m2023-07-24T11:29:46.123353Z[0m [32m INFO[0m [2mraft_engine::engine[0m[2m:[0m Recovering raft logs takes 1.50265ms | |
| [2m2023-07-24T11:29:46.123694Z[0m [32m INFO[0m [2mmito::engine[0m[2m:[0m Mito engine opened table: system_catalog in schema: information_schema | |
| [2m2023-07-24T11:29:46.124002Z[0m [32m INFO[0m [2mstorage::manifest::impl_[0m[2m:[0m Updated manifest protocol from Protocol(0, 0) to Protocol(0, 0). | |
| [2m2023-07-24T11:29:46.126667Z[0m [32m INFO[0m [2mmito::table[0m[2m:[0m Create table manifest at data/system/information_schema/0/manifest/, table_name: system_catalog | |
| [2m2023-07-24T11:29:46.126703Z[0m [32m INFO[0m [2mstorage::manifest::impl_[0m[2m:[0m Updated manifest protocol from Protocol(0, 0) to Protocol(0, 0). | |
| [2m2023-07-24T11:29:46.127630Z[0m [32m INFO[0m [2mdatanode::instance[0m[2m:[0m Creating procedure manager with config: ProcedureConfig { max_retry_times: 3, retry_delay: 500ms } | |
| [2m2023-07-24T11:29:46.127666Z[0m [32m INFO[0m [2mdatanode::instance[0m[2m:[0m The datanode internal storage path is: cluster/dn-0/ | |
| [2m2023-07-24T11:29:46.127687Z[0m [32m INFO[0m [2mcommon_procedure::store[0m[2m:[0m The procedure state store path is: cluster/dn-0/procedure/ | |
| [2m2023-07-24T11:29:46.128962Z[0m [32m INFO[0m [2mcatalog::local::manager[0m[2m:[0m All system catalog entries processed, max table id: 0 | |
| [2m2023-07-24T11:29:46.129300Z[0m [32m INFO[0m [2mstorage::manifest::impl_[0m[2m:[0m Updated manifest protocol from Protocol(0, 0) to Protocol(0, 0). | |
| [2m2023-07-24T11:29:46.133443Z[0m [32m INFO[0m [2mmito::table[0m[2m:[0m Create table manifest at data/greptime/public/1/manifest/, table_name: scripts | |
| [2m2023-07-24T11:29:46.133489Z[0m [32m INFO[0m [2mstorage::manifest::impl_[0m[2m:[0m Updated manifest protocol from Protocol(0, 0) to Protocol(0, 0). | |
| [2m2023-07-24T11:29:46.135662Z[0m [32m INFO[0m [2mcatalog[0m[2m:[0m Created and registered system table: scripts | |
| [2m2023-07-24T11:29:46.135887Z[0m [32m INFO[0m [2mcommon_procedure::local[0m[2m:[0m LocalManager start to recover | |
| [2m2023-07-24T11:29:46.136034Z[0m [32m INFO[0m [2mcommon_procedure::local[0m[2m:[0m LocalManager finish recovery, cost: 0ms | |
| [2m2023-07-24T11:29:46.136076Z[0m [32m INFO[0m [2mcmd::standalone[0m[2m:[0m Datanode instance started | |
| [2m2023-07-24T11:29:46.136114Z[0m [32m INFO[0m [2mfrontend::server[0m[2m:[0m Starting POSTGRES_SERVER at 0.0.0.0:4003 | |
| [2m2023-07-24T11:29:46.136170Z[0m [32m INFO[0m [2mservers::server[0m[2m:[0m Postgres server started at 0.0.0.0:4003 | |
| [2m2023-07-24T11:29:46.136263Z[0m [32m INFO[0m [2mfrontend::server[0m[2m:[0m Starting HTTP_SERVER at 0.0.0.0:4000 | |
| [2m2023-07-24T11:29:46.153225Z[0m [32m INFO[0m [2mservers::http[0m[2m:[0m Enable dashboard service at '/dashboard' | |
| [2m2023-07-24T11:29:46.153320Z[0m [32m INFO[0m [2mservers::http[0m[2m:[0m HTTP server is bound to 0.0.0.0:4000 | |
| [2m2023-07-24T11:29:46.153344Z[0m [32m INFO[0m [2mfrontend::server[0m[2m:[0m Starting GRPC_SERVER at 0.0.0.0:4001 | |
| [2m2023-07-24T11:29:46.153363Z[0m [32m INFO[0m [2mservers::grpc[0m[2m:[0m gRPC server is bound to 0.0.0.0:4001 | |
| [2m2023-07-24T11:29:46.153980Z[0m [32m INFO[0m [2mfrontend::server[0m[2m:[0m Starting OPENTSDB_SERVER at 0.0.0.0:4005 | |
| [2m2023-07-24T11:29:46.154005Z[0m [32m INFO[0m [2mservers::server[0m[2m:[0m OpenTSDB server started at 0.0.0.0:4005 | |
| [2m2023-07-24T11:29:46.154030Z[0m [32m INFO[0m [2mfrontend::server[0m[2m:[0m Starting PROMETHEUS_SERVER at 0.0.0.0:4004 | |
| [2m2023-07-24T11:29:46.154071Z[0m [32m INFO[0m [2mservers::prometheus[0m[2m:[0m Prometheus API server is bound to 0.0.0.0:4004 | |
| [2m2023-07-24T11:29:46.154085Z[0m [32m INFO[0m [2mfrontend::server[0m[2m:[0m Starting MYSQL_SERVER at 0.0.0.0:4002 | |
| [2m2023-07-24T11:29:46.154101Z[0m [32m INFO[0m [2mservers::server[0m[2m:[0m MySQL server started at 0.0.0.0:4002 | |
| [2m2023-07-24T11:30:19.678965Z[0m [32m INFO[0m [2mdatanode::instance::sql[0m[2m:[0m Creating table: greptime.public.seen, table id = 1024 | |
| [2m2023-07-24T11:30:19.679076Z[0m [32m INFO[0m [2mdatanode::sql::create[0m[2m:[0m Create table seen by procedure 0e5d382f-07d6-410d-b233-41efec78cb9a | |
| [2m2023-07-24T11:30:19.679373Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner table-procedure::CreateTableProcedure-0e5d382f-07d6-410d-b233-41efec78cb9a starts | |
| [2m2023-07-24T11:30:19.684453Z[0m [32m INFO[0m [2mtable_procedure::create[0m[2m:[0m On engine create table seen, table_id: 1024, subprocedure not found, sub_id: 03768d96-4e70-4908-b084-cbf5a2055451 | |
| [2m2023-07-24T11:30:19.686409Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure table-procedure::CreateTableProcedure-0e5d382f-07d6-410d-b233-41efec78cb9a submit subprocedure mito::CreateMitoTable-03768d96-4e70-4908-b084-cbf5a2055451 | |
| [2m2023-07-24T11:30:19.686467Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure table-procedure::CreateTableProcedure-0e5d382f-07d6-410d-b233-41efec78cb9a is waiting for subprocedures | |
| [2m2023-07-24T11:30:19.686482Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner mito::CreateMitoTable-03768d96-4e70-4908-b084-cbf5a2055451 starts | |
| [2m2023-07-24T11:30:19.689047Z[0m [32m INFO[0m [2mstorage::manifest::impl_[0m[2m:[0m Updated manifest protocol from Protocol(0, 0) to Protocol(0, 0). | |
| [2m2023-07-24T11:30:19.694410Z[0m [32m INFO[0m [2mmito::table[0m[2m:[0m Create table manifest at data/greptime/public/1024/manifest/, table_name: seen | |
| [2m2023-07-24T11:30:19.694482Z[0m [32m INFO[0m [2mstorage::manifest::impl_[0m[2m:[0m Updated manifest protocol from Protocol(0, 0) to Protocol(0, 0). | |
| [2m2023-07-24T11:30:19.701082Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure mito::CreateMitoTable-03768d96-4e70-4908-b084-cbf5a2055451 done | |
| [2m2023-07-24T11:30:19.701163Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner mito::CreateMitoTable-03768d96-4e70-4908-b084-cbf5a2055451 exits | |
| [2m2023-07-24T11:30:19.701193Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure table-procedure::CreateTableProcedure-0e5d382f-07d6-410d-b233-41efec78cb9a is waked up | |
| [2m2023-07-24T11:30:19.701207Z[0m [32m INFO[0m [2mtable_procedure::create[0m[2m:[0m On engine create table seen, table_id: 1024, done, sub_id: 03768d96-4e70-4908-b084-cbf5a2055451 | |
| [2m2023-07-24T11:30:19.706150Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure table-procedure::CreateTableProcedure-0e5d382f-07d6-410d-b233-41efec78cb9a done | |
| [2m2023-07-24T11:30:19.713671Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner table-procedure::CreateTableProcedure-0e5d382f-07d6-410d-b233-41efec78cb9a exits | |
| [2m2023-07-24T11:34:46.130835Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-24T11:34:46.131008Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 13) | |
| [2m2023-07-24T11:34:46.131032Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 2) | |
| [2m2023-07-24T11:34:46.131197Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-24T11:34:46.139353Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(9796b19a-05fc-47c0-8b15-0239c4027c7a)] | |
| [2m2023-07-24T11:34:46.140022Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [FileId(e2f4b250-eacd-48b1-aa7a-3a47e94a045e)] | |
| [2m2023-07-24T11:34:46.143422Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 13 entries, compacted index: 13, span: (Some(14), Some(14)) | |
| [2m2023-07-24T11:34:46.143875Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 0 obsoleted 2 entries, compacted index: 2, span: (Some(3), Some(3)) | |
| [2m2023-07-24T21:55:22.718490Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T21:55:22.726616Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-24T21:55:22.726717Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 14) | |
| [2m2023-07-24T21:55:22.726737Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-24T21:55:22.726779Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-24T21:55:22.726846Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-24T21:55:22.726870Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [] | |
| [2m2023-07-24T21:59:21.847878Z[0m [32m INFO[0m [2mdatanode::instance::sql[0m[2m:[0m Creating table: greptime.public.seen, table id = 1025 | |
| [2m2023-07-24T21:59:21.848005Z[0m [32m INFO[0m [2mdatanode::sql::create[0m[2m:[0m Create table seen by procedure a728590c-67d0-42b0-8f99-1bf7c2b4a839 | |
| [2m2023-07-24T21:59:21.848177Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner table-procedure::CreateTableProcedure-a728590c-67d0-42b0-8f99-1bf7c2b4a839 starts | |
| [2m2023-07-24T21:59:21.852852Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure table-procedure::CreateTableProcedure-a728590c-67d0-42b0-8f99-1bf7c2b4a839 done | |
| [2m2023-07-24T21:59:21.858447Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner table-procedure::CreateTableProcedure-a728590c-67d0-42b0-8f99-1bf7c2b4a839 exits | |
| [2m2023-07-24T22:00:04.354923Z[0m [32m INFO[0m [2mdatanode::instance::sql[0m[2m:[0m Creating table: greptime.public.seen, table id = 1026 | |
| [2m2023-07-24T22:00:04.354992Z[0m [32m INFO[0m [2mdatanode::sql::create[0m[2m:[0m Create table seen by procedure cdc26ad1-f9e0-402a-86df-a145ffa3cff1 | |
| [2m2023-07-24T22:00:04.355114Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner table-procedure::CreateTableProcedure-cdc26ad1-f9e0-402a-86df-a145ffa3cff1 starts | |
| [2m2023-07-24T22:00:04.358496Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Procedure table-procedure::CreateTableProcedure-cdc26ad1-f9e0-402a-86df-a145ffa3cff1 done | |
| [2m2023-07-24T22:00:04.363701Z[0m [32m INFO[0m [2mcommon_procedure::local::runner[0m[2m:[0m Runner table-procedure::CreateTableProcedure-cdc26ad1-f9e0-402a-86df-a145ffa3cff1 exits | |
| [2m2023-07-24T22:05:22.721343Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T22:15:22.723878Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T22:25:22.726762Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T22:35:22.730064Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T22:46:14.781351Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T22:56:14.786232Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T22:56:14.810712Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-24T22:56:14.810839Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 98) | |
| [2m2023-07-24T22:56:14.810868Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-24T22:56:14.810932Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-24T22:56:14.810993Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-24T22:56:14.818866Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(b07d1df4-709a-4072-96bf-c74ed2958ebe)] | |
| [2m2023-07-24T22:56:14.823558Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 85 entries, compacted index: 98, span: (Some(99), Some(99)) | |
| [2m2023-07-24T23:06:14.792737Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T23:16:14.799456Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-24T23:26:14.805135Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T01:10:16.359537Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T01:10:16.381849Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T01:10:16.381978Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 101) | |
| [2m2023-07-25T01:10:16.382019Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T01:10:16.382084Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T01:10:16.382100Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T01:10:16.388090Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(f4480420-8dd4-41fc-8950-1bc5b5a29dd8)] | |
| [2m2023-07-25T01:10:16.392805Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 3 entries, compacted index: 101, span: (Some(102), Some(102)) | |
| [2m2023-07-25T02:21:19.091380Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T02:21:19.091695Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 102) | |
| [2m2023-07-25T02:21:19.091766Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T02:21:19.091791Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T02:21:19.091863Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T02:21:19.091875Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [] | |
| [2m2023-07-25T02:26:19.068244Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T02:36:19.071442Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T02:46:19.074502Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T02:56:19.078130Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T03:06:19.079720Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T03:16:19.081714Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T03:21:19.136758Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T03:21:19.136908Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 141) | |
| [2m2023-07-25T03:21:19.136997Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T03:21:19.137075Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T03:21:19.137091Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T03:21:19.145261Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(85f2a275-b54f-4223-8dca-6cc3bec20218)] | |
| [2m2023-07-25T03:21:19.148529Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 40 entries, compacted index: 141, span: (Some(142), Some(142)) | |
| [2m2023-07-25T03:26:19.086315Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T03:36:19.088548Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T03:46:19.092110Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T03:56:19.096021Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T04:06:19.098910Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T04:16:19.102045Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T04:21:19.198853Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T04:21:19.198959Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 142) | |
| [2m2023-07-25T04:21:19.199003Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T04:21:19.199023Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T04:21:19.199053Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T04:21:19.199082Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [] | |
| [2m2023-07-25T04:26:19.107047Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T04:36:19.114134Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T04:46:19.119076Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T04:56:19.125449Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T05:06:19.132914Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T05:16:19.138416Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T05:21:19.256617Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T05:21:19.257029Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 142) | |
| [2m2023-07-25T05:21:19.257063Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T05:21:19.257109Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T05:21:19.257345Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T05:21:19.257364Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [] | |
| [2m2023-07-25T05:26:19.142217Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T05:36:19.146395Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T05:46:19.149042Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T05:56:19.166248Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T06:06:19.168362Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T06:16:19.172798Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T06:21:19.311439Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T06:21:19.311575Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 193) | |
| [2m2023-07-25T06:21:19.311600Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T06:21:19.311638Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T06:21:19.311670Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T06:21:19.317485Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(f154ef14-5f47-44c8-ae15-bf39545a8c60)] | |
| [2m2023-07-25T06:21:19.322597Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 52 entries, compacted index: 193, span: (Some(194), Some(194)) | |
| [2m2023-07-25T06:26:19.176758Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T06:36:19.179639Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T06:46:19.183321Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T06:56:19.185380Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T07:06:19.189169Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T07:16:19.195805Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T07:21:19.355802Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T07:21:19.355973Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 217) | |
| [2m2023-07-25T07:21:19.355987Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T07:21:19.356029Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T07:21:19.356103Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T07:21:19.361412Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(1974ea35-cea4-4bdc-a9a0-c9587a803614)] | |
| [2m2023-07-25T07:21:19.363956Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 24 entries, compacted index: 217, span: (Some(218), Some(218)) | |
| [2m2023-07-25T07:26:19.199314Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T07:36:19.204457Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T07:46:19.212141Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T07:56:19.215224Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T08:06:19.217335Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T08:16:19.219486Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] | |
| [2m2023-07-25T08:21:19.396775Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4294967296(1, 0), 0) | |
| [2m2023-07-25T08:21:19.396883Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(4398046511104(1024, 0), 220) | |
| [2m2023-07-25T08:21:19.396923Z[0m [32m INFO[0m [2mstorage::scheduler[0m[2m:[0m Submitted task: Region(0(0, 0), 3) | |
| [2m2023-07-25T08:21:19.396994Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:0(0, 0), files: [] | |
| [2m2023-07-25T08:21:19.396997Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4294967296(1, 0), files: [] | |
| [2m2023-07-25T08:21:19.402068Z[0m [32m INFO[0m [2mstorage::flush[0m[2m:[0m Successfully flush memtables, region:4398046511104(1024, 0), files: [FileId(efd3a267-490a-42e2-9cdb-98197831f72a)] | |
| [2m2023-07-25T08:21:19.406332Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Namespace 4398046511104 obsoleted 3 entries, compacted index: 220, span: (Some(221), Some(221)) | |
| [2m2023-07-25T08:26:19.224548Z[0m [32m INFO[0m [2mlog_store::raft_engine::log_store[0m[2m:[0m Successfully purged logstore files, namespaces need compaction: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment