SamuelBoerlin

Results 30 comments of SamuelBoerlin

Hi Yes, it still happens every couple of days (we're doing multiple automated restores each night). It's still running 23.0.4~pre56.5de4c8180. I should be able to get a debug trace. What...

Here's the debug trace. The file was massive because there were a couple of other VF/consolidate jobs running at the same time, so I've filtered out any lines from `mac.cc`...

We're considering downgrading to 5.0.0 for the time being to avoid this. Can we do this by simply going back to 5.0.0 without a recreating the data or would we...

Hi @afs Thanks for your help! The logs are very large so it's a bit tricky to pinpoint what exactly is happening before the error. I'll see if I can...

Hi again, I now have some logs I can share: [Fuseki NPE Debug Logs.txt](https://github.com/user-attachments/files/17364321/Fuseki.NPE.Debug.Logs.txt) I've included a couple of requests before the NPE. This time it happened without any prior...

Hello @afs Sorry about that. I've reproduced the issue again on 5.1.0, this time with the default logging settings, i.e. INFO and above. [fuseki_npe_5_1_0.txt](https://github.com/user-attachments/files/17436239/fuseki_npe_5_1_0.txt) I'm also trying to reproduce it...

Hi @afs I finally managed to run it with 5.2.0. Unfortunately it took a while due to some other unrelated issues. So, as expected, the NPE no longer occurs in...

Hi @afs > In the 5.1.0 logs, the error is on a read operation and the exception is happening after the query response has been sent so I don't think...

Hi @afs I think this issue can be closed as I no longer have any issues since version 5.2.0. I also attached a debugger and set a breakpoint [here](https://github.com/apache/jena/blob/jena-5.2.0/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/HttpAction.java#L342) and...

Hi, thanks for the fix. I think we're currently running into this issue. Large requests lead to OOM despite directly streaming the data to a file, but only when the...