bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

cache lookup failed for type 0 after upgrading ag from 2.12 to 2.13.1 #643

Open ns-berumalu opened 6 months ago

ns-berumalu commented 6 months ago

After upgrading ag from 2.12 to 2.13.1 we are seeing cache lookup failed for type 0 errors. Please suggest on this.

postgres=# merge (p:account {'ResInternalID':'xxxx'}) on create set p+={'listed':'false'} merge (r:user {'ResInternalID':'xxxx'}) set r={'listed':'false'} merge (p)-[e:owns {'type':'User'}]->(r); ERROR: cache lookup failed for type 0

ns-berumalu commented 6 months ago

HI @emotionbug , could you please check on this

emotionbug commented 6 months ago

@ns-berumalu I don't work for Bitnine anymore. :(.. AgensGraph too.

ns-berumalu commented 6 months ago

@emotionbug , Please suggest to whome should i contact on this

ns-berumalu commented 6 months ago

Hi @yjy44 , could you please prioritise this