You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old schema is still present when getting this schema.
curl http://stencil:8080/v1beta1/namespaces/pixxel-proto/schemas/internal -o any.desc
protoc --decode_raw < any.desc. (the output here still shows the old deleted schema)
Here the stencil URL http://stencil:8080/ is a Service which loads balances across multiple stencil pods.
This problem is solved after doing a rolling restart of Stencil pods.
Expected behavior
Stencil appears to be caching the schema even after the pods are deleted. The cache is local to the pod and not shared across all pods, hence old cache is appearing.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I delete a proto-schema
and recreate the schema
The old schema is still present when getting this schema.
Here the stencil URL
http://stencil:8080/
is a Service which loads balances across multiple stencil pods.This problem is solved after doing a rolling restart of Stencil pods.
Expected behavior
Stencil appears to be caching the schema even after the pods are deleted. The cache is local to the pod and not shared across all pods, hence old cache is appearing.
The text was updated successfully, but these errors were encountered: