-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Expected Behavior
Workflows that have been archived to gcloud storage should be listed on the Archive page in the UI only once.
Actual Behavior
When listing archived workflows in gcloud storage, each record is shown twice on the UI.
Steps to Reproduce the Problem
- Configure a Google Cloud Storage account and create a bucket.
- Configure a local Temporal instance to enable archiving in gcloud storage
- Start all dependencies locally and run the temporal server
- Start a sample workflow multiple time
- The workflows are correctly shown in the UI
- Wait several minutes until all closed workflows have been archived in gcloud
- Click on the link to show the archive
- Each workflow will be listed twice
Specifications
- Version: all versions - tested in 1.29.3 and also the latest main branch
- Platform: Mac OSX (not actually relevant)
Investigation of the bug
This is a bug in the visibility_archiver.go file on line 217. A bug fix and additional unit test for this issue has been prepared and a PR will be created soon.
Reactions are currently unavailable