I'm getting this error on Google Kubernetes Engine when I try to call my Knative Endpoint:
INTERNAL:inconsistent global dictionary versions used: mixer knows 221 words, caller knows 222
A quick google search led to no one reporting any error like this before. I started reading the Istio code, but I'm at a total loss as to what this error means: https://github.com/istio/istio/blob/master/mixer/pkg/api/grpcServer.go#L87
I've gotten this error in a number of different contexts with a number of different versions of Knative, Istio and Kubernetes. Basically I'm looking for some sort of guidance as to what this error means so I can go about debugging it.
Thanks!