Andy Seaborne

Results 454 comments of Andy Seaborne

The RDF patch protocol has begin and end markers to connect to a transaction. - `TX` and `TC`/`TA` in the text encoding. An abrupt end will mean no "commit" and...

A `TX`-`TC` pair would give the framing mentioned by the Thrift developers. Comment: https://lists.apache.org/thread/yd8wnvrg7ltg6szl09kk7fpoglxtvkv1 If there is any fault in the stream, then `TC` isn't seen and the processor should...

Yes, I think documentation is the way to go. Stack trace inspection is not great for a long term solution. Truncation on a patch line boundary isn't caught by Thrift...

Hi @kinow, Reading back ... If the client is doing checking and it will give better error messages. e.g. no actual spaces !!! The server is going to check anyway...

Hashing as a general solution doesn't extend to large graphs. Transactions are serializable. One way to generate a unique fingerprint would be to have UUID per database version. Another way,...

> Presumably this might require some new interface/API for Dataset implementations to allow them to expose this version information ? ETags would be applied by Fuseki, possibly via the data...

> Off topic question: Is GitHub now the official place to report and discuss Apache Jena issues? GitHub issues has become the preferred channel for Jena. We have been running...

> There are some Vue.js deprecation warnings that have been annoying me too but I haven't had time to look into those yet. Could you create a separate ticket please?...

> Any plans to expose it in the UI too, @afs? Like the backup/delete actions, in the management part of the UI? Or will it be only available if the...

> Is this available in `jena-fuseki-main`? This PR is open and not finished. The commit log for the codebase shows what's available. > And can this feature be used to...