dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Unable to start 1.21.4 cluster with archival disabled #321

Open dhiaayachi opened 1 month ago

dhiaayachi commented 1 month ago

Expected Behavior

Able to upgrade temporal cluster from 1.20.4 to 1.21.4 with archival disabled

Actual Behavior

Server crash after upgrading to 1.21.4

Steps to Reproduce the Problem

  1. Start cluster 1.20 with the bellow config
  2. Let's the cluster run for a while
  3. Upgrade cluster to 1.21.4
archival:
  history:
    state: "disabled"
  visibility:
    state: "disabled"

Specifications

Suspect related issue: https://github.com/temporalio/temporal/issues/4638

dhiaayachi commented 4 weeks ago

Thanks for reporting this issue. We are aware of the server crash after upgrading to 1.21.4 with archival disabled. The issue is likely related to https://github.com/temporalio/temporal/issues/4638. We are working on a fix. In the meantime, you can try enabling archival to work around the issue.