Results 122 comments of Chris

Hi @neo-ionut > What version of JDK are you using? ``` openjdk 17.0.10 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing)...

I added `server.jvm.additional=-Dorg.neo4j.io.pagecache.impl.SingleFilePageSwapper.printReflectionExceptions=true` to the neo4j.conf and restarted it. Here are the diagnostics from the beginning of debug.log ``` ******************************************************************************** [ System diagnostics ] ******************************************************************************** -------------------------------------------------------------------------------- [ System memory information...

It looks like there weren't any issues for `Incorrect file descriptor` tonight. Maybe the three JVM args `--add-opens=java.base/*` did solve it? However, I noticed two other error yesterday: ```sh 2024-08-05...

The logs are not showing any warnings or error for the last couple of days, so I guess the VM arguments were the missing piece. Maybe it would make sense...

Hi @neo-ionut the CDC error re-appeared, but this time followed by an excpetion: ```sh 2024-09-21 15:17:16.743+0000 ERROR [c.n.c.CDCService] [shetrendesatoi/11040759] Unable to create the log scanner for CDC org.neo4j.kernel.impl.transaction.log.NoSuchTransactionException: Unable to...

Hi @docrozza thanks for the response. I already did that, in this particular case the tx ID was just way too old. I think this issue is resolved from my...

I think the plugin can be removed because Serverless supports this natively: https://www.serverless.com/framework/docs/guides/variables/aws Would you like to make a PR to update the docs?

Same issue here event with version 11.0.3.

@sundersc I have downgraded to v10.x and was able to push again. Then I upgraded again to v11.0.3 and don't have an issue at the moment. I'll let you know...

Hey @olup I implemented the same adapter in PR #6680 before I noticed that you already had a draft :-D Please have a look there, maybe we can merge parts...