Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR readyset_util::futures: Task panicked; aborting panic_message=called Result::unwrap() on an Err value: JoinError::Panic(Id(8118), ...) #1353

Open
WeiJie-JL opened this issue Aug 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@WeiJie-JL
Copy link

Describe the problem
i got some error message from log when i start the service:

2024-08-19T06:12:35.294575Z INFO readyset: Starting ReadySet adapter options=Options { address: Some(0.0.0.0:5439), deployment: "readyset.db", database_type: None, deployment_mode: Standalone, standalone: false, embedded_readers: false, authority: Standalone, authority_address: ".", log_slow: false, allow_unauthenticated_connections: false, query_caching: Explicit, max_processing_minutes: 15, migration_task_interval: 20000, metrics_address: 0.0.0.0:6034, username: None, password: None, prometheus_metrics: true, noria_metrics: false, query_log_mode: Enabled, external_address: None, tracing: Options { log_path: Some("/var/lib/readyset"), log_rotation: Daily, log_format: Full, no_color: true, log_level: "info", tracing_host: None, tracing_sample_percent: Percent(0.01), statement_logging: false, statement_log_path: None }, psql_options: Options { readyset_identity_file: None, readyset_identity_file_password: None, postgres_authentication_method: ScramSha256 }, allow_unsupported_set: false, unsupported_set_mode: Error, views_polling_interval: 5, migration_request_timeout_ms: 1800000, controller_request_timeout_ms: 5000, query_max_failure_seconds: 9223372036854775, fallback_recovery_seconds: 0, non_blocking_reads: false, server_worker_options: WorkerOptions { durability: Permanent, persistence_threads: None, memory_limit: 0, memory_check_freq: 1, eviction_kind: LRU, no_partial: false, allow_full_materialization: false, materialization_frontier: None, enable_packet_filters: false, min_workers: 1, shards: 0, volume_id: None, enable_experimental_topk_support: false, enable_experimental_paginate_support: false, enable_experimental_mixed_comparisons: false, enable_experimental_straddled_joins: false, enable_experimental_post_lookup: false, storage_dir: Some("/var/lib/readyset"), db_dir: None, domain_replication_options: ReplicationOptions { reader_replicas: None, non_base_replicas: None }, replicator_config: UpstreamConfig { upstream_db_url: Some(), disable_upstream_ssl_verification: false, ssl_root_cert: None, disable_setup_ddl_replication: false, disable_create_publication: false, replication_server_id: None, replicator_restart_timeout: 1s, replication_tables: None, replication_tables_ignore: None, snapshot_report_interval_secs: 30, max_parallel_snapshot_tables: None, replication_pool_size: 50, ignore_ulimit_check: false, status_update_interval_secs: 10 }, worker_request_timeout_seconds: 1800, background_recovery_interval_seconds: 20, verbose_domain_metrics: false }, disable_telemetry: false, wait_for_failpoint: false, experimental_placeholder_inlining: false, no_upstream_connections: false, cleanup: false, controller_address: None, query_status_capacity: 100000, cache_ddl_address: None }
2024-08-19T06:12:35.294665Z INFO readyset: version={release-version: stable-240725, commit_id: f159e563863ed27eeb6a5de0ded79ec2ca31195b, platform: x86_64-unknown-linux-gnu, rustc_version: rustc 1.80.0-nightly (c987ad527 2024-05-01), profile: release, opt_level: 3}
2024-08-19T06:12:35.294711Z INFO readyset: Listening for new connections listen_address=0.0.0.0:5439
2024-08-19T06:12:35.294750Z INFO Connecting to RS server: readyset: options.authority_address=. options.deployment=readyset.db
2024-08-19T06:12:35.325400Z INFO Connecting to RS server: readyset: ReadySetHandle created
2024-08-19T06:12:35.325433Z INFO Connecting to RS server: readyset: Now capturing ctrl-c and SIGTERM events
2024-08-19T06:12:35.326066Z INFO Connecting to RS server: readyset: PrometheusHandle created
2024-08-19T06:12:35.326092Z INFO Connecting to RS server: readyset: Query logs are enabled. Spawning query logger
2024-08-19T06:12:35.326162Z INFO Connecting to RS server: readyset: Will perform Blocking Reads
2024-08-19T06:12:35.326170Z INFO Connecting to RS server: readyset: migration_style=Explicit
2024-08-19T06:12:35.326230Z INFO Connecting to RS server: readyset: migration_mode=OutOfBand
2024-08-19T06:12:35.326238Z INFO Connecting to RS server: readyset: Spawning HTTP request server task
2024-08-19T06:12:35.346290Z INFO Connecting to RS server: readyset: Spawning migration handler task
2024-08-19T06:12:35.346307Z INFO Connecting to RS server: readyset: Spawning explicit migrations task
2024-08-19T06:12:35.346314Z INFO readyset_server::builder: Using 8 persistence threads
2024-08-19T06:12:35.346476Z INFO Connecting to RS server: readyset: supported=false
2024-08-19T06:12:35.401747Z INFO readyset_server::controller: won leader election, creating Leader
2024-08-19T06:12:35.411580Z INFO readyset_server::controller::inner: received registration payload from worker worker_uri=http://127.0.0.1:6033/ reader_addr=127.0.0.1:4000
2024-08-19T06:12:35.430175Z INFO readyset_server::worker: worker informed of new controller controller_uri=http://127.0.0.1:6033/
2024-08-19T06:12:35.430458Z INFO readyset_server::worker: controller requested that this worker clears its existing domains
2024-08-19T06:12:35.430626Z INFO readyset_server::controller::inner: now have 1 of 1 required workers
2024-08-19T06:12:35.430984Z INFO plan_recovery: readyset_server::controller::state: Planning recovery
2024-08-19T06:12:35.438342Z INFO readyset_server::controller::inner: Finished planning recovery with all domains placed
2024-08-19T06:12:36.403610Z INFO readyset_server::worker: worker informed of new controller controller_uri=http://127.0.0.1:6033/
2024-08-19T06:12:36.928622Z ERROR readyset_util::futures: Task panicked; aborting panic_message=called Result::unwrap() on an Err value: JoinError::Panic(Id(7399), ...)
2024-08-19T06:12:36.928621Z ERROR readyset_util::futures: Task panicked; aborting panic_message=called Result::unwrap() on an Err value: JoinError::Panic(Id(7410), ...)
2024-08-19T06:12:36.928556Z ERROR readyset_util::futures: Task panicked; aborting panic_message=called Result::unwrap() on an Err value: JoinError::Panic(Id(7390), ...)
2024-08-19T06:12:36.928600Z ERROR readyset_util::futures: Task panicked; aborting panic_message=called Result::unwrap() on an Err value: JoinError::Panic(Id(7396), ...)
2024-08-19T06:12:36.928622Z ERROR readyset_util::futures: Task panicked; aborting panic_message=called Result::unwrap() on an Err value: JoinError::Panic(Id(8118), ...)

To Reproduce
i Failed to open the service
systemctl start readyset

Environment

  • ReadySet version :rpm -ivh readyset-1.6.0-1.al2023.x86_64.rpm
  • Upstream database and version : Postgres 14.13
  • Client app :psql
@WeiJie-JL WeiJie-JL added the bug Something isn't working label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant