We are self hosting a temporalite server and getting the error:
“Search attributes size exceeds limits. Fail workflow.” and having a hard time debugging.
We are having some trouble debugging this error because we don’t have enough context, it looks like
searchAttributesValidator.ValidateSize
has can return two possibel errors that give a little bit more context:
search attribute %s value size %d exceeds size limit %d
and
total size of search attributes %d exceeds size limit %d
but these errors are not fully bubbled up in the logs. It would be really helpful for us if we could get this context logged.
I’m hoping this context could be added to the error logs, or if we could get any insight into why we might be getting these errors. We are using Default search attributes only.