-
Notifications
You must be signed in to change notification settings - Fork 912
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
archival + task error after migration from 1.19.1 to 1.20.0 #4270
Comments
What kind of workflows are you archiving? Specifically, how old are they? |
I think there is some issue around
|
this is schedules generated tasks. here is a task describe :
Thanks for help |
I'm not able to repro this exact issue, but here's what I have so far.
tctl --namespace benchtest workflow describe --workflow_id 4
Warning: unable to stringify search attribute: invalid search attribute type: KeywordList
{
...
"searchAttributes": {
"indexedFields": {
"BinaryChecksums": "[\"035d2a38385e9836a609b434c77c2389\"]"
}
},
} @nordiste could you go into more detail about how you were using schedules to repro this issue? |
I was able to reproduce this locally with schedules--not with other workflow types. I'll update here when I find out what's wrong |
@nordiste it looks like this is a bug that exists when archiving workflows created with schedules. For now, you should be able to workaround this by setting |
Expected Behavior
no error
Actual Behavior
after a migration process from 1.19.1 to 1.20.0, we got a lot of error :
"failed to archive target" -> "invalid search attribute type : Unspecified"
"failed to archive workflow" -> "invalid search attribute type : Unspecified"
"failed to process task" -> "invalid search attribute type : Unspecified"
failed to archive target return this stack :
failed to process task return this stack :
i'll try to migrate to 1.20.2 but same problem.
workers seems to run normally but i get errors on temporal logs.
Steps to Reproduce the Problem
migrate from v1.19.1 to 1.20.0
Specifications
The text was updated successfully, but these errors were encountered: