Any ideas why ReadRelationships is hanging for me ...
# spicedb
t
Any ideas why ReadRelationships is hanging for me via the Python client but not the
zed
cli? Using K8s and Postgres to run it I'm new to SpiceDB (and k8s entirely tbh) so let me know how much extra detail I should be providing to help debug (or just some pointers on how to debug problems like this on my own). Here are the setup details: - Using the provided K8s operator, v1.12 - ^ that operator apparently provides me with spicedb version 1.26.0, which is notably 2 minor versions back (according to
zed version
) - Python client version 1.13.0, using overrides from this thread: https://discord.com/channels/844600078504951838/1168732056793141318 - postgres 14 - zed cli v0.15.1 And the steps I did: - Perform a
WriteRelationships
request from Python:
resource:myresource#admin@user:alice
- Perform the same
ReadRelationships
request from Python, which never finishes (
done()
has been
False
for 30 minutes now) - While waiting, use the cli to perform a
zed relationship read
request, which immediately output the newly written relationship