Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Cluster node restarted unexpectedly #626

@boskiv

Description

@boskiv

What happened?

timescaledb-0 timescaledb 2023-10-20 06:02:33 UTC [51474]: [653217f9.c912-3] postgres@postgres,app=[unknown] [00000] LOG:  connection authorized: user=postgres database=postgres application_name=pg_isready
timescaledb-0 timescaledb 2023-10-20 06:02:33 UTC [51474]: [653217f9.c912-4] postgres@postgres,app=pg_isready [00000] LOG:  disconnection: session time: 0:00:00.002 user=postgres database=postgres host=[local]
timescaledb-0 timescaledb 2023-10-20 06:02:35,714 ERROR: Request to server https://10.128.0.1:443 failed: ReadTimeoutError("HTTPSConnectionPool(host='10.128.0.1', port=443): Read timed out. (read timeout=4.999811467001564)")
timescaledb-0 timescaledb 2023-10-20 06:02:38,394 ERROR: Request to server https://10.128.0.1:443 failed: ReadTimeoutError("HTTPSConnectionPool(host='10.128.0.1', port=443): Read timed out. (read timeout=2.310818386664323)")
timescaledb-0 timescaledb 2023-10-20 06:02:40,713 ERROR: Request to server https://10.128.0.1:443 failed: ReadTimeoutError("HTTPSConnectionPool(host='10.128.0.1', port=443): Read timed out. (read timeout=1.919020875437127)")
timescaledb-0 timescaledb 2023-10-20 06:02:40,714 ERROR: Error communicating with DCS
timescaledb-0 timescaledb 2023-10-20 06:02:40,716 WARNING: Loop time exceeded, rescheduling immediately.
timescaledb-0 timescaledb 2023-10-20 06:02:40 UTC [93]: [65318ad1.5d-7] @,app= [00000] LOG:  received fast shutdown request
timescaledb-0 timescaledb 2023-10-20 06:02:40 UTC [93]: [65318ad1.5d-8] @,app= [00000] LOG:  aborting any active transactions

Did you expect to see something different?

How to reproduce it (as minimally and precisely as possible):

Environment

  • Which helm chart and what version are you using?
helm chart : 0.33.1
timescale/timescaledb-ha:pg15.4-ts2.11.2-all
  • What is in your values.yaml ?
  values:
    clusterName: "sf-cluster"
    image:
      tag: pg15.4-ts2.11.2-all
    persistentVolumes:
      data:
        size: 300Gi
      wal:
        size: 100Gi
    pgBouncer:
      enabled: true
      config:
        ignore_startup_parameters: extra_float_digits
        server_reset_query: DISCARD ALL
        max_client_conn: 5000
        default_pool_size: 40
        pool_mode: transaction
    patroni:
      bootstrap:
        dcs:
          postgresql:
            parameters:
              max_wal_size: 1GB
              min_wal_size: 512MB
              shared_preload_libraries: 'timescaledb'
              shared_buffers: 975091kB
              effective_cache_size: 2856MB
              maintenance_work_mem: 487545kB
              work_mem: 9750kB
              timescaledb.max_background_workers: 16
              max_worker_processes: 21
              max_parallel_workers_per_gather: 1
              max_parallel_workers: 2
              wal_buffers: 16MB
              default_statistics_target: 500
              random_page_cost: 1.1
              checkpoint_completion_target: 0.9
              max_connections: 500
              max_locks_per_transaction: 64
              autovacuum_max_workers: 10
              autovacuum_naptime: 10
              effective_io_concurrency: 256
              temp_file_limit: -1
    prometheus:
      enabled: true
    podMonitor:
      enabled: true
    tolerations:
      - key: "node.k8s/role"
        operator: "Equal"
        value: "timescaledb"
        effect: "NoSchedule"
  • Kubernetes version information:
➜  .kube kubectl version
Client Version: v1.28.3
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.27.5
  • Kubernetes cluster kind:

linode managed kubernetes 0.27 version

Anything else we need to know?:

Nothing criminal in grafana at this time

Screenshot 2023-10-20 at 09 56 58
Screenshot 2023-10-20 at 09 56 56
Screenshot 2023-10-20 at 09 56 50

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions