-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled Neo4jGraphQLSubscriptionsCDCEngine
produces approx. 112 erroneous CDC queries per minute
#6096
Comments
I've double checked and the query seems to be correct. I've noticed that those two error codes are sent when attempting to query CDC events on a database where the CDC is not enabled. Is CDC enable in FULL mode for that database? |
Hi @angrykoala, yes, CDC is enabled in FULL mode. |
Ok, I'm gonna need some more info then to debug this one. The number of errors seem to roughly match the CDC polling for subscriptions (~1 second, with 2 errors per failed query)
Thanks |
|
Yeah, those errors seem to be unrelated to this particular issue. Are you able to try a smaller schema to test if that still fails? I'm suspecting that this issue may be cause by the |
Hey @angrykoala , so it turns out that we have had an old server with an old version of neo4j-graphql (v.6.2.0) running in parallel to our current one which no one was aware of anymore 🙄 |
Describe the bug
We have the
Neo4jGraphQLSubscriptionsCDCEngine
active with flagonlyGraphQLEvents
set totrue
.No other configurations set.
This setup leads to CDC queries (
CALL db.cdc.query...
) within the database producing the errors52N37
and50N42
.The errors/queries occur around 112 times / minute.
The generated queries all look the same according to the Aura Ops Manager:
Expected behavior
An enabled subscription engine should not produce faulty CDC queries
Screenshots
System
The text was updated successfully, but these errors were encountered: